This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
- Implemented the tests
- Added a test dataset which includes all NT expansion variants from ClinVar. Records of special interest are moved to the top and annotated. See more details in
repeat_expansion_variants/tests/README.md
- Implemented the integration test using
pytest
- Added a test dataset which includes all NT expansion variants from ClinVar. Records of special interest are moved to the top and annotated. See more details in
- Small adjustments to the pipeline
- Fixed a regexp
- Modified column order
- Technical changes
- Updated configuration files:
.gitignore
,.idea
- Simplified installation instructions for Travis
- Added
setup.py
and__init__.py
to make the repository a proper package (required for running the tests)
- Updated configuration files: