Skip to content

Commit

Permalink
deal with possibility of regexp in the sequence name
Browse files Browse the repository at this point in the history
svn path=/bioperl-live/trunk/; revision=8735
  • Loading branch information
hyphaltip committed Jan 25, 2005
1 parent e28a430 commit 06d2ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/searchio/fastam9_to_table.PLS
Expand Up @@ -89,7 +89,7 @@ while(<>) {
if( /\-\s+(\d+)\s+aa\s+$/ ){
$data{'qlen'} = $1;
}
} elsif( $hitsection && /^>>>$data{'qname'}/ ) {
} elsif( $hitsection && /^>>>\Q$data{'qname'}/ ) {
$hitsection = 0;
} elsif( /^The best scores are:/ ) {
$hitsection = 1;
Expand Down

0 comments on commit 06d2ca4

Please sign in to comment.