- recipe bbmap
BBMap is a short read aligner, as well as various other bioinformatic tools.
- Homepage:
- Documentation:
https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide
- License:
BSD-3-Clause-LBNL
- Recipe:
- Links:
biotools: bbmap, usegalaxy-eu: bbtools_bbmap, usegalaxy-eu: bbtools_callvariants, usegalaxy-eu: bbtools_bbmerge, usegalaxy-eu: bbtools_tadpole, usegalaxy-eu: bbtools_bbduk, usegalaxy-eu: bbtools_bbnorm, doi: 10.1371/journal.pone.0185056
- package bbmap¶
-
- Versions:
39.80-0,39.79-0,39.77-0,39.76-0,39.52-0,39.50-0,39.37-0,39.33-0,39.28-0,39.80-0,39.79-0,39.77-0,39.76-0,39.52-0,39.50-0,39.37-0,39.33-0,39.28-0,39.26-0,39.25-0,39.24-0,39.19-0,39.18-0,39.17-0,39.15-0,39.13-1,39.13-0,39.11-0,39.10-0,39.09-0,39.08-0,39.06-1,39.06-0,39.01-1,39.01-0,39.00-0,38.99-0,38.98-1,38.98-0,38.97-1,38.97-0,38.96-1,38.96-0,38.95-1,38.95-0,38.93-0,38.92-0,38.91-1,38.91-0,38.90-3,38.90-2,38.90-1,38.90-0,38.89-0,38.88-0,38.87-0,38.86-0,38.84-1,38.84-0,38.79-0,38.76-0,38.75-0,38.73-0,38.72-0,38.71-0,38.70-0,38.69-0,38.68-0,38.67-0,38.65-0,38.63-0,38.62-0,38.61b-0,38.58-0,38.57-0,38.56-0,38.51-0,38.49-0,38.46-0,38.45-0,38.44-0,38.22-1,38.22-0,38.20-0,38.19-0,38.18-0,38.16-0,38.06-2,38.06-0,37.99-1,37.99-0,37.96-0,37.95-0,37.90-0,37.78-0,37.77-0,37.75-0,37.66-0,37.62-2,37.62-1,37.62-0,37.52-1,37.52-0,37.17-1,37.17-0,37.10-1,37.10-0,37.02-0,36.84-0,36.32-0,35.85-2,35.85-1- Depends:
on bzip2
>=1.0.8,<2.0a0on libgcc
>=14on openjdk
>=11.0.1on samtools
>=1.22.1,<2.0a0
- Additional platforms:
linux-aarch64,osx-arm64
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 bbmap
to add into an existing workspace instead, run:
pixi add bbmap
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 bbmap
Alternatively, to install into a new environment, run:
conda create -n envname bbmap
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/bbmap:<tag>
(see bbmap/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.
Notes¶
BBMap is a series of Java programs, but they come with a number of custom wrapper shell scripts. Each of these is symlinked to the conda bin directory during install.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bbmap/README.html)