- recipe biobambam
Tools for early stage alignment file processing.
- Homepage:
- License:
GPL3 / GPL-3.0-or-later
- Recipe:
- Links:
biotools: biobambam
- package biobambam¶
-
- Versions:
2.0.185-1,2.0.185-0,2.0.183-4,2.0.183-3,2.0.183-2,2.0.183-1,2.0.183-0,2.0.182-1,2.0.182-0,2.0.185-1,2.0.185-0,2.0.183-4,2.0.183-3,2.0.183-2,2.0.183-1,2.0.183-0,2.0.182-1,2.0.182-0,2.0.180-1,2.0.180-0,2.0.179-1,2.0.179-0,2.0.87-2,2.0.87-1,2.0.87-0,2.0.79-0,2.0.78-0,2.0.72-0,2.0.62-0,2.0.58-0,2.0.57-0,2.0.44-0,2.0.42-0,2.0.39-0,2.0.25-0- Depends:
on gmp
>=6.3.0,<7.0a0on libgcc
>=13on libmaus2
>=2.0.813on libmaus2
>=2.0.813,<3.0a0on libstdcxx
>=13on libzlib
>=1.3.1,<2.0a0on xerces-c
>=3.2.5,<3.3.0a0
- Additional platforms:
linux-aarch64
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 biobambam
to add into an existing workspace instead, run:
pixi add biobambam
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 biobambam
Alternatively, to install into a new environment, run:
conda create -n envname biobambam
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/biobambam:<tag>
(see biobambam/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/biobambam/README.html)