recipe ngs-bits

Short-read sequencing tools

Homepage:

https://github.com/imgag/ngs-bits

License:

MIT license

Recipe:

/ngs-bits/meta.yaml

package ngs-bits

(downloads) docker_ngs-bits

versions:
2024_02-02023_11-02023_09-02023_06-02023_02-22023_02-12023_02-02022_12-02022_11-0

2024_02-02023_11-02023_09-02023_06-02023_02-22023_02-12023_02-02022_12-02022_11-02022_10-12022_10-02022_07-12022_07-02022_04-02021_12-22021_12-12021_12-02021_09-02021_06-02021_03-12021_03-02020_12-02020_09-02020_06-02020_03-02019_11-02019_09-02019_08-02019_07-02019_05-02019_04-02019_03-02018_11-22018_10-22018_06-22018_06-12018_04-0

depends bzip2:

>=1.0.8,<2.0a0

depends htslib:

>=1.17,<1.18.0a0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends matplotlib-base:

depends python:

>=3.11,<3.12.0a0

depends qt:

>=5.12.9,<5.13.0a0

depends xz:

>=5.2.6,<6.0a0

depends zlib:

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 ngs-bits

and update with::

   mamba update ngs-bits

To create a new environment, run:

mamba create --name myenvname ngs-bits

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/ngs-bits:<tag>

(see `ngs-bits/tags`_ for valid values for ``<tag>``)

Download stats