recipe biobambam

Tools for early stage alignment file processing

Homepage:

https://gitlab.com/german.tischler/biobambam2

License:

GPLv3

Recipe:

/biobambam/meta.yaml

package biobambam

(downloads) docker_biobambam

versions:
2.0.183-32.0.183-22.0.183-12.0.183-02.0.182-12.0.182-02.0.180-12.0.180-02.0.179-1

2.0.183-32.0.183-22.0.183-12.0.183-02.0.182-12.0.182-02.0.180-12.0.180-02.0.179-12.0.179-02.0.87-22.0.87-12.0.87-02.0.79-02.0.78-02.0.72-02.0.62-02.0.58-02.0.57-02.0.44-02.0.42-02.0.39-02.0.25-0

depends libgcc-ng:

>=12

depends libmaus2:

>=2.0.810,<2.1.0a0

depends libstdcxx-ng:

>=12

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 biobambam

and update with::

   mamba update biobambam

To create a new environment, run:

mamba create --name myenvname biobambam

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/biobambam:<tag>

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

Download stats