.gitignore
LICENSE
README.rst
pyproject.toml
setup.cfg
config/config.ini
src/SRRec/SRRec.py
src/SRRec/__init__.py
src/SRRec/classifier.py
src/SRRec/config.py
src/SRRec/coverage.py
src/SRRec/data_analysis.py
src/SRRec/data_generation.py
src/SRRec/data_preprocessing.py
src/SRRec/encoding.py
src/SRRec/error_orrection.py
src/SRRec/isolates_correction.py
src/SRRec/reads2vectors.py
src/SRRec/simulation.py
src/SRRec/umitest.py
src/SRRec/utils.py
src/SRRec.egg-info/PKG-INFO
src/SRRec.egg-info/SOURCES.txt
src/SRRec.egg-info/dependency_links.txt
src/SRRec.egg-info/entry_points.txt
src/SRRec.egg-info/not-zip-safe
src/SRRec.egg-info/requires.txt
src/SRRec.egg-info/top_level.txt
tests/__init__.py
tests/test.py
tests/test_data_generation.py
tests/test_reads2vector.py
tests/test_utils.py