Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: renaming 1000's of FASTA files

by Cristoforo (Curate)
on Jul 11, 2011 at 17:03 UTC ( [id://913729]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (exists ($seq_id{$id})) {
            print ">";
            print $seq_id{$fasta_id};
            print "\n".$seq."\n";
        }
    
  2. or download this
    if (exists ($seq_id{$id})) {
            print ">";
            print $seq_id{$id};
            print "\n".$seq."\n";
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-24 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found