recipe bbmap

BBMap is a short read aligner, as well as various other bioinformatic tools.

Homepage:

https://sourceforge.net/projects/bbmap

Documentation:

https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/

License:

UC-LBL license (see package)

Recipe:

/bbmap/meta.yaml

Links:

biotools: bbmap, doi: 10.1371/journal.pone.0185056

package bbmap

(downloads) docker_bbmap

versions:
39.06-039.01-139.01-039.00-038.99-038.98-138.98-038.97-138.97-0

39.06-039.01-139.01-039.00-038.99-038.98-138.98-038.97-138.97-038.96-138.96-038.95-138.95-038.93-038.92-038.91-138.91-038.90-338.90-238.90-138.90-038.89-038.88-038.87-038.86-038.84-138.84-038.79-038.76-038.75-038.73-038.72-038.71-038.70-038.69-038.68-038.67-038.65-038.63-038.62-038.61b-038.58-038.57-038.56-038.51-038.49-038.46-038.45-038.44-038.22-138.22-038.20-038.19-038.18-038.16-038.06-238.06-037.99-137.99-037.96-037.95-037.90-037.78-037.77-037.75-037.66-037.62-237.62-137.62-037.52-137.52-037.17-137.17-037.10-137.10-037.02-036.84-036.32-035.85-235.85-1

depends bzip2:

>=1.0.8,<2.0a0

depends libgcc-ng:

>=12

depends openjdk:

>=7.0

depends pbzip2:

depends samtools:

>=1.19.2,<2.0a0

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bbmap

and update with::

   mamba update bbmap

To create a new environment, run:

mamba create --name myenvname bbmap

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bbmap:<tag>

(see `bbmap/tags`_ for valid values for ``<tag>``)

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