recipe ppanggolin

PPanGGOLiN: Depicting microbial species diversity via a Partitioned PanGenome Graph

Homepage:

https://github.com/labgem/PPanGGOLiN

Documentation:

https://ppanggolin.readthedocs.io

License:

CeCiLL 2.1

Recipe:

/ppanggolin/meta.yaml

package ppanggolin

(downloads) docker_ppanggolin

versions:
2.0.5-02.0.4-02.0.3-02.0.2-02.0.1-01.2.105-11.2.105-01.2.74-11.2.74-0

2.0.5-02.0.4-02.0.3-02.0.2-02.0.1-01.2.105-11.2.105-01.2.74-11.2.74-01.2.63-11.2.63-01.2.61-01.2.46-11.2.46-01.1.136-11.1.136-01.1.131-01.1.96-01.1.85-11.1.85-01.1.72-01.0.13-01.0.1-01.0.0-0v0.3.88-1v0.3.88-0

depends aragorn:

1.2.*

depends bokeh:

3.*

depends colorlover:

0.3.*

depends gmpy2:

2.*

depends infernal:

1.1.*

depends libgcc-ng:

>=12

depends mafft:

depends mmseqs2:

depends networkx:

3.*

depends numpy:

1.*

depends pandas:

2.*

depends plotly:

5.*

depends pyrodigal:

3.*

depends pytables:

3.*

depends python:

>=3.10,<3.11.0a0

depends python_abi:

3.10.* *_cp310

depends scipy:

1.*

depends tqdm:

4.*

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 ppanggolin

and update with::

   mamba update ppanggolin

To create a new environment, run:

mamba create --name myenvname ppanggolin

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

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

Download stats