.coveragerc
.gitignore
.pylintrc
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
Makefile
README.md
environment.yml
pyproject.toml
renovate.json
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/PICor.egg-info/PKG-INFO
src/PICor.egg-info/SOURCES.txt
src/PICor.egg-info/dependency_links.txt
src/PICor.egg-info/entry_points.txt
src/PICor.egg-info/not-zip-safe
src/PICor.egg-info/requires.txt
src/PICor.egg-info/top_level.txt
src/picor/__init__.py
src/picor/_version.py
src/picor/cli.py
src/picor/isotope_correction.py
src/picor/isotope_probabilities.py
src/picor/isotopes.csv
src/picor/metabolites.csv
src/picor/resolution_correction.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_dataset.csv
tests/test_dataset.tsv
tests/test_dataset.xlsx
tests/test_dataset_corrected.csv
tests/test_dataset_resolution.csv
tests/test_dataset_resolution_corrected.csv
tests/test_isotope_correction.py
tests/test_isotope_probabilities.py
tests/test_isotopes.csv
tests/test_isotopes2.csv
tests/test_metabolites.csv
tests/test_metabolites_missing_charge.csv
tests/test_resolution_correction.py