Getting Started with PyKmers

Dependencies

PyKmers relies on pygfa library to load GFA files. You can build this library downloading the source code from this repository. In order to build and install pygfa, you need python3, pip3 and setuptools.

python setup.py bdist_wheel
pip install dist/pygfa*.whl

Build and Install PyKmers

Once pygfa is installed, you can build and install PyKmers from here.

python setup.py bdist_wheel
pip install dist/pykmers*.whl