recipe pyega3

EGA python client

Homepage:

https://github.com/EGA-archive/ega-download-client

License:

APACHE / Apache-2.0

Recipe:

/pyega3/meta.yaml

package pyega3

(downloads) docker_pyega3

versions:
5.2.0-05.1.0-05.0.2-05.0.1-04.0.5-04.0.4-04.0.3-04.0.1-04.0.0-0

5.2.0-05.1.0-05.0.2-05.0.1-04.0.5-04.0.4-04.0.3-04.0.1-04.0.0-03.4.1-03.4.0-03.1.0-03.0.44-03.0.40-03.0.39-03.0.38-03.0.21-13.0.21-0

depends psutil:

depends python:

>=3.6

depends python-htsget:

depends requests:

depends tqdm:

>=4.26.0

depends urllib3:

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 pyega3

and update with::

   mamba update pyega3

To create a new environment, run:

mamba create --name myenvname pyega3

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

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

Download stats