Difference between revisions of "BLAST+ HowTo"

From XenopusBioinfo
Jump to: navigation, search
(See also)
(Download & install the program)
 
Line 5: Line 5:
 
* 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 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.
 
* If you need to compile the source code, read 'README' and/or 'INSTALL' document inside source directory after uncompress the file.
 +
 +
* Installation guideline from BLAST station
 +
** http://www.blaststation.com/freestuff/en/howtoNCBIBlastWin.html
 +
** http://www.blaststation.com/freestuff/en/howtoNCBIBlastMac.html
  
 
= Make sequence database =
 
= Make sequence database =

Latest revision as of 13:02, 17 May 2014

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