.gitignore
LICENSE.txt
Makefile
README.md
flake.nix
pyproject.toml
.github/workflows/package_and_test.yml
.github/workflows/publish_to_pypi.yml
.streamlit/config.toml
EFMCalculator2.egg-info/PKG-INFO
EFMCalculator2.egg-info/SOURCES.txt
EFMCalculator2.egg-info/dependency_links.txt
EFMCalculator2.egg-info/entry_points.txt
EFMCalculator2.egg-info/requires.txt
EFMCalculator2.egg-info/top_level.txt
efmcalculator2/StateMachine.py
efmcalculator2/__init__.py
efmcalculator2/_version.py
efmcalculator2/cli.py
efmcalculator2/constants.py
efmcalculator2/utilities.py
efmcalculator2/data/__init__.py
efmcalculator2/data/gam_df.csv
efmcalculator2/ingest/EFMSequence.py
efmcalculator2/ingest/__init__.py
efmcalculator2/ingest/bad_state_mitigation.py
efmcalculator2/ingest/parse_inputs.py
efmcalculator2/pipeline/__init__.py
efmcalculator2/pipeline/classify_srs_rmd.py
efmcalculator2/pipeline/classify_ssr.py
efmcalculator2/pipeline/detection_strats.py
efmcalculator2/pipeline/features.py
efmcalculator2/pipeline/filtering.py
efmcalculator2/pipeline/mutation_rates.py
efmcalculator2/pipeline/post_process.py
efmcalculator2/pipeline/primary_pipeline.py
efmcalculator2/pipeline/subsequence_curation.py
efmcalculator2/webapp/SequenceState.py
efmcalculator2/webapp/__init__.py
efmcalculator2/webapp/bokeh_plot.py
efmcalculator2/webapp/bootstrap_streamlit.py
efmcalculator2/webapp/vis_utils.py
efmcalculator2/webapp/webapp.py
efmcalculator2/webapp/assets/favicon.ico
efmcalculator2/webapp/assets/html_template.html
efmcalculator2/webapp/assets/stylesheet.css
efmcalculator2/webapp/assets/tombstone.ai
efmcalculator2/webapp/assets/tombstone.svg
examples/1_L6-10_plasmid.gb
examples/2_EColi_CRISPR_Loci.gb
examples/3_pPath-Violacein-native.gb
paper_scripts/modeling/gam_SRS_model.RData
paper_scripts/modeling/gam_model.json
paper_scripts/modeling/gam_model_components.RData
paper_scripts/modeling/minimal_model.R
paper_scripts/modeling/new.py
paper_scripts/modeling/python_model.py
paper_scripts/modeling/test.csv
tests/__init__.py
tests/test.csv
tests/test_efm2.py