Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: writing to arrays

by tandemrepeat (Initiate)
on Dec 26, 2002 at 16:39 UTC ( [id://222358]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open( FASTAFILE, $ARGV[0] );
    while (<FASTAFILE>) {
    ...
    
    push ( @sequences, $fasta );
    #then iterate @sequences to run over BLAST
    
  2. or download this
      # script 1: create the index
      use Bio::Index::Fasta; # using fasta file format
    ...
          # do something with the sequence
      }
    

Log In?
Username:
Password:

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

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

    No recent polls found