Entering edit mode
8.6 years ago
Eric Normandeau
11k
I just posted a brief introduction to using NCBI blast tools
from the command line, as well as how to speed up the blasts using gnu parallel
, on GitHub.
The tutorial is available here: https://github.com/enormandeau/ncbi_blast_tutorial
I'm open to suggestions for improvements!
I added a section with the different options for
-outfmt
.I was hoping for it to be a bit more in-depth than what is posted currently. As a bare minimum I think at least one example of using say
-outfmt '7 stitle sacc staxids pident evalue'
should be in there, preferably showing how it affects the output. Having issues with a software, thinking you've found a tutorial with solutions only to find that it is lacking in details can be really frustrating. Do the noobs (including myself) a favour and post a bit of detail on the parts that are not super straight forward.Then again, this might be outside of the scope of the tutorial as it only deals with ones own local database and not a full NCBI curated database.