recipe entrez-direct

Entrez Direct (EDirect) is an advanced method for accessing the NCBI's set of interconnected databases (publication, sequence, structure, gene, variation, expression, etc.) from a UNIX terminal window. Functions take search terms from command-line arguments. Individual operations are combined to build multi-step queries. Record retrieval and formatting normally complete the process.

Homepage:

https://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/versions/21.6.20240308/README

License:

PUBLIC DOMAIN

Recipe:

/entrez-direct/meta.yaml

package entrez-direct

(downloads) docker_entrez-direct

versions:
21.6-016.2-116.2-015.6-115.6-013.9-213.9-113.9-013.8-0

21.6-016.2-116.2-015.6-115.6-013.9-213.9-113.9-013.8-013.3-011.0-211.0-111.0-010.2-010.0-07.70-27.70-17.70-07.00-17.00-05.80-04.00-14.00-0

depends wget:

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 entrez-direct

and update with::

   mamba update entrez-direct

To create a new environment, run:

mamba create --name myenvname entrez-direct

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/entrez-direct:<tag>

(see `entrez-direct/tags`_ for valid values for ``<tag>``)

Download stats