recipe toulligqc

A post sequencing QC tool for Oxford Nanopore sequencers

Homepage:

https://github.com/GenomicParisCentre/toulligQC

License:

CECILL-2.1

Recipe:

/toulligqc/meta.yaml

package toulligqc

(downloads) docker_toulligqc

versions:
2.5.4-02.5.3-02.5.2-02.5-02.4-02.3-02.2.3-02.2.2-02.2.1-0

2.5.4-02.5.3-02.5.2-02.5-02.4-02.3-02.2.3-02.2.2-02.2.1-02.2-02.1.1-02.1-02.0.1-01.3-01.2-01.1-01.0-00.10-00.9-20.9-00.5-0

depends h5py:

>=3.7.0

depends matplotlib-base:

>=3.6.3

depends numpy:

>=1.24.2

depends pandas:

>=1.5.3

depends plotly:

>=5.15.0

depends pysam:

>=0.21.0

depends python:

>=3.10.0

depends scikit-learn:

>=1.2.1

depends scipy:

>=1.10.1

depends tqdm:

>=4.64.1

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 toulligqc

and update with::

   mamba update toulligqc

To create a new environment, run:

mamba create --name myenvname toulligqc

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

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

Download stats