Skip to content

Commit

Permalink
added detection for web stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBuchan committed Dec 10, 2018
1 parent 0885e28 commit eb23fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion featurama/features.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
## $fasta =~ /(.{8}-.{4}-.{4}-.{4}-.{12})\.fsa/;
## $md5 = $1;
if($fasta =~ /(.{8}-.{4}-.{4}-.{4}-.{12})\.fsa/){$md5 = $1;}
elsif($fasta =~ /^(.{8}-.{4}-.{4}-.{4}-.{12})\.sing/){$md5 = $1;}
elsif($fasta =~ /(.{8}-.{4}-.{4}-.{4}-.{12})\.sing/){$md5 = $1;}
}
my $id = $md5; # Weird choice inherited from legacy code.

Expand Down

0 comments on commit eb23fa0

Please sign in to comment.