Difference between revisions of "Parsing Local Blast Results from your favorite database"

From GcatWiki
Jump to: navigation, search
(Created page with 'This tutorial assumes the user has blast version __________ installed and has already made their local blast database (on their computer). It is also written for mac users, howev…')
 
Line 1: Line 1:
 
This tutorial assumes the user has blast version __________ installed and has already made their local blast database (on their computer). It is also written for mac users, however all scripts and tools mentioned here are windows compatible with windows.
 
This tutorial assumes the user has blast version __________ installed and has already made their local blast database (on their computer). It is also written for mac users, however all scripts and tools mentioned here are windows compatible with windows.
 +
 +
#Run your search using the command
 +
/usr/local/ncbi/blast/bin/blastn -query scf1453.fasta -db bb_latest_assembly.fasta -outfmt "7 qacc sacc evalue qstart qend sstart send"

Revision as of 15:26, 23 February 2011

This tutorial assumes the user has blast version __________ installed and has already made their local blast database (on their computer). It is also written for mac users, however all scripts and tools mentioned here are windows compatible with windows.

  1. Run your search using the command

/usr/local/ncbi/blast/bin/blastn -query scf1453.fasta -db bb_latest_assembly.fasta -outfmt "7 qacc sacc evalue qstart qend sstart send"