]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/read_tab
fixed bug in read_tab
[biopieces.git] / 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' };