LICENSE
MANIFEST.in
README.md
pyproject.toml
fred/__init__.py
fred/metaTools.py
fred/config/config.yaml
fred/config/mamplan_config.yaml
fred/images/chicken.png
fred/images/human.png
fred/images/medaka.png
fred/images/mouse.png
fred/images/pig.png
fred/images/rat.png
fred/images/zebrafish.png
fred/src/__init__.py
fred/src/autogenerate.py
fred/src/edit_file.py
fred/src/file_reading.py
fred/src/find_metafiles.py
fred/src/generate.py
fred/src/git_whitelists.py
fred/src/input_functions.py
fred/src/utils.py
fred/src/validate_yaml.py
fred/src/wi_functions.py
fred/src/heatmap/create_heatmap.py
fred/src/heatmap/dash_utils.py
fred/src/heatmap/heatmap_dash.py
fred/src/web_interface/__init__.py
fred/src/web_interface/editing.py
fred/src/web_interface/factors_and_conditions.py
fred/src/web_interface/file_io.py
fred/src/web_interface/html_output.py
fred/src/web_interface/searching.py
fred/src/web_interface/validation.py
fred/src/web_interface/whitelist_parsing.py
fred/src/web_interface/wi_object_to_yaml.py
fred/src/web_interface/wi_utils.py
fred/src/web_interface/yaml_to_wi_object.py
fred/structure/keys.yaml
fred/structure/mamplan_keys.yaml
fred_metadata.egg-info/PKG-INFO
fred_metadata.egg-info/SOURCES.txt
fred_metadata.egg-info/dependency_links.txt
fred_metadata.egg-info/entry_points.txt
fred_metadata.egg-info/requires.txt
fred_metadata.egg-info/top_level.txt
test/test_key_yaml.py