recipe mentalist

The MLST pipeline developed by the PathOGiST research group.

Homepage:

https://github.com/WGS-TB/MentaLiST

License:

MIT

Recipe:

/mentalist/meta.yaml

package mentalist

(downloads) docker_mentalist

versions:
0.2.4-70.2.4-60.2.4-50.2.4-40.2.4-30.2.4-20.2.4-10.2.3-10.2.3-0

0.2.4-70.2.4-60.2.4-50.2.4-40.2.4-30.2.4-20.2.4-10.2.3-10.2.3-00.2.2-20.2.2-10.2.2-00.2.1-30.2.1-20.2.1-10.2.0-10.2.0-00.1.9-70.1.9-60.1.9-50.1.9-40.1.9-30.1.9-20.1.9-10.1.8-20.1.8-00.1.7-20.1.7-00.1.6-20.1.6-00.1.5-30.1.5-10.1.5-00.1.4-20.1.4-00.1.3-30.1.3-10.1.3-00.1.2-0

depends hdf5:

1.10.1.*

depends julia:

0.5.2.*

depends libgcc-ng:

>=12

depends libxml2:

depends mpfr:

3.1.5.*

depends unzip:

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 mentalist

and update with::

   mamba update mentalist

To create a new environment, run:

mamba create --name myenvname mentalist

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

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

Download stats