Have you ever thought about BLASTing your single/multiple sequences against NCBI database without going to their webpage? Sounds good!! OK, there is a PERL script written by NCBI itself to BLAST multiple sequences against NCBI database without going to their BLAST page. You can find that PERL script below
NCBI PERL Script :
Script name | Download |
---|---|
web_blast.pl |
Uses : You can use this NCBI BLAST PERL script by this way
web_blast.pl program database query
web_blast.pl blastp nr input.fasta
web_blast.pl rpsblast cdd input.fasta
web_blast.pl megablast nt input.fasta
Hope you will enjoy this PERL script. If you face any problem, you are welcome anytime :)
Post a Comment