recipe pomoxis

Assembly, consensensus, and analysis tools by ONT research

Homepage:

https://github.com/nanoporetech/pomoxis

Documentation:

https://nanoporetech.github.io/pomoxis/index.html

License:

OTHER / MPL-2.0

Recipe:

/pomoxis/meta.yaml

package pomoxis

(downloads) docker_pomoxis

versions:
0.3.15-00.3.13-00.3.12-00.3.11-00.3.10-00.3.9-00.3.8-00.3.7-00.3.6-0

0.3.15-00.3.13-00.3.12-00.3.11-00.3.10-00.3.9-00.3.8-00.3.7-00.3.6-00.3.5-10.3.5-00.3.4-00.3.2-10.3.2-00.3.1-10.3.1-00.3.0-00.2.5-00.2.4-00.2.3-00.2.2-0

depends bcftools:

>=1.9

depends bedtools:

>=2.29.0

depends biopython:

>=1.63

depends intervaltree:

>=3

depends matplotlib-base:

>=3.2.1

depends miniasm:

>=0.3_r179

depends minimap2:

>=2.17

depends ncls:

>=0.0.65

depends numpy:

>=1.16.1

depends pandas:

>=0.24.2

depends porechop:

depends pysam:

>=0.15.2

depends python:

>=3.6

depends racon:

>=1.3.1

depends samtools:

>=1.9

depends seqkit:

>=0.8.0

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 pomoxis

and update with::

   mamba update pomoxis

To create a new environment, run:

mamba create --name myenvname pomoxis

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

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

Download stats