.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE.md
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/black.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
airpot/__init__.py
airpot/brew.py
airpot/result.py
airpot.egg-info/PKG-INFO
airpot.egg-info/SOURCES.txt
airpot.egg-info/dependency_links.txt
airpot.egg-info/requires.txt
airpot.egg-info/top_level.txt
airpot/backends/__init__.py
airpot/backends/mokapot.py
airpot/backends/mokapot_ds.py
airpot/backends/mokapot_subset.py
airpot/backends/none.py
airpot/backends/registry.py
airpot/backends/spark.py
data/2017dec27_overlap_dia_6b_rep1_604to616.dia.features.txt
docs/Makefile
docs/backends.rst
docs/conf.py
docs/index.rst
docs/quickstart.rst
docs/_static/airpot-logo.png
tests/__init__.py
tests/conftest.py
tests/unit_tests/__init__.py
tests/unit_tests/test_brew.py
tests/unit_tests/test_result.py
tests/unit_tests/backends/test_mokapot.py
tests/unit_tests/backends/test_spark.py