Skip to content

Commit

Permalink
update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Nov 27, 2023
1 parent d92f14d commit b3cac84
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://bioinf.shenwei.me/taxonkit/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bioinf.shenwei.me/taxonkit/bioinf/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bioinf.shenwei.me/taxonkit/chinese-dev/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bioinf.shenwei.me/taxonkit/chinese/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bioinf.shenwei.me/taxonkit/download/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bioinf.shenwei.me/taxonkit/tutorial/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bioinf.shenwei.me/taxonkit/usage/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bioinf.shenwei.me/taxonkit/bench/</loc>
<lastmod>2023-11-24</lastmod>
<lastmod>2023-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
13 changes: 11 additions & 2 deletions tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1014,9 +1014,18 @@ <h2 id="parsing-krakenbracken-result">Parsing kraken/bracken result<a class="hea
<h2 id="making-nr-blastdb-for-specific-taxids">Making nr blastdb for specific taxids<a class="headerlink" href="#making-nr-blastdb-for-specific-taxids" title="Permanent link">Link</a></h2>
<p>Attention:</p>
<ul>
<li><a href="https://ncbiinsights.ncbi.nlm.nih.gov/2019/01/04/blast-2-8-1-with-new-databases-and-better-performance/">BLAST+ 2.8.1 is released with new databases</a>,
<li>
<p>(2023-11-27) BLAST+ 2.2.15 supports limiting a group of organisms without first using a custom script to get all species-level Taxonomy IDs (taxids) for the group. <a href="https://www.ncbi.nlm.nih.gov/books/NBK569839/#_usrman_BLAST_feat_Taxonomic_filtering_fo_">Details</a>.</p>
<p>E.g., Search of the nr BLAST database limited to Bacteria (taxID 2).</p>
<div class="codehilite"><pre><span></span><code>blastp -db nr -taxids 2 -query ...
</code></pre></div>

</li>
<li>
<p>(2019) <a href="https://ncbiinsights.ncbi.nlm.nih.gov/2019/01/04/blast-2-8-1-with-new-databases-and-better-performance/">BLAST+ 2.8.1 is released with new databases</a>,
which allows you to limit your search by taxonomy using information built into the BLAST databases.
So you don't need to build blastdb for specific taxids now.</li>
So you don't need to build blastdb for specific taxids now.</p>
</li>
</ul>
<p>Changes:</p>
<ul>
Expand Down

0 comments on commit b3cac84

Please sign in to comment.