.gitignore
License.md
MANIFEST.in
PSM.png
README.md
pyproject.toml
readme_pypi.md
requirements.txt
test_proteorift.py
proteorift/__init__.py
proteorift/cli.py
proteorift/models.py
proteorift/read_spectra.py
proteorift/run_search.py
proteorift/search.py
proteorift.egg-info/PKG-INFO
proteorift.egg-info/SOURCES.txt
proteorift.egg-info/dependency_links.txt
proteorift.egg-info/entry_points.txt
proteorift.egg-info/requires.txt
proteorift.egg-info/top_level.txt
proteorift/src/__init__.py
proteorift/src/atlesconfig/__init__.py
proteorift/src/atlesconfig/arg_parse.py
proteorift/src/atlesconfig/config.py
proteorift/src/atlesconfig/wandbsetup.py
proteorift/src/atlespredict/__init__.py
proteorift/src/atlespredict/dbsearch.py
proteorift/src/atlespredict/filter.py
proteorift/src/atlespredict/ooc_filtered_search.py
proteorift/src/atlespredict/ooc_unfiltered_search.py
proteorift/src/atlespredict/pepdataset.py
proteorift/src/atlespredict/postprocess.py
proteorift/src/atlespredict/preprocess.py
proteorift/src/atlespredict/specdataset.py
proteorift/src/atlespredict/specollate_model.py
proteorift/src/atlestrain/__init__.py
proteorift/src/atlestrain/dataset.py
proteorift/src/atlestrain/model.py
proteorift/src/atlestrain/process.py
proteorift/src/atlestrain/sampler.py
proteorift/src/atlestrain/trainmodel.py
proteorift/src/atlesutils/__init__.py
proteorift/src/atlesutils/preprocess.py
proteorift/src/atlesutils/reader.py
proteorift/src/atlesutils/simulatespectra.py
proteorift/src/atlesutils/utils.py
proteorift/src/test/__init__.py
proteorift/src/test/test_reader.py