.flake8
.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
run_all.sh
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/publish_models_dev.yml
.github/workflows/publish_models_main.yml
.github/workflows/tag_and_publish_main.yml
.github/workflows/test_and_lint.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/conf.py
doc_template/source/index.rst
doc_template/source/_static/dark-logo.svg
doc_template/source/_static/favicon.ico
doc_template/source/_static/light-logo.svg
scripts/__init__.py
scripts/get_protocols.py
scripts/test_genbank_integration.py
scripts/test_mouse_anatomy_integration.py
scripts/write_to_docdb.py
src/aind_data_schema_models/__init__.py
src/aind_data_schema_models/atlas.py
src/aind_data_schema_models/brain_atlas.py
src/aind_data_schema_models/coordinates.py
src/aind_data_schema_models/data_name_patterns.py
src/aind_data_schema_models/devices.py
src/aind_data_schema_models/gene.py
src/aind_data_schema_models/harp_types.py
src/aind_data_schema_models/licenses.py
src/aind_data_schema_models/modalities.py
src/aind_data_schema_models/mouse_anatomy.py
src/aind_data_schema_models/organizations.py
src/aind_data_schema_models/pid_names.py
src/aind_data_schema_models/process_names.py
src/aind_data_schema_models/protocols.py
src/aind_data_schema_models/reagent.py
src/aind_data_schema_models/registries.py
src/aind_data_schema_models/slap2_acquisition_type.py
src/aind_data_schema_models/species.py
src/aind_data_schema_models/specimen_procedure_types.py
src/aind_data_schema_models/stimulus_modality.py
src/aind_data_schema_models/system_architecture.py
src/aind_data_schema_models/units.py
src/aind_data_schema_models/utils.py
src/aind_data_schema_models.egg-info/PKG-INFO
src/aind_data_schema_models.egg-info/SOURCES.txt
src/aind_data_schema_models.egg-info/dependency_links.txt
src/aind_data_schema_models.egg-info/requires.txt
src/aind_data_schema_models.egg-info/top_level.txt
src/aind_data_schema_models/_generators/__init__.py
src/aind_data_schema_models/_generators/dev_utils.py
src/aind_data_schema_models/_generators/generator.py
src/aind_data_schema_models/_generators/update_harp_types.py
src/aind_data_schema_models/_generators/models/atlas.csv
src/aind_data_schema_models/_generators/models/brain_atlas.csv
src/aind_data_schema_models/_generators/models/harp_types.csv
src/aind_data_schema_models/_generators/models/modalities.csv
src/aind_data_schema_models/_generators/models/mouse_anatomy.csv
src/aind_data_schema_models/_generators/models/organizations.csv
src/aind_data_schema_models/_generators/models/process_names.csv
src/aind_data_schema_models/_generators/models/protocols.csv
src/aind_data_schema_models/_generators/models/registries.csv
src/aind_data_schema_models/_generators/models/slap2_acquisition_type.csv
src/aind_data_schema_models/_generators/models/species.csv
src/aind_data_schema_models/_generators/models/specimen_procedure_types.csv
src/aind_data_schema_models/_generators/models/stimulus_modality.csv
src/aind_data_schema_models/_generators/templates/atlas.txt
src/aind_data_schema_models/_generators/templates/brain_atlas.txt
src/aind_data_schema_models/_generators/templates/harp_types.txt
src/aind_data_schema_models/_generators/templates/modalities.txt
src/aind_data_schema_models/_generators/templates/mouse_anatomy.txt
src/aind_data_schema_models/_generators/templates/organizations.txt
src/aind_data_schema_models/_generators/templates/process_names.txt
src/aind_data_schema_models/_generators/templates/protocols.txt
src/aind_data_schema_models/_generators/templates/registries.txt
src/aind_data_schema_models/_generators/templates/slap2_acquisition_type.txt
src/aind_data_schema_models/_generators/templates/species.txt
src/aind_data_schema_models/_generators/templates/specimen_procedure_types.txt
src/aind_data_schema_models/_generators/templates/stimulus_modality.txt
tests/__init__.py
tests/test_atlas.py
tests/test_brain_atlas.py
tests/test_coordinates.py
tests/test_data_name_patterns.py
tests/test_dev_utils.py
tests/test_devices.py
tests/test_gene.py
tests/test_generator.py
tests/test_licenses.py
tests/test_modalities.py
tests/test_models.py
tests/test_mouse_anatomy.py
tests/test_organizations.py
tests/test_pid_names.py
tests/test_process_names.py
tests/test_protocols.py
tests/test_reagent.py
tests/test_registries.py
tests/test_slap2_acquisition_type.py
tests/test_specimen_procedure_types.py
tests/test_stimulus_modality.py
tests/test_system_architecture.py
tests/test_units.py
tests/test_utils.py
tests/resources/genbank_response.txt
tests/resources/harp_types.csv
tests/resources/protocols_response.json