recipe mob_suite

MOB-suite is a set of tools for finding, typing and reconstruction of plasmids from draft and complete genome assemblies.

Homepage:

https://pypi.org/project/mob-suite/

Developer docs:

https://github.com/phac-nml/mob-suite

License:

Apache-2.0

Recipe:

/mob_suite/meta.yaml

Links:

biotools: mob-suite, usegalaxy-eu: mob_recon, usegalaxy-eu: mob_typer, doi: 10.1099/mgen.0.000206, doi: 10.1099/mgen.0.000435

package mob_suite

(downloads) docker_mob_suite

versions:
3.1.8-13.1.8-03.1.7-03.1.6-13.1.6-03.1.5-03.1.4-03.1.2-03.1.0-0

3.1.8-13.1.8-03.1.7-03.1.6-13.1.6-03.1.5-03.1.4-03.1.2-03.1.0-03.0.3-03.0.2-03.0.1-03.0.0-23.0.0-13.0.0-02.1.0-02.0.5-02.0.2-12.0.2-02.0.1-12.0.1-02.0.0-01.4.9.1-01.4.9-11.4.9-01.4.8-01.4.6-11.4.5-11.4.1-0

depends biopython:

>=1.8,<2

depends blast:

>=2.9.0

depends ete3:

3.1.3

depends mash:

>=2.0

depends numpy:

depends pandas:

>=0.22,<=1.5.3

depends pycurl:

depends pytables:

depends python:

>=3.7

depends scipy:

depends six:

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 mob_suite

and update with::

   mamba update mob_suite

To create a new environment, run:

mamba create --name myenvname mob_suite

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

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

Download stats