Minnesota Supercomputing Institute
2.13.0
2.13.0, 2.2.25, 2.2.27, 2.2.28, 2.2.29, 2.6.0, 2.7.1.CentOS7, 2.8.1
Tuesday, August 29, 2023
The Basic Local Alignment Search Tool (BLAST) finds regions of local similarity between sequences. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches. BLAST can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families.
To run this software interactively in a Linux environment run the commands:
module load ncbi_blast blastall -p blastp -d swissprot -i my_seq.fa -o myblast.out
This software will compare a protein sequence found in my_seq.fa against the swissprot protein database.
Local databases for BLAST searches are available in
/panfs/roc/rissdb/blast/current
Note: Users are strongly encouraged to use BLAST+, a new suite of BLAST tools with performance and feature improvements over the legacy BLAST applications.