recipe illumina-interop

The Illumina InterOp libraries are a set of common routines used for reading and writing InterOp metric files. These metric files are binary files produced during a run providing detailed statistics about a run. In a few cases, the metric files are produced after a run during secondary analysis (index metrics) or for faster display of a subset of the original data (collapsed quality scores).

Homepage:

http://illumina.github.io/interop/index.html

Developer docs:

https://github.com/Illumina/interop

License:

GPL / GPL-3.0-only

Recipe:

/illumina-interop/meta.yaml

package illumina-interop

(downloads) docker_illumina-interop

versions:
1.3.1-01.3.0-01.2.4-21.2.4-01.2.3-21.2.3-11.2.3-01.2.2-01.2.1-0

1.3.1-01.3.0-01.2.4-21.2.4-01.2.3-21.2.3-11.2.3-01.2.2-01.2.1-01.2.0-01.1.28-01.1.27-11.1.27-01.1.25-11.1.25-01.1.24-01.1.23-11.1.23-01.1.22-01.1.21-11.1.21-01.1.20-01.1.19-01.1.18-01.1.16-01.1.15-01.1.14-01.1.12-01.1.11-01.1.10-01.1.9-01.1.8-01.1.7-01.1.6-01.1.4-31.1.4-01.0.25-11.0.25-0

depends libgcc-ng:

>=12

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 illumina-interop

and update with::

   mamba update illumina-interop

To create a new environment, run:

mamba create --name myenvname illumina-interop

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/illumina-interop:<tag>

(see `illumina-interop/tags`_ for valid values for ``<tag>``)

Download stats