- on the scicore ubuntu system, you do `source ubuntu_compile` to execute the compile command therein
- on other systems: good luck
- usage examples are in the two Python scripts. Make sure to read the comments therein before executing
- before you can execute the scripts with Python, you need to load the exact same Python module as for compiling
Simple k-mer counting for ultrafast screening of large sequence databases in Python. You're at the wrong place if you look for highly sensitive sequence searches. Usage examples:
* create_db.py - Builds search index for user defined k-mer size k.
* search_db.py - Search previously built index. The index is optionally loaded in memory to speed up repeated searches on the same index.