Skip to content

Commit

Permalink
Merge pull request #2 from gerdr/patch-4
Browse files Browse the repository at this point in the history
fix shootout/revcomp.p6.pl
  • Loading branch information
It's secret to everybody committed May 6, 2012
2 parents ad1054a + 2e1557f commit d4b8941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shootout/revcomp.p6.pl
Expand Up @@ -4,7 +4,7 @@
#
# USAGE: perl6 revcomp.p6.pl < revcomp.input

my($desc,$seq) = ('','');
my ($desc,$seq) = ('','');
while $*IN.get -> $line {
if $line.match(/^ \>/) {
print_revcomp();
Expand Down

0 comments on commit d4b8941

Please sign in to comment.