recipe bioconductor-eupathdb

Provides access to pathogen annotation resources available on EuPathDB databases

Homepage:

https://bioconductor.org/packages/3.18/data/annotation/html/EuPathDB.html

License:

Artistic-2.0

Recipe:

/bioconductor-eupathdb/meta.yaml

Brings together annotation resources from the various EuPathDB databases (PlasmoDB, ToxoDB, TriTrypDB, etc.) and makes them available in R using the AnnotationHub framework.

package bioconductor-eupathdb

(downloads) docker_bioconductor-eupathdb

versions:
1.0.1-121.0.1-111.0.1-101.0.1-91.0.1-81.0.1-71.0.1-61.0.1-51.0.1-4

1.0.1-121.0.1-111.0.1-101.0.1-91.0.1-81.0.1-71.0.1-61.0.1-51.0.1-41.0.1-31.0.1-21.0.1-0

depends bioconductor-annotationhub:

>=3.10.0,<3.11.0

depends bioconductor-annotationhubdata:

>=1.32.0,<1.33.0

depends bioconductor-biobase:

>=2.62.0,<2.63.0

depends bioconductor-biostrings:

>=2.70.0,<2.71.0

depends bioconductor-data-packages:

>=20231203

depends bioconductor-genomeinfodbdata:

>=1.2.0,<1.3.0

depends bioconductor-genomicranges:

>=1.54.0,<1.55.0

depends curl:

depends r-base:

>=4.3,<4.4.0a0

depends r-biocmanager:

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 bioconductor-eupathdb

and update with::

   mamba update bioconductor-eupathdb

To create a new environment, run:

mamba create --name myenvname bioconductor-eupathdb

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/bioconductor-eupathdb:<tag>

(see `bioconductor-eupathdb/tags`_ for valid values for ``<tag>``)

Download stats