Hi thanks a lot for the detail answer. Before proceed with it.Is any reference on minimum system requirements for install local blast in Ubuntu machine ?
We have a BLAST Online installation which get timeout for long FASTA sequences . I have searched for solution and seems the local blast can solve it .However I could not able to find proper guidance on install it in the Ubuntu Machine .
Is there a latest specific resources that I can fallow to install local blast in Ubuntu Machine?
It seems the Local Blast require large capacity and processing power .Is there any reference on minimum system requirements for install local blast in Ubuntu machine ? Kindly help.
8 answers
sudo apt-get install ncbi-blast+
Hello Kanchana,
Installing BLAST program locally is very essential and quite handy.
it's very simple
1.Go to the BLAST download page (ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/)
2.Click the download link under "archive" for your operating system.
3.The Windows archives are self-extracting executables. Additional archive formats are available from the BLAST executables ftp site 9ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/)
4.To install the software, follow the instructions in the BLAST+ user manual (https://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helpblast) , or for help, write to blast-help@ncbi.nlm.nih.gov.
5.Use the BLAST+ makeblastdb program (or formatdb in the legacy BLAST package) to convert a FASTA-formatted local file into a BLAST database.
6.Pre-formatted BLAST databases are available from the BLAST database ftp site. Consult the README file in that directory for more information.
cheers
Optimist
Go to this link it has explained step by step guide to install Blast + in very easy way https://ngsprimer.wordpress.com/
Hi thanks ,,, Is there any reference on minimum system requirements for install local blast in Ubuntu machine ?
See table 1 in this pub: https://www.ncbi.nlm.nih.gov/books/NBK52640/#!po=5.38462
Installation is very simple. Download 32/64bit BLAST+ from ncbi and extract the directory from zip file and place it in the home folder of your Linux system. That's all it is installed in your system. The path of your blast+ will be /home/xxxx/NCBIBLAST+
Most of the system requirements depend on the size of the database and the query and the blast program. From what I have seen blastx takes lot of time if the db and query sizes are big. Hope this gives you some idea.
Just open the terminal and simply install it
sudo apt install ncbi-blast+
This video goes through the considerations regarding BLAST searches in Linux, as well as graphical tools for installing, managing and searching your local BLAST databases.
Log in to answer this question.