News:NCBI BLAST+ 2.2.15 now available for download
0
3
Entering edit mode
5 months ago
PeterC_NCBI ▴ 410

BLAST+ 2.2.15 is now available. The new release can run multithreaded searches faster and can focus your searches by organism groups more easily.

Automatic threading model switching
BLAST+ can now run 2-10x faster for small databases and large numbers of queries when you use multiple threads (CPUs). BLAST will now automatically select the fastest threading model (ThreadByQuery or ThreadByDatabase) for your search.

Details

New taxonomy limit option
You can now also limit your search to sequences from a group of organisms without first using a custom script to get all species-level Taxonomy IDs (taxids) for the group.

Details

You can use the NCBI Taxonomy Browser to find taxids

Combining options
These two new features can work together to deliver more targeted and faster search results. When limiting your search by organism, you search a smaller database and BLAST can automatically switch to the faster search mode. Plus, the organism limit means you only see relevant matches.

Example
The command-line below combines multithreading (-num_threads 16) and an organism limit that restricts the search to sequences from bacterial genus Helicobacter (-taxid 209). See the BLAST® Command Line Applications User Manual for more information on command-line options.

blastn -db nt -query sampleQueryFile.fa -num_threads 16 \
-taxids 209 -out H_pylori.out
NCBI Taxonomy BLAST • 299 views
ADD COMMENT

Login before adding your answer.

Traffic: 1778 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6