recipe tb-profiler

Profiling tool for Mycobacterium tuberculosis to detect drug resistance and lineage from WGS data

Homepage:

https://github.com/jodyphelan/TBProfiler

License:

GPL3 / GPL-3.0-or-later

Recipe:

/tb-profiler/meta.yaml

Links:

doi: 10.1186/s13073-019-0650-x

package tb-profiler

(downloads) docker_tb-profiler

versions:
6.2.0-06.1.0-16.1.0-06.0.0-05.0.1-15.0.1-05.0.0-04.4.2-04.4.1-0

6.2.0-06.1.0-16.1.0-06.0.0-05.0.1-15.0.1-05.0.0-04.4.2-04.4.1-04.4.0-04.3.0-04.2.0-04.1.1-14.1.1-04.1.0-04.0.3-04.0.2-14.0.2-04.0.1-04.0.0-03.0.8-03.0.7-03.0.6-03.0.5-03.0.4-03.0.3-03.0.2-03.0.1-03.0.0-02.8.14-02.8.13-02.8.12-22.8.12-12.8.12-02.8.11-02.8.10-02.8.9-02.8.8-02.8.6-02.8.5-02.8.4-02.8.3-02.8.2-02.8.1-02.8.0-12.8.0-02.7.4-02.7.3-02.7.2-02.7.1-02.7-02.6.1-22.6.1-12.6.1-02.6-02.5-12.5-02.4-02.3-02.2-12.2-02.1-22.1-12.1-02.0-0

depends docxtpl:

depends filelock:

depends git:

depends iqtree:

depends jinja2:

depends joblib:

depends pathogen-profiler:

4.1.0.*

depends pysam:

depends python:

>=3.8

depends rich-argparse:

depends tqdm:

depends usher:

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 tb-profiler

and update with::

   mamba update tb-profiler

To create a new environment, run:

mamba create --name myenvname tb-profiler

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/tb-profiler:<tag>

(see `tb-profiler/tags`_ for valid values for ``<tag>``)

Download stats