recipe checkqc

A simple program to parse Illumina NGS data and check it for quality criteria.

Homepage:

https://www.github.com/Molmed/checkQC

Documentation:

https://checkqc.readthedocs.io/en/latest/

License:

GPL3 / GPL-3.0-or-later

Recipe:

/checkqc/meta.yaml

package checkqc

(downloads) docker_checkqc

versions:
4.0.1-03.8.2-13.8.2-03.8.1-03.8.0-03.7.0-03.6.6-03.6.5-03.6.4-0

4.0.1-03.8.2-13.8.2-03.8.1-03.8.0-03.7.0-03.6.6-03.6.5-03.6.4-03.6.3-03.6.1-0

depends click:

>=8.1.1

depends illumina-interop:

>=1.2.4

depends python:

>=3.6,<3.11

depends pyyaml:

>=6.0

depends sample-sheet:

>=0.13.0

depends tornado:

>=6.3.2

depends xmltodict:

>=0.13.0

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 checkqc

and update with::

   mamba update checkqc

To create a new environment, run:

mamba create --name myenvname checkqc

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

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

Download stats