This project implements a Sequence Bloom Tree (SBT) with a custom rawhash method for processing pod5 sequencing data.
- Create a virtual environment
- Install dependencies:
pip install -r requirements.txt
rawhash.py
: Custom hash method for pod5 inputssequence_bloom_tree.py
: Core SBT implementationdummy_data/
: Directory containing dummy pod5 files for testing