Installation¶
Python 3.6 or higher is required.
To clone the repository: git clone https://github.com/nh13/gedmatch-tools.git.
To install locally: python setup.py install.
The command line utility can be run with gedmatch-tools
Conda Recipe¶
Comming soon.
Testing¶
To run tests, run coverage run -m unittest discover -s src/python
To obtain test coverage, run codecov.