Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[rosalind] flatten some mRNA whatever that might be
  • Loading branch information
stmuk committed Sep 24, 2015
1 parent fed05e1 commit ccf0ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/rosalind/mrna-grondilu.pl
Expand Up @@ -42,7 +42,7 @@ ($rna)
%count{.value}++ for RNA-codon;

my $count = 1;
for $rna.comb, 'Stop' {
for ($rna.comb, 'Stop').flat {
$count *= %count{$_};
$count %= 1_000_000;
}
Expand Down

0 comments on commit ccf0ebe

Please sign in to comment.