This repository is no longer maintained or worked on
Implementation of Copy-number variation
The CNV service can be installed in a py3.7+ virtual enviroment:
pip install -e .
Once installed, the service can be started with:
candig_cnv_service
Tests can be run with pytest and coverage:
pytest --cov=cnadig_cnv_service tests/