Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[rosalind] .cache something genetic for GLR
  • Loading branch information
stmuk committed Sep 24, 2015
1 parent ccf0ebe commit 944e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/rosalind/iprb-grondilu.pl
Expand Up @@ -23,7 +23,7 @@
sub MAIN(Str $input = "2 2 2") {
given $input.split: " " {
say
take-two([+] .[]) R/ (
take-two([+] .[].cache) R/ (
[+]
take-two(.[0]) , # two homozygous dominant
3/4 * take-two(.[1]) , # two heterozygous
Expand Down

0 comments on commit 944e941

Please sign in to comment.