Kmer hashing tools contains data cleaning and visualization code for analyzing kmer-hashing similarity matrices
- Free software: MIT license
- Documentation: https://czbiohub.github.io/khtools
To install this code, clone this github repository and use pip to install
git clone <https://github.com/>czbiohub/khtools.git
cd khtools
# The "." means "install *this*, the folder where I am now"
pip install .
Greet a name multiple times!
$ Kmer-hashing tools hello --name "Rosalind Franklin" --count 10
- TODO