Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update rosalind/tran-grondilu.pl
no need for $*IN
  • Loading branch information
grondilu committed Dec 7, 2012
1 parent 0714dda commit 8805265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosalind/tran-grondilu.pl
@@ -1,6 +1,6 @@
use v6;

given $*IN.slurp {
given slurp {
my @dna;
for m:g/ '>Rosalind_' <.digit>**4 \n ( <[ACGT\n]>+ ) / {
push @dna, $_[0].subst: "\n", '', :g;
Expand Down

0 comments on commit 8805265

Please sign in to comment.