Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Trying to get intergenic sequences using BioPerl

by pvaldes (Chaplain)
on Aug 01, 2015 at 23:59 UTC ( [id://1137138]=note: print w/replies, xml ) Need Help??


in reply to Trying to get intergenic sequences using BioPerl

ups, I did it again... stoopid and sexy anonymous monkey. Fix and repeat.

if ($pt eq "CDS" or $pt eq "rRNA" or $pt eq "tRNA")

You can also wrote this line as:

if ($pt =~/^(CDS|[rt]?RNA)$/)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found