recipe gget

gget enables efficient querying of genomic databases

Homepage:

https://github.com/pachterlab/gget

License:

BSD / BSD-2-Clause

Recipe:

/gget/meta.yaml

gget enables efficient querying of genomic databases, such as Ensembl, UniProt, NCBI, directly into a Python or terminal programming environment. It was designed to support genomic data analysis.

package gget

(downloads) docker_gget

versions:
0.28.4-00.28.3-00.28.2-00.28.1-00.27.9-00.27.8-00.27.7-00.27.5-00.27.4-0

0.28.4-00.28.3-00.28.2-00.28.1-00.27.9-00.27.8-00.27.7-00.27.5-00.27.4-00.27.3-00.27.2-20.27.2-10.27.2-00.27.0-00.3.13-00.3.12-00.3.11-00.3.10-00.3.9-00.3.7-00.3.5-00.2.7-00.2.6-00.2.5-00.2.3-00.2.2-00.2.1-00.2.0-00.1.2-00.1.1-00.1.0-00.0.24-0

depends beautifulsoup4:

>=4.10.0

depends curl:

depends ipython:

depends ipywidgets:

depends lxml:

depends matplotlib-base:

depends mysql-connector-python:

>=8.0.5,<=8.0.29

depends numpy:

>=1.17.2

depends openai:

depends openmm:

7.5.1

depends pandas:

>=1.0.0

depends py3dmol:

>=1.8.0

depends python:

>=3.6

depends requests:

>=2.22.0

depends tqdm:

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 gget

and update with::

   mamba update gget

To create a new environment, run:

mamba create --name myenvname gget

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

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

Download stats