]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed bug in read_tab
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 9 Jun 2009 10:46:18 +0000 (10:46 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 9 Jun 2009 10:46:18 +0000 (10:46 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@518 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/read_tab

index 0fda36bedd3aebc05a4c31cb1eeb1ae4a310ba2c..6517c0c0df48e5c4d1fefc47fcbe8ba923a9ef91 100755 (executable)
@@ -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' };