nmdc-runtime 1.0.13__tar.gz → 1.0.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nmdc-runtime might be problematic. Click here for more details.
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/PKG-INFO +1 -1
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/objects.py +4 -2
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/queries.py +54 -13
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/query.py +39 -3
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/gold_translator.py +30 -19
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime.egg-info/PKG-INFO +1 -1
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_data/test_gold_translator.py +12 -1
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.dockerignore +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.env.example +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.env.test +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.github/workflows/build-and-release-to-spin.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.github/workflows/mkdocs.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.github/workflows/python-app.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.github/workflows/release-to-pypi.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.gitignore +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.gitpod.Dockerfile +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.gitpod.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/.nvmrc +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/LICENSE +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/Makefile +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/README.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/RELEASES.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/components/nmdc_runtime/workflow/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/components/nmdc_runtime/workflow/spec.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/components/nmdc_runtime/workflow_execution_activity/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/components/nmdc_runtime/workflow_execution_activity/core.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/components/nmdc_runtime/workflow_execution_activity/spec.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/components/nmdc_runtime/workflow_execution_activity/store.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_discovery/.env.example +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_discovery/GOLDs5levelEcosystemClassificationPaths.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_discovery/biosamples.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_discovery/console_queries.dev +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_discovery/docker-compose.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_discovery/envo.owl +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_discovery/indexing.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_discovery/po.owl +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/main.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/main.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/.gitignore +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/.mongo.yaml.example +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/.notebook.env.example +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/helpers.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/migrate_7_7_2_to_7_8_0.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/migrate_7_8_0_to_8_0_0.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/migrate_8_0_0_to_8_1_2.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/migrate_8_1_2_to_9_0_4.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/migrate_9_0_4_to_9_1_0.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/migrate_9_1_0_to_9_2_0.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/requirements.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docker-compose.test.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docker-compose.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/admin.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/contributing-docs.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/draft.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/explanation/domain-vision-statement.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/explanation/identifiers.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/explanation/journeys.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/howto-guides/author-changesheets.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/howto-guides/claim-and-run-jobs.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/howto-guides/create-triggers.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/howto-guides/improving-search-api.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/howto-guides/jobs/gold-translation-etl.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/howto-guides/release-process.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/howto-guides/update-sensors-ops.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/auth-button.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/auth-client-id.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/auth-close-modal.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/auth-username.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/dagit-apply-changesheet-job.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/dagster-translation-gold-job.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/dagster-translation-gold-launchpad.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/dagster-translation-gold-overview.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/dagster-translation-repo-jobs.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/dagster-workspace-repo-loaded.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/job-triggering.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/list-from-collection-filter.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/list-from-collection-page-token.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/list-from-collection.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/metadata-in-dagit-runs.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/metadata-in-put-types.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/nmdc-runtime-federation.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/rancher-nmdc-runtime-dev-workloads.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/validate-json-copy-paste-execute.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/validate-json-get-one-valid.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/validate-json-response.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/validate-json-try-it-out.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/img/validate-json.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/index.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/nb/get_data.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/nb/queue_and_trigger_data_jobs.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/nb/wf_automation.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/stylesheets/extra.css +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/tutorials/auth.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/tutorials/json.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs/tutorials/metadata-in.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/design/api-resource-diagram.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/design/api-resource-layout.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/design/nmdc-runtime-api-resource-diagram.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/design/nmdc-wfe.ttl +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/design/redoc-static.html +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/design/spec.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/design/workflow-automation.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/index.html +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/flake.lock +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/flake.nix +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/github_secrets_to_dotenv.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/guix-manifest.scm +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/Makefile +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/README.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/Froze_Core_2015_S2_0_10_7_Metab.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/MAGs_activity.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/biosample_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/changesheet-ex-01-screenshot.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/changesheet-ex-01.csv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/emsl_data_object_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/emsl_project_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/feature-set.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/ftms_nom_data_products.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/functional-annotation.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/gcms_metabolomics_data_products.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/gold_project_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/img_mg_annotation_data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/img_mg_annotation_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/metagenome_annotation_activity.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/mg_assembly_activities_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/mg_assembly_data_objects_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/migs-template-cedar.schema.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/nom_analysis_activity.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/readQC_activities_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/readQC_data_objects_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/read_based_analysis_activity.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/examples/study_test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/images/nmdc-etl-workflow.drawio +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/images/nmdc-etl-workflow.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/images/nmdc-etl-workflow.svg +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/Description_MIxS_Packages_v5.docx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/GOLD-Paths-to-MIxS-ENVO-triad-mapping.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSair_20180621_GOLD_Mapping_04132020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSbuiltenv_20180621_GOLD_Mapping_04172020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxShostassoc_20180621_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxShumanassoc_20180621_GOLD_Mapping_04142020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxShumangut_20180621_GOLD_Mapping_04152020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxShumanoral_20180621_GOLD_Mapping_04152020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxShumanskin_20180621_GOLD_Mapping_04162020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxShumanvaginal_20180621_GOLD_04162020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxShydrocarbCores_20180621_Mapping_GOLD.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxShydrocarbfs_20180621_v5_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSmatbiofilm_20180621_v5_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSmisc_20180621_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSplantassoc_20180621_v5_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSsediment_20180621_GOLD_Mapping_04102020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSsoil_20180621_GOLD_Mapping_04102020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSwastesludge_20180621_GOLD_Mapping_Apr-10.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/MIxSwater_20180621_GOLD_Mapping_04122020.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/Makefile +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/README.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/mixs_v4.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/mapping-files/mixs_v5.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/202106_curation_updates.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/202106_workflow_execution_demo.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/202109_metadata_ingest.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/NMDC-GOLD-data-counts.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/README.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/archive/generate-gold-sample-json.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/archive/translate-30_FICUS_Proposals_Metadata_4_Emiley_Chris_11082019.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/changesheets-example.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/changesheets-testing.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-array-item-nested-attributes.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-insert.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-remove-item.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-remove-property.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-replace.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-update-pi-websites.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-with-separator1.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-without-separator1.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-without-separator2.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/changesheet-without-separator3.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/study-data1.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/study-data2.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/data/study-data3.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/ensure_biosample_set_study_id.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/ghissue_252_253_linked_samples.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/ghissue_255.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/ghissue_272.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/gold-biosample-null-value-analysis.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/gold_ids_to_igsns.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/images/EMSL-data-translation.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/images/GOLD-data-objects-translation.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/images/GOLD-study-project-biosample-translation.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/images/NMDC-jupyter-translation-workflow.png +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/metaP_stegen.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/metadata_db_admin.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/mongo_etl_demo.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/FICUS-projects-merged.owl +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/FICUS-projects-merged.owl.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/FICUS-projects-translation.owl +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/catalog-v001.xml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/gold-classification-paths-translation.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/gold-classification-paths-translation.json.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/gold-classification-paths-translation.owl +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/gold-classification-paths-translation.owl.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/gold-dataset-translation.owl +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json/biosample.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json/data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json/omics_processing.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json/study.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json_2020-02-01.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json_2020-02-05.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json_2020-02-06.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json_2020-02-12.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json_2020-02-18.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/nmdc-json_2020-02-19.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/schema-test-full.txt.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/schema-test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/schema-test.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/schema-test.txt.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/temp.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-five-biosamples/biosample.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-five-biosamples/data_object.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-five-biosamples/project.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-five-biosamples/study.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-pipeline/biosample.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-pipeline/emsl_data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-pipeline/emsl_omics_processing.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-pipeline/faa_fna_fastq_data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-pipeline/gold_omics_processing.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-pipeline/gold_study.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-pipeline/nmdc-02.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/output/test-pipeline.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/test-changesheet-with-separator.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/test-changesheet-without-separator.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/test-output.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/test-pipeline-scratch.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/test-pipeline-temp.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/test-pipeline.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/test.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/test.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/translate-EMSL-data.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/translate-GOLD-data-objects.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/translate-GOLD-study-project-biosample.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/notebooks/translation-pipeline.ipynb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/align_nmdc_datatypes.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/execute_etl_pipeline.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/fix_omics_processing_json.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/lib/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/lib/data_operations.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/lib/extract_nmdc_data.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/lib/load_nmdc_data.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/lib/nmdc_data_source.yaml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/lib/nmdc_dataframes.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/lib/nmdc_etl_class.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/lib/transform_nmdc_data.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/mandatory_mixs_terms.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/mandatory_mixs_terms.py.org +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/bin/validate_json.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/2020-23-12-brodie-Gs0135149-soil-metadata.csv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/2021-02-03-stegen_biosample_linking_update.csv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/2021-02-04-brodie_biosample_linking_update.csv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/2021-02-04-stegen_biosample_template.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/2021-07-02-study-changes.csv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/30_FICUS_Proposals_Metadata_4_Emiley_Chris_11082019.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/EMSL_FICUS_project_process_data_export.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/EMSL_Hess_Stegen_Blanchard_DatasetToMetagenomeMapping.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/EMSL_biosample_matches.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/FICUS - JGI-EMSL Proposal - Gold Study - ID mapping and PI.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/GOLD-soil-mixs-envo-mappings.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/GOLD-to-mixs-map.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/GOLD_Ecosystem_Classification_Paths_10152019.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/GOLD_ecosystem_classification_paths.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/JGI-EMSL-FICUS-proposals.fnl.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/NMDC-GOLD-Fields.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/README.md +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/Hess_emsl_analysis_data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/Hess_metaproteomic_analysis_activities.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/Stegen_emsl_analysis_data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/Stegen_metaproteomic_analysis_activities.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/metagenome_annotation_activities.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/metagenome_annotation_data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/metagenome_assembly_activities.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/metagenome_assembly_data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/readQC_activities.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/aim-2-workflows/readQC_data_objects.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/all_gold_fields.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/ficus_project_faa.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/ficus_project_fastq.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/ficus_project_fna.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/mixs_v5.xlsx +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/nmdc-version2.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/metadata-translation/src/data/nmdc-version5.zip +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/mkdocs.yml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/mkdocs_overrides/partials/source.html +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/mongoKeyFile +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nersc-sshproxy.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc-wfe.html +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/analytics.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/boot/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/boot/capabilities.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/boot/object_types.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/boot/triggers.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/boot/workflows.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/core/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/core/auth.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/core/idgen.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/core/metadata.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/core/util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/db/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/db/mongo.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/db/s3.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/db/terminus.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/capabilities.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/find.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/ids.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/jobs.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/metadata.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/nmdcschema.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/object_types.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/operations.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/runs.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/search.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/sites.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/triggers.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/users.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/endpoints/workflows.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/entrypoint.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/main.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/capability.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/id.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/job.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/metadata.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/minter.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/nmdc_schema.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/object.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/object_type.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/operation.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/run.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/site.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/trigger.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/user.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/models/workflow.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/models/ingest.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/models/users.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/models/workflow_execution_activity.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/outputs.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/router.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/users.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/workflows/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/workflows/activities/router.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/api/v1/workflows/activities.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/client/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/containers.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/core/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/core/db/Database.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/core/db/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/core/exceptions/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/core/exceptions/base.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/core/exceptions/token.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/dagster.Dockerfile +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/domain/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/domain/users/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/domain/users/queriesInterface.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/domain/users/userSchema.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/domain/users/userService.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/fastapi.Dockerfile +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/database/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/database/db.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/database/impl/mongo/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/database/impl/mongo/db.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/database/impl/mongo/models/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/database/impl/mongo/models/user.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/database/models/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/infrastructure/database/models/user.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/lib/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/lib/extract_nmdc_data.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/lib/load_nmdc_data.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/lib/nmdc_data_source.yaml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/lib/nmdc_dataframes.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/lib/nmdc_etl_class.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/lib/transform_nmdc_data.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/main.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/adapters/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/adapters/repository.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/bootstrap.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/config.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/domain/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/domain/model.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/entrypoints/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/entrypoints/fastapi_app.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/minter/nmdc.schema.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/backup/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/backup/nmdcdb_mongodump.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/backup/nmdcdb_mongoexport.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/backup/nmdcdb_mongoimport.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/changesheets/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/changesheets/base.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/changesheets/data/OmicsProcessing-to-catted-Biosamples.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/changesheets/scripts/missing_neon_soils_ecosystem_data.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/changesheets/scripts/neon_soils_add_ncbi_ids.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/dagster.yaml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/drsobjects/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/drsobjects/ingest.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/drsobjects/registration.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/entrypoint-daemon.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/entrypoint-dagit-readonly.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/entrypoint-dagit.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/export/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/export/study_metadata.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/graphs.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/normalization/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/normalization/gold.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/ops.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/repository.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/resources.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/terminusdb/.TDB +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/terminusdb/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/terminusdb/config.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/terminusdb/generate.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/terminusdb/ingest.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/terminusdb/nmdc.schema.terminusdb.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/terminusdb/schema.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/emsl.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/gold.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/jgi.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/neon_translator.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/submission_portal_translator.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/translator.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/validation/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/validation/emsl.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/validation/gold.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/validation/jgi.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/validation/util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/workspace.yaml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/templates/pipeline_search.html +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/templates/search.html +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/test.Dockerfile +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime.egg-info/SOURCES.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime.egg-info/dependency_links.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime.egg-info/entry_points.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime.egg-info/top_level.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/requirements/dev.in +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/requirements/dev.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/requirements/main.in +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/requirements/main.txt +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/setup.cfg +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/setup.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tasks.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/terminusdb +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/conftest.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/e2e/test_minter_api.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/files/nmdc_bsm-11-5nhz3402.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/files/nmdc_bsm-12-7mysck21.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/files/nmdc_dobj-11-000n1286.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/files/nmdc_sty-11-pzmd0x14.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/files/test_changesheet_update_one_ph.tsv +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/integration/test_minter_repository.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/mongodump-nmdc-testdb.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/mongorestore-nmdc-testdb.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/nmdcdb.test.archive.gz +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_api/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_api/test_db_mongo.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_api/test_endpoints.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_api/test_metadata.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_api/util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_data/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_data/conftest.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_data/test_gold_translator_data.yaml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_data/test_integrity.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_data/test_neon_data_translator.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_data/test_submission_portal_translator.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_data/test_submission_portal_translator_data.yaml +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_graphs/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_graphs/ensure_jobs.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_graphs/test_hello.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_graphs/test_submission_portal_graphs.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_normalization/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_normalization/test_gold.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_ops/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_ops/test_data_api_ops.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_ops/test_get_csv_rows_from_url.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_ops/test_gold_api_ops.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_ops/test_hello.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/test_util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/unit/core_util.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests/unit/test_minter_model.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests2/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests2/domain/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests2/domain/service/__init__.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tests2/domain/service/test_user_service.py +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/tmp.json +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/util/mongodump-nmdc.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/util/mongorestore-nmdc.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/wait-for-it.sh +0 -0
- {nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/workspace.toml +0 -0
|
@@ -123,7 +123,8 @@ def get_object_info(
|
|
|
123
123
|
) # TODO use HEAD when enabled upstream
|
|
124
124
|
if rv.status_code != 404:
|
|
125
125
|
return RedirectResponse(
|
|
126
|
-
|
|
126
|
+
f"https://data.microbiomedata.org/details/study/nmdc:{object_id}",
|
|
127
|
+
status_code=status.HTTP_307_TEMPORARY_REDIRECT,
|
|
127
128
|
)
|
|
128
129
|
elif object_id.startswith("bsm"):
|
|
129
130
|
url_to_try = f"https://data.microbiomedata.org/api/biosample/nmdc:{object_id}"
|
|
@@ -132,7 +133,8 @@ def get_object_info(
|
|
|
132
133
|
) # TODO use HEAD when enabled upstream
|
|
133
134
|
if rv.status_code != 404:
|
|
134
135
|
return RedirectResponse(
|
|
135
|
-
|
|
136
|
+
f"https://data.microbiomedata.org/details/sample/nmdc:{object_id}",
|
|
137
|
+
status_code=status.HTTP_307_TEMPORARY_REDIRECT,
|
|
136
138
|
)
|
|
137
139
|
|
|
138
140
|
# If "sty" or "bsm" ID doesn't have preferred landing page (above), try for JSON payload
|
|
@@ -7,8 +7,8 @@ from pymongo.database import Database as MongoDatabase
|
|
|
7
7
|
|
|
8
8
|
from nmdc_runtime.api.core.idgen import generate_one_id
|
|
9
9
|
from nmdc_runtime.api.core.util import now, raise404_if_none
|
|
10
|
-
from nmdc_runtime.api.db.mongo import get_mongo_db
|
|
11
|
-
from nmdc_runtime.api.endpoints.util import permitted
|
|
10
|
+
from nmdc_runtime.api.db.mongo import get_mongo_db, nmdc_schema_collection_names
|
|
11
|
+
from nmdc_runtime.api.endpoints.util import permitted, users_allowed
|
|
12
12
|
from nmdc_runtime.api.models.query import (
|
|
13
13
|
Query,
|
|
14
14
|
QueryResponseOptions,
|
|
@@ -17,6 +17,7 @@ from nmdc_runtime.api.models.query import (
|
|
|
17
17
|
CommandResponse,
|
|
18
18
|
command_response_for,
|
|
19
19
|
QueryCmd,
|
|
20
|
+
UpdateCommand,
|
|
20
21
|
)
|
|
21
22
|
from nmdc_runtime.api.models.user import get_current_active_user, User
|
|
22
23
|
|
|
@@ -28,14 +29,12 @@ def unmongo(d: dict) -> dict:
|
|
|
28
29
|
return json.loads(bson.json_util.dumps(d))
|
|
29
30
|
|
|
30
31
|
|
|
31
|
-
def
|
|
32
|
+
def check_can_update_and_delete(user: User):
|
|
33
|
+
# update and delete queries require same level of permissions
|
|
32
34
|
if not permitted(user.username, "/queries:run(query_cmd:DeleteCommand)"):
|
|
33
35
|
raise HTTPException(
|
|
34
36
|
status_code=status.HTTP_403_FORBIDDEN,
|
|
35
|
-
detail=
|
|
36
|
-
f"Only specific users "
|
|
37
|
-
"are allowed to issue delete commands.",
|
|
38
|
-
),
|
|
37
|
+
detail="Only specific users are allowed to issue update and delete commands."
|
|
39
38
|
)
|
|
40
39
|
|
|
41
40
|
|
|
@@ -63,10 +62,15 @@ def run_query(
|
|
|
63
62
|
"delete": "biosample_set",
|
|
64
63
|
"deletes": [{"q": {"id": "NOT_A_REAL_ID"}, "limit": 1}]
|
|
65
64
|
}
|
|
65
|
+
|
|
66
|
+
{
|
|
67
|
+
"update": "biosample_set",
|
|
68
|
+
"updates": [{"q": {"id": "YOUR_BIOSAMPLE_ID"}, "u": {"$set": {"name": "A_NEW_NAME"}}}]
|
|
69
|
+
}
|
|
66
70
|
```
|
|
67
71
|
"""
|
|
68
|
-
if isinstance(query_cmd, DeleteCommand):
|
|
69
|
-
|
|
72
|
+
if isinstance(query_cmd, (DeleteCommand, UpdateCommand)):
|
|
73
|
+
check_can_update_and_delete(user)
|
|
70
74
|
|
|
71
75
|
qid = generate_one_id(mdb, "qy")
|
|
72
76
|
saved_at = now()
|
|
@@ -104,7 +108,7 @@ def rerun_query(
|
|
|
104
108
|
doc = raise404_if_none(mdb.queries.find_one({"id": query_id}))
|
|
105
109
|
query = Query(**doc)
|
|
106
110
|
if isinstance(query, DeleteCommand):
|
|
107
|
-
|
|
111
|
+
check_can_update_and_delete(user)
|
|
108
112
|
|
|
109
113
|
cmd_response = _run_query(query, mdb)
|
|
110
114
|
return unmongo(cmd_response.model_dump(exclude_unset=True))
|
|
@@ -115,10 +119,15 @@ def _run_query(query, mdb) -> CommandResponse:
|
|
|
115
119
|
ran_at = now()
|
|
116
120
|
if q_type is DeleteCommand:
|
|
117
121
|
collection_name = query.cmd.delete
|
|
118
|
-
|
|
119
|
-
|
|
122
|
+
if collection_name not in nmdc_schema_collection_names(mdb):
|
|
123
|
+
raise HTTPException(
|
|
124
|
+
status_code=status.HTTP_422_UNPROCESSABLE_ENTITY,
|
|
125
|
+
detail="Can only delete documents in nmdc-schema collections.",
|
|
126
|
+
)
|
|
127
|
+
delete_specs = [
|
|
128
|
+
{"filter": del_statement.q, "limit": del_statement.limit} for del_statement in query.cmd.deletes
|
|
120
129
|
]
|
|
121
|
-
for spec in
|
|
130
|
+
for spec in delete_specs:
|
|
122
131
|
docs = list(mdb[collection_name].find(**spec))
|
|
123
132
|
if not docs:
|
|
124
133
|
continue
|
|
@@ -131,6 +140,29 @@ def _run_query(query, mdb) -> CommandResponse:
|
|
|
131
140
|
detail="Failed to back up to-be-deleted documents. operation aborted.",
|
|
132
141
|
)
|
|
133
142
|
|
|
143
|
+
elif q_type is UpdateCommand:
|
|
144
|
+
collection_name = query.cmd.update
|
|
145
|
+
if collection_name not in nmdc_schema_collection_names(mdb):
|
|
146
|
+
raise HTTPException(
|
|
147
|
+
status_code=status.HTTP_422_UNPROCESSABLE_ENTITY,
|
|
148
|
+
detail="Can only update documents in nmdc-schema collections.",
|
|
149
|
+
)
|
|
150
|
+
update_specs = [
|
|
151
|
+
{"filter": up_statement.q, "limit": 0 if up_statement.multi else 1} for up_statement in query.cmd.updates
|
|
152
|
+
]
|
|
153
|
+
for spec in update_specs:
|
|
154
|
+
docs = list(mdb[collection_name].find(**spec))
|
|
155
|
+
if not docs:
|
|
156
|
+
continue
|
|
157
|
+
insert_many_result = mdb.client["nmdc_updated"][
|
|
158
|
+
collection_name
|
|
159
|
+
].insert_many({"doc": d, "updated_at": ran_at} for d in docs)
|
|
160
|
+
if len(insert_many_result.inserted_ids) != len(docs):
|
|
161
|
+
raise HTTPException(
|
|
162
|
+
status_code=status.HTTP_500_INTERNAL_SERVER_ERROR,
|
|
163
|
+
detail="Failed to back up to-be-updated documents. operation aborted.",
|
|
164
|
+
)
|
|
165
|
+
|
|
134
166
|
q_response = mdb.command(query.cmd.model_dump(exclude_unset=True))
|
|
135
167
|
cmd_response: CommandResponse = command_response_for(q_type)(**q_response)
|
|
136
168
|
query_run = (
|
|
@@ -138,5 +170,14 @@ def _run_query(query, mdb) -> CommandResponse:
|
|
|
138
170
|
if cmd_response.ok
|
|
139
171
|
else QueryRun(qid=query.id, ran_at=ran_at, error=cmd_response)
|
|
140
172
|
)
|
|
173
|
+
if q_type in (DeleteCommand, UpdateCommand) and cmd_response.n == 0:
|
|
174
|
+
raise HTTPException(
|
|
175
|
+
status_code=status.HTTP_418_IM_A_TEAPOT,
|
|
176
|
+
detail=(
|
|
177
|
+
f"{'update' if q_type is UpdateCommand else 'delete'} command modified zero documents."
|
|
178
|
+
" I'm guessing that's not what you expected. Check the syntax of your request."
|
|
179
|
+
" But what do I know? I'm just a teapot.",
|
|
180
|
+
),
|
|
181
|
+
)
|
|
141
182
|
mdb.query_runs.insert_one(query_run.model_dump(exclude_unset=True))
|
|
142
183
|
return cmd_response
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import datetime
|
|
2
2
|
from typing import Optional, Any, Dict, List, Union
|
|
3
3
|
|
|
4
|
+
from bson import ObjectId
|
|
4
5
|
from pydantic import (
|
|
5
6
|
model_validator,
|
|
6
7
|
Field,
|
|
@@ -72,7 +73,7 @@ class FindCommandResponse(CommandResponse):
|
|
|
72
73
|
cursor: FindCommandResponseCursor
|
|
73
74
|
|
|
74
75
|
|
|
75
|
-
class
|
|
76
|
+
class DeleteStatement(BaseModel):
|
|
76
77
|
q: Document
|
|
77
78
|
limit: OneOrZero
|
|
78
79
|
hint: Optional[Dict[str, OneOrMinusOne]] = None
|
|
@@ -80,7 +81,7 @@ class DeleteCommandDelete(BaseModel):
|
|
|
80
81
|
|
|
81
82
|
class DeleteCommand(CommandBase):
|
|
82
83
|
delete: str
|
|
83
|
-
deletes: List[
|
|
84
|
+
deletes: List[DeleteStatement]
|
|
84
85
|
|
|
85
86
|
|
|
86
87
|
class DeleteCommandResponse(CommandResponse):
|
|
@@ -89,6 +90,34 @@ class DeleteCommandResponse(CommandResponse):
|
|
|
89
90
|
writeErrors: Optional[List[Document]] = None
|
|
90
91
|
|
|
91
92
|
|
|
93
|
+
# If `multi==True` all documents that meet the query criteria will be updated.
|
|
94
|
+
# Else only a single document that meets the query criteria will be updated.
|
|
95
|
+
class UpdateStatement(BaseModel):
|
|
96
|
+
q: Document
|
|
97
|
+
u: Document
|
|
98
|
+
upsert: bool = False
|
|
99
|
+
multi: bool = False
|
|
100
|
+
hint: Optional[Dict[str, OneOrMinusOne]] = None
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
class UpdateCommand(CommandBase):
|
|
104
|
+
update: str
|
|
105
|
+
updates: List[UpdateStatement]
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
class DocumentUpserted(BaseModel):
|
|
109
|
+
index: NonNegativeInt
|
|
110
|
+
_id: ObjectId
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
class UpdateCommandResponse(CommandResponse):
|
|
114
|
+
ok: OneOrZero
|
|
115
|
+
n: NonNegativeInt
|
|
116
|
+
nModified: NonNegativeInt
|
|
117
|
+
upserted: Optional[List[DocumentUpserted]] = None
|
|
118
|
+
writeErrors: Optional[List[Document]] = None
|
|
119
|
+
|
|
120
|
+
|
|
92
121
|
class GetMoreCommand(CommandBase):
|
|
93
122
|
getMore: int
|
|
94
123
|
collection: str
|
|
@@ -107,7 +136,12 @@ class GetMoreCommandResponse(CommandResponse):
|
|
|
107
136
|
|
|
108
137
|
|
|
109
138
|
QueryCmd = Union[
|
|
110
|
-
CollStatsCommand,
|
|
139
|
+
CollStatsCommand,
|
|
140
|
+
CountCommand,
|
|
141
|
+
FindCommand,
|
|
142
|
+
GetMoreCommand,
|
|
143
|
+
DeleteCommand,
|
|
144
|
+
UpdateCommand,
|
|
111
145
|
]
|
|
112
146
|
|
|
113
147
|
QueryResponseOptions = Union[
|
|
@@ -116,6 +150,7 @@ QueryResponseOptions = Union[
|
|
|
116
150
|
FindCommandResponse,
|
|
117
151
|
GetMoreCommandResponse,
|
|
118
152
|
DeleteCommandResponse,
|
|
153
|
+
UpdateCommandResponse,
|
|
119
154
|
]
|
|
120
155
|
|
|
121
156
|
|
|
@@ -126,6 +161,7 @@ def command_response_for(type_):
|
|
|
126
161
|
FindCommand: FindCommandResponse,
|
|
127
162
|
GetMoreCommand: GetMoreCommandResponse,
|
|
128
163
|
DeleteCommand: DeleteCommandResponse,
|
|
164
|
+
UpdateCommand: UpdateCommandResponse,
|
|
129
165
|
}
|
|
130
166
|
return d.get(type_)
|
|
131
167
|
|
{nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/nmdc_runtime/site/translation/gold_translator.py
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import collections
|
|
2
2
|
import re
|
|
3
|
-
from typing import List, Union
|
|
3
|
+
from typing import List, Tuple, Union
|
|
4
4
|
from nmdc_schema import nmdc
|
|
5
5
|
|
|
6
6
|
from nmdc_runtime.site.translation.translator import JSON_OBJECT, Translator
|
|
@@ -188,37 +188,48 @@ class GoldStudyTranslator(Translator):
|
|
|
188
188
|
def _get_quantity_value(
|
|
189
189
|
self,
|
|
190
190
|
gold_entity: JSON_OBJECT,
|
|
191
|
-
gold_field: str,
|
|
191
|
+
gold_field: Union[str, Tuple[str, str]],
|
|
192
192
|
unit: Union[str, None] = None,
|
|
193
193
|
) -> Union[nmdc.QuantityValue, None]:
|
|
194
194
|
"""Get any field of a GOLD entity object as a QuantityValue
|
|
195
195
|
|
|
196
196
|
This method extracts any single field of a GOLD entity object (study, biosample, etc)
|
|
197
197
|
and if it is not `None` returns it as an `nmdc:QuantityValue`. A has_numeric_value will
|
|
198
|
-
be inferred from the gold_field value in gold_entity
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
`None` will be returned.
|
|
198
|
+
be inferred from the gold_field value in gold_entity if it is a simple string value. If
|
|
199
|
+
it is a tuple of two fields, a has_minimum_numeric_value and has_maximum_numeric_value
|
|
200
|
+
will be inferred from the gold_field values in gold_entity.
|
|
202
201
|
|
|
203
202
|
:param gold_entity: GOLD entity object
|
|
204
|
-
:param gold_field: Name of the field to extract
|
|
203
|
+
:param gold_field: Name of the field to extract, or a tuple of two fields to extract a range
|
|
205
204
|
:param unit: An optional unit as a string, defaults to None
|
|
206
205
|
:return: QuantityValue object
|
|
207
206
|
"""
|
|
207
|
+
if isinstance(gold_field, tuple):
|
|
208
|
+
minimum_numeric_value = gold_entity.get(gold_field[0])
|
|
209
|
+
maximum_numeric_value = gold_entity.get(gold_field[1])
|
|
210
|
+
|
|
211
|
+
if minimum_numeric_value is None and maximum_numeric_value is None:
|
|
212
|
+
return None
|
|
213
|
+
elif minimum_numeric_value is not None and maximum_numeric_value is None:
|
|
214
|
+
return nmdc.QuantityValue(
|
|
215
|
+
has_raw_value=field_value,
|
|
216
|
+
has_numeric_value=nmdc.Double(minimum_numeric_value),
|
|
217
|
+
has_unit=unit,
|
|
218
|
+
)
|
|
219
|
+
else:
|
|
220
|
+
return nmdc.QuantityValue(
|
|
221
|
+
has_minimum_numeric_value=nmdc.Double(minimum_numeric_value),
|
|
222
|
+
has_maximum_numeric_value=nmdc.Double(maximum_numeric_value),
|
|
223
|
+
has_unit=unit,
|
|
224
|
+
)
|
|
225
|
+
|
|
208
226
|
field_value = gold_entity.get(gold_field)
|
|
209
227
|
if field_value is None:
|
|
210
228
|
return None
|
|
211
229
|
|
|
212
|
-
numeric_value = None
|
|
213
|
-
# TODO: in the future we will need better handling
|
|
214
|
-
# to parse out the numerical portion of the quantity value
|
|
215
|
-
# ex. temp might be 3 C, and we will need to parse out 3.0 from it
|
|
216
|
-
if unit == "meters":
|
|
217
|
-
numeric_value = nmdc.Double(field_value)
|
|
218
|
-
|
|
219
230
|
return nmdc.QuantityValue(
|
|
220
231
|
has_raw_value=field_value,
|
|
221
|
-
has_numeric_value=
|
|
232
|
+
has_numeric_value=nmdc.Double(field_value),
|
|
222
233
|
has_unit=unit,
|
|
223
234
|
)
|
|
224
235
|
|
|
@@ -390,7 +401,7 @@ class GoldStudyTranslator(Translator):
|
|
|
390
401
|
"""
|
|
391
402
|
return nmdc.Study(
|
|
392
403
|
description=gold_study.get("description"),
|
|
393
|
-
gold_study_identifiers=self._get_curie("
|
|
404
|
+
gold_study_identifiers=self._get_curie("gold", gold_study["studyGoldId"]),
|
|
394
405
|
id=nmdc_study_id,
|
|
395
406
|
name=gold_study.get("studyName"),
|
|
396
407
|
principal_investigator=self._get_pi(gold_study),
|
|
@@ -427,7 +438,7 @@ class GoldStudyTranslator(Translator):
|
|
|
427
438
|
collected_from=nmdc_field_site_id,
|
|
428
439
|
collection_date=self._get_collection_date(gold_biosample),
|
|
429
440
|
depth=self._get_quantity_value(
|
|
430
|
-
gold_biosample, "depthInMeters", unit="meters"
|
|
441
|
+
gold_biosample, ("depthInMeters", "depthInMeters2"), unit="meters"
|
|
431
442
|
),
|
|
432
443
|
description=gold_biosample.get("description"),
|
|
433
444
|
diss_oxygen=self._get_quantity_value(gold_biosample, "oxygenConcentration"),
|
|
@@ -440,7 +451,7 @@ class GoldStudyTranslator(Translator):
|
|
|
440
451
|
env_local_scale=self._get_env_term_value(gold_biosample, "envoLocalScale"),
|
|
441
452
|
env_medium=self._get_env_term_value(gold_biosample, "envoMedium"),
|
|
442
453
|
geo_loc_name=self._get_text_value(gold_biosample, "geoLocation"),
|
|
443
|
-
gold_biosample_identifiers=self._get_curie("
|
|
454
|
+
gold_biosample_identifiers=self._get_curie("gold", gold_biosample_id),
|
|
444
455
|
habitat=gold_biosample.get("habitat"),
|
|
445
456
|
host_name=gold_biosample.get("hostName"),
|
|
446
457
|
host_taxid=self._get_text_value(gold_biosample, "hostNcbiTaxid"),
|
|
@@ -498,7 +509,7 @@ class GoldStudyTranslator(Translator):
|
|
|
498
509
|
id=nmdc_omics_processing_id,
|
|
499
510
|
name=gold_project.get("projectName"),
|
|
500
511
|
gold_sequencing_project_identifiers=self._get_curie(
|
|
501
|
-
"
|
|
512
|
+
"gold", gold_project_id
|
|
502
513
|
),
|
|
503
514
|
ncbi_project_name=gold_project.get("projectName"),
|
|
504
515
|
type="nmdc:OmicsProcessing",
|
|
@@ -219,7 +219,7 @@ def test_get_quantity_value():
|
|
|
219
219
|
value = translator._get_quantity_value(entity, "arbitraryField")
|
|
220
220
|
assert value is not None
|
|
221
221
|
assert value.has_raw_value == "7"
|
|
222
|
-
assert value.has_numeric_value
|
|
222
|
+
assert value.has_numeric_value == 7.0
|
|
223
223
|
assert value.has_unit is None
|
|
224
224
|
|
|
225
225
|
entity = {"arbitraryField": 0}
|
|
@@ -240,6 +240,17 @@ def test_get_quantity_value():
|
|
|
240
240
|
value = translator._get_quantity_value(entity, "arbitraryField", unit="meters")
|
|
241
241
|
assert value is None
|
|
242
242
|
|
|
243
|
+
entity = {"arbitraryField1": 1, "arbitraryField2": 10}
|
|
244
|
+
value = translator._get_quantity_value(
|
|
245
|
+
entity, ("arbitraryField1", "arbitraryField2"), unit="meters"
|
|
246
|
+
)
|
|
247
|
+
assert value is not None
|
|
248
|
+
assert value.has_minimum_numeric_value == 1.0
|
|
249
|
+
assert value.has_maximum_numeric_value == 10.0
|
|
250
|
+
assert value.has_raw_value is None
|
|
251
|
+
assert value.has_numeric_value is None
|
|
252
|
+
assert value.has_unit == "meters"
|
|
253
|
+
|
|
243
254
|
|
|
244
255
|
def test_get_text_value():
|
|
245
256
|
translator = GoldStudyTranslator()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/.mongo.yaml.example
RENAMED
|
File without changes
|
{nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/.notebook.env.example
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/demo/metadata_migration/notebooks/requirements.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmdc_runtime-1.0.13 → nmdc_runtime-1.0.14}/docs_prev/design/nmdc-runtime-api-resource-diagram.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|