recipe pronto

Python frontend to ontologies

Homepage:

https://github.com/althonos/pronto

Documentation:

https://pronto.readthedocs.io/en/stable/

License:

MIT / MIT

Recipe:

/pronto/meta.yaml

package pronto

(downloads) docker_pronto

versions:
2.5.6-02.5.5-02.5.4-02.5.3-02.5.2-02.5.1-02.5.0-02.4.7-02.4.6-0

2.5.6-02.5.5-02.5.4-02.5.3-02.5.2-02.5.1-02.5.0-02.4.7-02.4.6-02.4.5-02.4.4-02.4.3-02.4.2-02.4.1-02.3.2-02.3.1-02.2.4-02.2.2-02.2.1-02.1.0-02.0.1-02.0.0-01.2.0-00.12.2-00.12.1-00.12.0-00.11.1-00.11.0-00.10.2-10.10.2-00.3.3-20.3.3-10.3.3-0

depends chardet:

>=5.0

depends fastobo:

>=0.12.2

depends networkx:

>=2.3

depends python:

>=3.7

depends python-dateutil:

>=2.8

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 pronto

and update with::

   mamba update pronto

To create a new environment, run:

mamba create --name myenvname pronto

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

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

Download stats