recipe mlst

Scan contig files against PubMLST typing schemes

Homepage:

https://github.com/tseemann/mlst

License:

GPL / GPL-2.0

Recipe:

/mlst/meta.yaml

Links:

biotools: mlst

package mlst

(downloads) docker_mlst

versions:
2.23.0-12.23.0-02.22.1-02.22.0-02.19.0-12.19.0-02.18.1-02.18.0-02.17.6-1

2.23.0-12.23.0-02.22.1-02.22.0-02.19.0-12.19.0-02.18.1-02.18.0-02.17.6-12.17.6-02.16.4-02.16.2-12.16.2-02.16.1-02.16-02.15.2-02.15.1-02.15-02.14-02.13-02.12-02.11-02.10-12.10-02.9-52.9-42.9-32.9-22.9-12.9-02.6-0

depends any2fasta:

depends blast:

>=2.9.0

depends curl:

depends parallel:

depends perl:

depends perl-bioperl:

>=1.7.2

depends perl-file-which:

depends perl-json:

depends perl-list-moreutils:

depends perl-lwp-protocol-https:

depends perl-moo:

depends zlib:

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 mlst

and update with::

   mamba update mlst

To create a new environment, run:

mamba create --name myenvname mlst

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

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

Download stats