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

Re^6: Filter and writing error log file

by newtoperlprog (Sexton)
on Jul 23, 2014 at 19:55 UTC ( [id://1094847]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (($seq =~/\w{2}A\w{6}T\w{2}[ACT]\w[GCA{4}T{4}]{4}[AT]/) 
       && ($gcper >= 30 && $gcper <= 52))
         {
        print "$seq\t$seqpos\t$gcper\n";
         }
    
  2. or download this
    GCAGGTGGATCTATTTCAT    3201-3220    42.11
    TAAGAGGTGTTATTTGGAA    3268-3287    31.58
    ...
    GTATGGGTAGGGTAAATCA    3248-3267    42.11
    CCTGCTGTGATACGATGCT    3337-3356    52.63
    CCTGCGCGCGCGCGATGCT    3300-3318    50.63
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found