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 eb23fa0 commit d014256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions featurama/features.pl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
## $md5 = $1;
if($fasta =~ /(.{8}-.{4}-.{4}-.{4}-.{12})\.fsa/){$md5 = $1;}
elsif($fasta =~ /(.{8}-.{4}-.{4}-.{4}-.{12})\.sing/){$md5 = $1;}
print($md5."\n");
}
my $id = $md5; # Weird choice inherited from legacy code.

Expand Down

0 comments on commit d014256

Please sign in to comment.