Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[rosaling] PMCH
  • Loading branch information
grondilu committed Mar 2, 2013
1 parent bd9608f commit bbdecbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rosalind/pmch-grondilu.pl
@@ -0,0 +1,5 @@
my $rna = join '', grep /^ <[ACGU]>+ $/, lines;

say [*] map { [*] 1 .. $rna.comb(/$_/).elems }, <U C>;

# vim: ft=perl6

0 comments on commit bbdecbd

Please sign in to comment.