recipe clinvar-this

ClinVar Submission API Made Easy

Homepage:

https://github.com/bihealth/clinvar-this

License:

MIT / MIT

Recipe:

/clinvar-this/meta.yaml

package clinvar-this

(downloads) docker_clinvar-this

versions:
0.14.6-00.14.5-00.14.3-00.14.2-00.14.1-00.14.0-00.13.1-00.12.0-00.11.0-0

0.14.6-00.14.5-00.14.3-00.14.2-00.14.1-00.14.0-00.13.1-00.12.0-00.11.0-00.10.2-00.10.0-00.7.0-00.6.0-00.4.1-00.3.0-00.2.1-00.2.0-00.1.0-0

depends attrs:

depends cattrs:

depends click:

depends jsonschema:

depends logzero:

depends pysam:

>=0.10.0

depends python:

>=3.8

depends python-dateutil:

depends requests:

depends tabulate:

depends toml:

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 clinvar-this

and update with::

   mamba update clinvar-this

To create a new environment, run:

mamba create --name myenvname clinvar-this

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/clinvar-this:<tag>

(see `clinvar-this/tags`_ for valid values for ``<tag>``)

Download stats