Difference between revisions of "Blast"

From IBERS Bioinformatics and HPC Wiki
Jump to: navigation, search
Line 20: Line 20:
  
 
'''An example blast'''
 
'''An example blast'''
 +
 +
  blastall -p blastn -d /cm/shared/apps/BLAST/ncbi-blast-2.2.26+/db/nt -i myfile.fasta -o myfile.blast -m 8

Revision as of 15:58, 26 July 2013

BLAST can be loaded using the following command;

 [user@ernie ]# module load BLAST/blast-2.2.26

This loads both blast-2.2.26 and ncbi-blast-2.2.26+, giving you access to commands such as;

 blastall blastclust blastdb_aliastool blastdbcheck blastdbcmd blast_formatter blastn blastp blastpgp blastx             

There are several ncbi databases installed on the HPC;

 16SMicrobial env_nt nt refseq_protein refseq_rna nr 

These are automatically checked every two weeks and updated if the blast update script finds newer versions.

The database directory is located;

 /cm/shared/apps/BLAST/ncbi-blast-2.2.26+/db/

For more databases to be added, simply email the HPC Systems Administrator.

An example blast

 blastall -p blastn -d /cm/shared/apps/BLAST/ncbi-blast-2.2.26+/db/nt -i myfile.fasta -o myfile.blast -m 8