Installation

Stable Release (Pip)

To install ClinVar This!, run this command in your terminal:

$ pip install clinvar-this

This is the preferred method to install ClinVar This!, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

Stable Release (Conda)

As a prerequisite, you have to install conda and setup the bioconda channel as documented on the Bioconda website.

Then, you can create a new environment with clinvar-this.

$ conda create -y -n clinvar-this python=3.11 clinvar-this

Or install the package in your current environment:

$ conda install -y clinvar-this

From Sources

The sources for ClinVar This! can be downloaded from the Github repo.

Clone the public repository:

$ git clone https://github.com/bihealth/clinvar-this.git