recipe pathogen-profiler

Library giving access to classes and functions to create a profiling tool to look for mutations from NGS data.

Homepage:

https://github.com/jodyphelan/pathogen-profiler

License:

GPL3

Recipe:

/pathogen-profiler/meta.yaml

package pathogen-profiler

(downloads) docker_pathogen-profiler

versions:
4.1.0-04.0.0-03.1.0-03.0.0-02.0.4-12.0.4-02.0.3-02.0.2-12.0.2-0

4.1.0-04.0.0-03.1.0-03.0.0-02.0.4-12.0.4-02.0.3-02.0.2-12.0.2-02.0.1-02.0.0-12.0.0-01.7.3-11.7.3-01.7.2-01.7.1-11.7.1-01.7-01.6.1-01.6-01.5-01.3-01.2-01.1-21.1-11.1-01.0-00.1-30.1-20.1-10.1-0

depends bcftools:

>=1.12

depends bedtools:

depends bwa:

depends delly:

>=0.8.7

depends dsk:

>=2.2

depends freebayes:

1.3.6.*

depends gatk4:

depends git:

depends itol-config:

depends joblib:

>=1.3.0

depends kmc:

>=3.2.1

depends lofreq:

>=2.1.5

depends minimap2:

depends openjdk:

>=11.0.8

depends parallel:

depends pilon:

>=1.24

depends pydantic:

>=2.6

depends pysam:

depends python:

>=3.10

depends requests:

depends rich-argparse:

depends samclip:

depends samtools:

>=1.12

depends seqkit:

depends snpeff:

>=5.1

depends sourmash:

depends tomli:

depends tqdm:

depends trimmomatic:

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

and update with::

   mamba update pathogen-profiler

To create a new environment, run:

mamba create --name myenvname pathogen-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/pathogen-profiler:<tag>

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

Download stats