BLAST+ HowTo

From XenopusBioinfo
Jump to: navigation, search

Download & install the program

  • If you download binary/executable files, executable files are available right after uncompress the file. Hereafter, '/path/to/ncbi+/' refer the directory of those files on your computer.
  • If you need to compile the source code, read 'README' and/or 'INSTALL' document inside source directory after uncompress the file.

Make sequence database

For nucleotide sequence database,

$ /path/to/blast+/bin/makeblastdb -dbtype nucl <my_seq.fa> <my_db_name>

For protein sequence database,

$ /path/to/blast+/bin/makeblastdb -dbtype prot <my_seq.fa> <my_db_name>

Run sequence search

See also