- recipe blast
BLAST+ is a new suite of BLAST tools that utilizes the NCBI C++ Toolkit.
- Homepage:
- License:
NCBI-PD
- Recipe:
- Links:
biotools: blast, doi: 10.1016/S0022-2836(05)80360-2, usegalaxy-eu: ncbi_blastx_wrapper
BLAST Command Line Applications.
The NCBI Basic Local Alignment Search Tool (BLAST) finds regions of local similarity between sequences. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches. BLAST can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families.
For more information, visit https://blast.ncbi.nlm.nih.gov
- package blast¶
-
- Versions:
2.17.0-0,2.16.0-5,2.16.0-4,2.16.0-3,2.16.0-2,2.16.0-1,2.16.0-0,2.15.0-1,2.15.0-0,2.17.0-0,2.16.0-5,2.16.0-4,2.16.0-3,2.16.0-2,2.16.0-1,2.16.0-0,2.15.0-1,2.15.0-0,2.14.1-0,2.14.0-2,2.14.0-1,2.14.0-0,2.13.0-1,2.13.0-0,2.12.0-4,2.12.0-3,2.12.0-2,2.12.0-1,2.12.0-0,2.11.0-1,2.11.0-0,2.10.1-3,2.10.1-2,2.10.1-1,2.10.1-0,2.9.0-7,2.9.0-6,2.9.0-5,2.9.0-4,2.9.0-3,2.9.0-2,2.9.0-1,2.9.0-0,2.7.1-6,2.7.1-5,2.7.1-3,2.7.1-2,2.7.1-1,2.6.0-2,2.6.0-1,2.6.0-0,2.5.0-3,2.5.0-2,2.5.0-1,2.2.31-5,2.2.31-4,2.2.31-3,2.2.31-2,2.2.31-1,2.2.21-0- Depends:
on bzip2
>=1.0.8,<2.0a0on curl
on entrez-direct
>=24.0,<25.0a0on libgcc
>=13on libsqlite
>=3.50.4,<4.0a0on libstdcxx
>=13on libzlib
>=1.3.1,<2.0a0on ncbi-vdb
>=3.2.1,<4.0a0on perl
on perl-archive-tar
on perl-json
on perl-list-moreutils
on zlib
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install blast
to add into an existing workspace instead, run:
pixi add blast
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install blast
Alternatively, to install into a new environment, run:
conda create -n envname blast
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/blast:<tag>
(see blast/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/blast/README.html)