CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
mtase_motif/__init__.py
mtase_motif/candidate_discovery.py
mtase_motif/cli.py
mtase_motif/config.py
mtase_motif/hmmer.py
mtase_motif/logging_utils.py
mtase_motif/methylation.py
mtase_motif/mmcif.py
mtase_motif/motif_inference.py
mtase_motif/motifs.py
mtase_motif/panel.py
mtase_motif/pipeline_support.py
mtase_motif/qc.py
mtase_motif/rebase_search.py
mtase_motif/runner.py
mtase_motif/scanning.py
mtase_motif/util.py
mtase_motif/db/__init__.py
mtase_motif/db/base.py
mtase_motif/db/manifest.py
mtase_motif/db/data/__init__.py
mtase_motif/db/data/pfam_models.txt
mtase_motif/db/data/tigrfams_models.txt
mtase_motif/db/providers/__init__.py
mtase_motif/db/providers/pfam.py
mtase_motif/db/providers/rebase.py
mtase_motif/db/providers/tigrfams.py
mtase_motif/structure_motif/__init__.py
mtase_motif/structure_motif/foldseek.py
mtase_motif/structure_motif/template_panel.py
mtase_motif/structure_motif/training.py
mtase_motif/structure_motif/validation.py
mtasemotif.egg-info/PKG-INFO
mtasemotif.egg-info/SOURCES.txt
mtasemotif.egg-info/dependency_links.txt
mtasemotif.egg-info/entry_points.txt
mtasemotif.egg-info/requires.txt
mtasemotif.egg-info/top_level.txt
tests/test_cli.py
tests/test_hmmer.py
tests/test_methylation.py
tests/test_mmcif.py
tests/test_motif_inference_revisions.py
tests/test_motifs.py
tests/test_no_rebase_bundling.py
tests/test_packaging_release.py
tests/test_panel.py
tests/test_pfam_provider.py
tests/test_qc.py
tests/test_rebase_provider_smoke.py
tests/test_structure_motif.py
tests/test_util.py
tests/test_workflow_core.py