Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

extraction of sequences

by patric (Acolyte)
on Oct 13, 2009 at 11:09 UTC ( [id://800885]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # ----- prediction on sequence number 1 (length = 105, name = seq_01) 
    +--
    #
    ...
    # Predicted genes for sequence number 3 on both strands
    # start gene g4 ....
    [as same as above]......so on and on...
    
  2. or download this
    FILE 1:
    >seq_01 g1
    ...
    >seq_03 g4
    ......so on...
    
  3. or download this
    #!/usr/bin/perl
    open(FH,$ARGV[0]);
    ...
      print OUT1 "$1";
      print OUT2 "$2";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 21:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found