<?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 create blast uniref database !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43408/command-line-to-create-blast-uniref-database?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43408/command-line-to-create-blast-uniref-database?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43408/command-line-to-create-blast-uniref-database</guid>
	<pubDate>Tue, 28 Sep 2021 05:46:20 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43408/command-line-to-create-blast-uniref-database</link>
	<title><![CDATA[Command line to create blast uniref database !]]></title>
	<description><![CDATA[<code>#The NCBI BLAST+ distribution does not include &#039;blastpgp&#039;, it has been replaced by the &#039;psiblast&#039; program. The &#039;blastpgp&#039; program is available in the legacy NCBI BLAST package (no longer supported), which is available from the NCBI&#039;s FTP site: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/2.2.26/.

wget ftp://ftp.uniprot.org/pub/databases/uniprot/uniref/uniref90/uniref90.fasta.gz
gunzip -v uniref90.fasta.gz
bin/pfilt uniref90.fasta &gt; uniref90filt
formatdb -t uniref90filt -i uniref90filt

#When using NCBI BLAST+ the &#039;formatdb&#039; command should be replaced by the equivalent &#039;makeblastdb&#039; command:

makeblastdb -dbtype prot -in uniref90filt -out uniref90filt</code>]]></description>
	<dc:creator>Surabhi Chaudhary</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/snippets/view/43408/command-line-to-create-blast-uniref-database#item-annotation-3995</guid>
	<pubDate>Sat, 02 Oct 2021 23:44:37 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43408/command-line-to-create-blast-uniref-database#item-annotation-3995</link>
	<title><![CDATA[Comment by Neel]]></title>
	<description><![CDATA[<pre><code><span>wget</span> ftp://ftp.uniprot.org/pub/databases/uniprot/uniref/uniref90/uniref90.fasta.gz
gunzip -v uniref90.fasta.gz
makeblastdb -in uniref90.fasta -dbtype prot -input_type fasta -out uniref90.fasta</code></pre>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

</channel>
</rss>