.gitattributes
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
PLAN.md
README.md
config.yaml
pixi.lock
pixi.toml
pyproject.toml
recipe.yaml
requirements.txt
.github/workflows/publish.yml
input/example/QC_rules.tsv
input/example/QC_tests.tsv
input/example/mapping.yaml
input/example/run_data.tsv
src/uQCme/__init__.py
src/uQCme/_version.py
src/uQCme.egg-info/PKG-INFO
src/uQCme.egg-info/SOURCES.txt
src/uQCme.egg-info/dependency_links.txt
src/uQCme.egg-info/entry_points.txt
src/uQCme.egg-info/requires.txt
src/uQCme.egg-info/top_level.txt
src/uQCme/app/__init__.py
src/uQCme/app/main.py
src/uQCme/app/plot.py
src/uQCme/cli/__init__.py
src/uQCme/cli/main.py
src/uQCme/core/__init__.py
src/uQCme/core/config.py
src/uQCme/core/engine.py
src/uQCme/core/exceptions.py
src/uQCme/core/loader.py
src/uQCme/core/logging.py
src/uQCme/core/schemas.py
src/uQCme/defaults/QC_rules.tsv
src/uQCme/defaults/QC_tests.tsv
src/uQCme/defaults/config.yaml
src/uQCme/defaults/mapping.yaml
tests/README.md
tests/__init__.py
tests/conftest.py
tests/uQCme_example_run_data.tsv
tests/data/QC_rules.tsv
tests/data/QC_tests.tsv
tests/data/example_run_data.tsv
tests/data/mapping.yaml
tests/fixtures/config_example.yaml
tests/integration/__init__.py
tests/integration/test_uQCme_outcomes.py
tests/unit/__init__.py
tests/unit/test_dashboard.py
tests/unit/test_qc_processor.py