Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Keeping track of substituted regions with a while loop

by kschwab (Vicar)
on Nov 15, 2013 at 22:59 UTC ( [id://1062815]=note: print w/replies, xml ) Need Help??


in reply to Re: Keeping track of substituted regions with a while loop
in thread [SOLVED] Keeping track of substituted regions with a while loop

Missed a paren...
for ( unpack("(A3)*",$rna)) { if (exists($gencode{$_})) { $protein.=$gencode{$_}; } else { die "No mapping for [$_]\n"; } }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1062815]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-29 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found