in reply to Need help with code
Hi,
you call codons in a loop. Every time codons is called you instatiate the hash %genetic_code. This seems unnecessary. Put it outside the function body as a file scoped variable (aka file global variable).
Best regards
McA
|
|---|