From: martinahansen Date: Tue, 9 Jun 2009 10:46:18 +0000 (+0000) Subject: fixed bug in read_tab X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b16eaa5850a9f86013e6b0b57a5f3b8ea29fb639;p=biopieces.git fixed bug in read_tab git-svn-id: http://biopieces.googlecode.com/svn/trunk@518 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/read_tab b/bp_bin/read_tab index 0fda36b..6517c0c 100755 --- a/bp_bin/read_tab +++ b/bp_bin/read_tab @@ -27,7 +27,7 @@ use strict; -use Maasha::Common; +use Maasha::Filesys; use Maasha::Fasta; use Maasha::Biopieces; @@ -57,7 +57,7 @@ while ( $record = Maasha::Biopieces::get_record( $in ) ) { if ( $options->{ 'data_in' } ) { - $data_in = Maasha::Common::read_open_multi( $options->{ 'data_in' } ); + $data_in = Maasha::Filesys::files_read_open( $options->{ 'data_in' } ); $num = 1; $skip = $options->{ 'skip' };