recipe cameo

cameo - computer aided metabolic engineering & optimization

Homepage:

http://cameo.bio

License:

APACHE / Apache Software

Recipe:

/cameo/meta.yaml

package cameo

(downloads) docker_cameo

versions:

0.13.6-00.13.5-00.13.0-00.12.0-00.11.15-0

depends blessings:

>=1.5.1

depends click:

>=6.7

depends cobra:

>=0.11.1

depends escher:

>=1.1.2

depends future:

>=0.15.2

depends gnomic:

>=1.0.1

depends inspyred:

>=1.0

depends iprogress:

>=0.4

depends lazy-object-proxy:

>=1.2.0

depends networkx:

>=1.9.1

depends numexpr:

>=2.4

depends numpy:

>=1.9.1

depends openpyxl:

>=2.4.5

depends optlang:

>=1.2.1

depends ordered-set:

>=1.2

depends palettable:

>=2.1.1

depends pandas:

>=0.24.0

depends python:

>=3.6

depends requests:

>=2.10.0

depends scipy:

>=0.14.0

depends six:

>=1.9.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 cameo

and update with::

   mamba update cameo

To create a new environment, run:

mamba create --name myenvname cameo

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

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

Download stats