Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 758 Bytes

File metadata and controls

23 lines (15 loc) · 758 Bytes

Introduction

This Python package implements objects and functions that allow for fast and memory-efficient k-mer calculations on the genome. See the genome-kmers homepage for a detailed overview, examples, dev setup, and API reference.

This package can be installed via PyPI

pip install genome-kmers

or via cloning the repo and installing (e.g. using poetry)

git clone git@github.com:mrperkett/genome-kmers.git
cd genome-kmers/

poetry install

# run tests to verify everything is working properly
poetry run python -m pytest