]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/patscan_seq
fixed bug in patscan_seq
[biopieces.git] / bp_bin / patscan_seq
index 2d828f694cf852064326f59b43261d8922e1df76..28cb5859b4162953bed7b8eeb387f2efecf29e48 100755 (executable)
@@ -82,7 +82,7 @@ else
 
     while ( $record = Maasha::Biopieces::get_record( $in ) ) 
     {
-        if ( $entry = Maasha::Biopieces::biopiece2fasta( $record ) )
+        if ( $entry = Maasha::Fasta::biopiece2fasta( $record ) )
         {
             $type = Maasha::Seq::seq_guess_type( $record->{ "SEQ" } ) if not $type;