recipe bohra

Pipeline for analysing Illumina data for microbiological public health.

Homepage:

https://github.com/MDU-PHL/bohra

Documentation:

https://github.com/MDU-PHL/bohra/wiki

License:

GPL3 / GPL-3.0-or-later

Recipe:

/bohra/meta.yaml

package bohra

(downloads) docker_bohra

versions:
2.3.6-02.3.4-02.3.3-02.3.2-02.3.0-02.2.1-02.2.0-01.2.20-01.2.19-1

2.3.6-02.3.4-02.3.3-02.3.2-02.3.0-02.2.1-02.2.0-01.2.20-01.2.19-11.2.19-01.2.18-01.2.16-01.2.15-01.2.14-01.2.12-01.2.11-01.2.10-11.2.10-01.2.9-01.2.6-01.2.4-01.2.3-01.2.1-01.1.8-01.1.7-01.1.3-01.1.2-01.1.1-01.1.0-01.0.27-01.0.26-01.0.25-01.0.24-01.0.23-01.0.22-01.0.20-11.0.20-01.0.19-0

depends altair:

depends any2fasta:

depends biopython:

1.81.*

depends csvtk:

depends jinja2:

depends nextflow:

22.10.6.*

depends numpy:

1.23.1.*

depends packaging:

depends pandas:

1.0.5.*

depends perl-list-moreutils:

depends perl-svg:

depends perl-text-csv:

depends psutil:

depends pytest:

depends pytest-runner:

depends python:

>=3.8

depends sh:

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 bohra

and update with::

   mamba update bohra

To create a new environment, run:

mamba create --name myenvname bohra

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

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

Download stats