recipe bactopia

Bactopia is a flexible pipeline for complete analysis of bacterial genomes.

Homepage:

https://bactopia.github.io/

Developer docs:

https://github.com/bactopia/bactopia/

License:

MIT

Recipe:

/bactopia/meta.yaml

Links:

biotools: bactopia, doi: 10.1128/mSystems.00190-20

package bactopia

(downloads) docker_bactopia

versions:
3.0.0-02.2.0-02.1.1-02.1.0-02.0.3-02.0.2-02.0.1-02.0.0-12.0.0-0

3.0.0-02.2.0-02.1.1-02.1.0-02.0.3-02.0.2-02.0.1-02.0.0-12.0.0-01.7.1-01.7.0-01.6.5-11.6.5-01.6.4-01.6.3-01.6.2-21.6.2-11.6.2-01.6.1-01.6.0-11.6.0-01.5.6-01.5.5-01.5.4-11.5.4-01.5.3-01.5.2-01.5.1-01.5.0-01.4.11-11.4.11-01.4.10-01.4.9-01.4.8-01.4.7-01.4.6-01.4.5-01.4.4-01.4.3-01.4.2-01.4.1-01.4.0-01.3.1-01.3.0-01.2.4-01.2.2-01.2.1-01.2.0-01.1.0-11.1.0-01.0.1-0

depends bactopia-py:

>=1.0.8

depends conda:

>=22.11.0

depends coreutils:

depends mamba:

>=1.1.0

depends nextflow:

>=21.10.0

depends python:

>=3.9

depends sed:

depends wget:

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 bactopia

and update with::

   mamba update bactopia

To create a new environment, run:

mamba create --name myenvname bactopia

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

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

Download stats