recipe apollo

WebApollo API library

Homepage:

https://github.com/galaxy-genome-annotation/python-apollo

License:

MIT / MIT

Recipe:

/apollo/meta.yaml

package apollo

(downloads) docker_apollo

versions:
4.2.13-04.2.12-04.2.11-04.2.10-04.2.9-04.2.8-04.2.7-04.2.5-04.2.4-1

4.2.13-04.2.12-04.2.11-04.2.10-04.2.9-04.2.8-04.2.7-04.2.5-04.2.4-14.2.4-04.2.3-04.2.2-04.2.1-04.2-04.1-04.0.1-03.1-03.0.4-0

depends bcbio-gff:

depends biopython:

depends cachetools:

depends click:

>=6.7

depends decorator:

depends python:

depends pyyaml:

depends requests:

depends wrapt:

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 apollo

and update with::

   mamba update apollo

To create a new environment, run:

mamba create --name myenvname apollo

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

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

Download stats