From b16eaa5850a9f86013e6b0b57a5f3b8ea29fb639 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 9 Jun 2009 10:46:18 +0000 Subject: [PATCH] fixed bug in read_tab git-svn-id: http://biopieces.googlecode.com/svn/trunk@518 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/read_tab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }; -- 2.39.2