Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

how do i obtain blast result from the given file

by bingalee (Acolyte)
on Jun 17, 2013 at 17:08 UTC ( [id://1039417]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    BLASTX 2.2.26 [Sep-21-2011]
    
    ...
    ref|XP_003562242.1| PREDICTED: plasma membrane ATPase 1-like [Br...   
    +207   8e-54
    ref|XP_002326870.1| autoinhibited H+ ATPase [Populus trichocarpa...   
    +206   1e-53
    ref|XP_003529038.1| PREDICTED: plasma membrane ATPase 1-like iso...   
    +205   4e-53
    
  2. or download this
    #!usr/bin/perl -w
    open(IN,"/home/maize/sequence-ID.txt");
    ...
    close(OUT);
    close(OUT1);
    
  3. or download this
    #!usr/bin/perl -w
    open(IN,"/home/adithie/datasets/maize/sequence-ID.txt");
    ...
    close(OUT);
    close(OUT1);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1039417]
Approved by Happy-the-monk
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: (5)
As of 2024-03-29 13:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found