recipe python-chado

A Python library for interacting with Chado database.

Homepage:

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

License:

MIT / MIT

Recipe:

/python-chado/meta.yaml

package python-chado

(downloads) docker_python-chado

versions:
2.3.9-02.3.8-02.3.7-02.3.6-02.3.5-02.3.4-02.3.3-12.3.3-02.3.2-0

2.3.9-02.3.8-02.3.7-02.3.6-02.3.5-02.3.4-02.3.3-12.3.3-02.3.2-02.3.1-02.3.0-02.2.6-02.2.5-02.2.3-02.2.2-02.2.1-02.1.5-02.1.4-02.1.3-12.1.2-12.1.1-02.1-02.0.1-02.0-01.2-0

depends bcbio-gff:

0.6.4

depends biopython:

depends click:

depends future:

depends psycopg2:

depends python:

depends pyyaml:

depends sqlalchemy:

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 python-chado

and update with::

   mamba update python-chado

To create a new environment, run:

mamba create --name myenvname python-chado

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/python-chado:<tag>

(see `python-chado/tags`_ for valid values for ``<tag>``)

Download stats