<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Command line to download blast database / protein]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43426/command-line-to-download-blast-database-protein?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43426/command-line-to-download-blast-database-protein?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43426/command-line-to-download-blast-database-protein</guid>
	<pubDate>Tue, 05 Oct 2021 00:06:08 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43426/command-line-to-download-blast-database-protein</link>
	<title><![CDATA[Command line to download blast database / protein]]></title>
	<description><![CDATA[<code>#download all available nr - protein database as a single file 

#Database location - NCBI where all databases are available
ftp://ftp.ncbi.nlm.nih.gov/blast/db/
https://ftp.ncbi.nlm.nih.gov/blast/db/

# Database detail / description 
nr.*tar.gz | Non-redundant protein sequences from GenPept, Swissprot, PIR, PDF, PDB, and NCBI RefSeq

#First run this to download
wget &#039;ftp://ftp.ncbi.nlm.nih.gov/blast/db/nr.*.tar.gz&#039;

#cat them into one
cat nr.*.tar.gz | tar -zxvi -f - -C .</code>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>

</channel>
</rss>