Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.09 KB

INSTALLATION.md

File metadata and controls

29 lines (20 loc) · 1.09 KB

Installation

These instructions will allow you to install the package and accompanying databases on Linux. Mac OS X computers operate similarly. For any other systems, or if you cannot install the databases, we recommend installing via docker.

Pre-requisites

Installation requires VariantValidator and VariantFormatter

Installing VariantValidator

When installing we have found that some of the VariantValidator dependencies do not load well using pip. Instead install VariantValidator first using anaconda and the pre-configured environment.yml See the VariantValidator installation documentation

Download the source code

To download the source code simply clone the master branch.

$ git clone https://github.com/openvar/rest_variantValidator
$ cd rest_variantValidator

Installing rest_variantValidator

To install rest_variantValidator within your virtual environment, activate the environment and run:

$ pip install -e .