Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

BLAST is a program that compares a DNA/RNA or protein sequence, which are strings of letters against other reference sequences (i.e., whole non-redundant nucleic acid database, also known as NT).

Pre-requisites

Install BLAST

Once miniconda3 has been installed. The first time you may need to reinitiate your terminal session to make the ‘conda’ command available.

To install BLAST or other bioinformatics tools go to https://anaconda.org and search for the tool of interest. If the tool is available click on the tool link, which will open a new window showing the command line needed to install the tool. For example for BLAST the suggested command is:

conda install -c bioconda blast

run the above command to install blast. Conda will evaluate if the tool or necessary dependencies are available and will automatically install all necessary items to run in this case blast.

Note: Follow a similar process as above to install other tools.

  • No labels