<?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: Install BLAST in Ubuntu/Linux and Window !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/42956/install-blast-in-ubuntulinux-and-window?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/42956/install-blast-in-ubuntulinux-and-window?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/42956/install-blast-in-ubuntulinux-and-window</guid>
	<pubDate>Mon, 15 Mar 2021 12:35:50 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/42956/install-blast-in-ubuntulinux-and-window</link>
	<title><![CDATA[Install BLAST in Ubuntu/Linux and Window !]]></title>
	<description><![CDATA[<code>#On ubuntu
sudo apt-get install ncbi-blast+

#Ubuntu Conda installation 
conda install -c bioconda blast

#Windows installation
First:
Download ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.7.1/ncbi-blast-2.7.1+-win64.exe with your web browser. 

#If that FTP links does not work, try HTTP instead http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.7.1/ncbi-blast-2.7.1+-win64.exe

#Run this 
installer using the defaults, it should put BLAST under C:\Program Files\NCBI\blast-2.7.1+</code>]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>

</channel>
</rss>