LICENSE
README.md
pyproject.toml
setup.py
protclust/__init__.py
protclust/clustering.py
protclust/logger.py
protclust/preprocessing.py
protclust/splitting.py
protclust/utils.py
protclust.egg-info/PKG-INFO
protclust.egg-info/SOURCES.txt
protclust.egg-info/dependency_links.txt
protclust.egg-info/requires.txt
protclust.egg-info/top_level.txt
tests/test_clustering.py
tests/test_clustering_accuracy.py
tests/test_edge_cases.py
tests/test_error_handling.py
tests/test_fasta_io.py
tests/test_milp_splitting.py
tests/test_performance.py
tests/test_preprocessing.py
tests/test_split_integrity.py
tests/test_splitting.py
tests/test_utils.py