nmdc-runtime 2.1.0__tar.gz → 2.1.1__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-2.1.0/nmdc_runtime.egg-info → nmdc_runtime-2.1.1}/PKG-INFO +1 -1
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/queries.py +38 -1
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/user.py +30 -4
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1/nmdc_runtime.egg-info}/PKG-INFO +1 -1
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_api/test_endpoints.py +177 -10
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.dockerignore +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.env.example +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.env.test +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.github/pull_request_template.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.github/workflows/build-and-release-to-spin.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.github/workflows/lint.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.github/workflows/mkdocs.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.github/workflows/python-app.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.github/workflows/release-to-pypi.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.gitignore +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.gitpod.Dockerfile +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.gitpod.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/.nvmrc +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/LICENSE +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/Makefile +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/README.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/RELEASES.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/components/nmdc_runtime/workflow/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/components/nmdc_runtime/workflow/spec.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/components/nmdc_runtime/workflow_execution_activity/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/components/nmdc_runtime/workflow_execution_activity/core.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/components/nmdc_runtime/workflow_execution_activity/spec.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/components/nmdc_runtime/workflow_execution_activity/store.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_discovery/.env.example +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_discovery/GOLDs5levelEcosystemClassificationPaths.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_discovery/biosamples.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_discovery/console_queries.dev +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_discovery/docker-compose.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_discovery/envo.owl +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_discovery/indexing.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_discovery/po.owl +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/main.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/main.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/.gitignore +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/.notebook.env.example +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/bookkeeper.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/helpers.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/manual_test_bookkeeper.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_10_0_0_to_10_1_4.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_10_3_0_to_10_4_0.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_10_4_0_to_10_9_1.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_10_9_1_to_11_0_0.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_11_0_0_to_11_0_1.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_11_0_3_to_11_1_0.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_7_7_2_to_7_8_0.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_7_8_0_to_8_0_0.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_8_0_0_to_8_1_2.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_8_1_2_to_9_0_4.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_9_0_4_to_9_1_0.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_9_1_0_to_9_2_0.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_9_3_2_to_10_0_0.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/migrate_A_B_C_to_X_Y_Z.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/mongosh-scripts/restore-privileges.mongo.js +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/mongosh-scripts/revoke-privileges.mongo.js +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/requirements.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/stakeholders.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/demo/metadata_migration/notebooks/test_helpers.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docker-compose.test.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docker-compose.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/admin.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/contributing-docs.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/draft.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/explanation/domain-vision-statement.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/explanation/identifiers.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/explanation/journeys.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/howto-guides/author-changesheets.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/howto-guides/claim-and-run-jobs.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/howto-guides/create-triggers.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/howto-guides/improving-search-api.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/howto-guides/jobs/gold-translation-etl.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/howto-guides/release-process.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/howto-guides/update-sensors-ops.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/auth-button.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/auth-client-id.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/auth-close-modal.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/auth-username.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/dagit-apply-changesheet-job.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/dagster-translation-gold-job.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/dagster-translation-gold-launchpad.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/dagster-translation-gold-overview.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/dagster-translation-repo-jobs.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/dagster-workspace-repo-loaded.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/exporters-dagit.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/job-triggering.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/list-from-collection-filter.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/list-from-collection-page-token.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/list-from-collection.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/metadata-in-dagit-runs.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/metadata-in-put-types.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/nmdc-runtime-federation.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/rancher-nmdc-runtime-dev-workloads.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/translators-dagit.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/validate-json-copy-paste-execute.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/validate-json-get-one-valid.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/validate-json-response.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/validate-json-try-it-out.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/img/validate-json.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/index.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/nb/bulk_validation_referential_integrity_check.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/nb/get_data.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/nb/queue_and_trigger_data_jobs.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/nb/wf_automation.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/stylesheets/extra.css +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/tutorials/auth.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/tutorials/exporters.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/tutorials/json.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/tutorials/metadata-in.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/tutorials/translators.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs_prev/design/api-resource-diagram.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs_prev/design/api-resource-layout.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs_prev/design/nmdc-runtime-api-resource-diagram.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs_prev/design/nmdc-wfe.ttl +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs_prev/design/redoc-static.html +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs_prev/design/spec.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs_prev/design/workflow-automation.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs_prev/index.html +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/flake.lock +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/flake.nix +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/github_secrets_to_dotenv.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/guix-manifest.scm +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/Makefile +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/README.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/Froze_Core_2015_S2_0_10_7_Metab.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/MAGs_activity.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/biosample_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/changesheet-ex-01-screenshot.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/changesheet-ex-01.csv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/emsl_data_object_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/emsl_project_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/feature-set.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/ftms_nom_data_products.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/functional-annotation.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/gcms_metabolomics_data_products.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/gold_project_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/img_mg_annotation_data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/img_mg_annotation_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/metagenome_annotation_activity.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/mg_assembly_activities_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/mg_assembly_data_objects_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/migs-template-cedar.schema.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/nom_analysis_activity.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/readQC_activities_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/readQC_data_objects_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/read_based_analysis_activity.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/examples/study_test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/images/nmdc-etl-workflow.drawio +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/images/nmdc-etl-workflow.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/images/nmdc-etl-workflow.svg +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/Description_MIxS_Packages_v5.docx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/GOLD-Paths-to-MIxS-ENVO-triad-mapping.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSair_20180621_GOLD_Mapping_04132020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSbuiltenv_20180621_GOLD_Mapping_04172020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxShostassoc_20180621_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxShumanassoc_20180621_GOLD_Mapping_04142020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxShumangut_20180621_GOLD_Mapping_04152020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxShumanoral_20180621_GOLD_Mapping_04152020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxShumanskin_20180621_GOLD_Mapping_04162020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxShumanvaginal_20180621_GOLD_04162020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxShydrocarbCores_20180621_Mapping_GOLD.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxShydrocarbfs_20180621_v5_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSmatbiofilm_20180621_v5_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSmisc_20180621_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSplantassoc_20180621_v5_GOLD_Mapping.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSsediment_20180621_GOLD_Mapping_04102020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSsoil_20180621_GOLD_Mapping_04102020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSwastesludge_20180621_GOLD_Mapping_Apr-10.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/MIxSwater_20180621_GOLD_Mapping_04122020.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/Makefile +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/README.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/mixs_v4.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/mapping-files/mixs_v5.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/202106_curation_updates.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/202106_workflow_execution_demo.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/202109_metadata_ingest.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/NMDC-GOLD-data-counts.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/README.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/archive/generate-gold-sample-json.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/archive/translate-30_FICUS_Proposals_Metadata_4_Emiley_Chris_11082019.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/changesheets-example.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/changesheets-testing.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-array-item-nested-attributes.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-insert.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-remove-item.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-remove-property.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-replace.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-update-pi-websites.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-with-separator1.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-without-separator1.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-without-separator2.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/changesheet-without-separator3.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/study-data1.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/study-data2.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/data/study-data3.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/ensure_biosample_set_study_id.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/ghissue_252_253_linked_samples.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/ghissue_255.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/ghissue_272.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/gold-biosample-null-value-analysis.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/gold_ids_to_igsns.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/images/EMSL-data-translation.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/images/GOLD-data-objects-translation.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/images/GOLD-study-project-biosample-translation.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/images/NMDC-jupyter-translation-workflow.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/metaP_stegen.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/metadata_db_admin.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/mongo_etl_demo.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/FICUS-projects-merged.owl +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/FICUS-projects-merged.owl.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/FICUS-projects-translation.owl +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/catalog-v001.xml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/gold-classification-paths-translation.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/gold-classification-paths-translation.json.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/gold-classification-paths-translation.owl +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/gold-classification-paths-translation.owl.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/gold-dataset-translation.owl +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json/biosample.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json/data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json/omics_processing.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json/study.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json_2020-02-01.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json_2020-02-05.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json_2020-02-06.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json_2020-02-12.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json_2020-02-18.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/nmdc-json_2020-02-19.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/schema-test-full.txt.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/schema-test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/schema-test.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/schema-test.txt.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/temp.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-five-biosamples/biosample.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-five-biosamples/data_object.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-five-biosamples/project.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-five-biosamples/study.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-pipeline/biosample.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-pipeline/emsl_data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-pipeline/emsl_omics_processing.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-pipeline/faa_fna_fastq_data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-pipeline/gold_omics_processing.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-pipeline/gold_study.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-pipeline/nmdc-02.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/output/test-pipeline.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/test-changesheet-with-separator.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/test-changesheet-without-separator.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/test-output.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/test-pipeline-scratch.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/test-pipeline-temp.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/test-pipeline.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/test.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/test.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/translate-EMSL-data.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/translate-GOLD-data-objects.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/translate-GOLD-study-project-biosample.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/notebooks/translation-pipeline.ipynb +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/align_nmdc_datatypes.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/execute_etl_pipeline.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/fix_omics_processing_json.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/lib/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/lib/data_operations.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/lib/extract_nmdc_data.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/lib/load_nmdc_data.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/lib/nmdc_data_source.yaml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/lib/nmdc_dataframes.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/lib/nmdc_etl_class.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/lib/transform_nmdc_data.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/mandatory_mixs_terms.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/mandatory_mixs_terms.py.org +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/bin/validate_json.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/2020-23-12-brodie-Gs0135149-soil-metadata.csv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/2021-02-03-stegen_biosample_linking_update.csv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/2021-02-04-brodie_biosample_linking_update.csv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/2021-02-04-stegen_biosample_template.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/2021-07-02-study-changes.csv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/30_FICUS_Proposals_Metadata_4_Emiley_Chris_11082019.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/EMSL_FICUS_project_process_data_export.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/EMSL_Hess_Stegen_Blanchard_DatasetToMetagenomeMapping.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/EMSL_biosample_matches.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/FICUS - JGI-EMSL Proposal - Gold Study - ID mapping and PI.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/GOLD-soil-mixs-envo-mappings.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/GOLD-to-mixs-map.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/GOLD_Ecosystem_Classification_Paths_10152019.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/GOLD_ecosystem_classification_paths.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/JGI-EMSL-FICUS-proposals.fnl.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/NMDC-GOLD-Fields.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/README.md +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/Hess_emsl_analysis_data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/Hess_metaproteomic_analysis_activities.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/Stegen_emsl_analysis_data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/Stegen_metaproteomic_analysis_activities.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/metagenome_annotation_activities.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/metagenome_annotation_data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/metagenome_assembly_activities.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/metagenome_assembly_data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/readQC_activities.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/aim-2-workflows/readQC_data_objects.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/all_gold_fields.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/ficus_project_faa.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/ficus_project_fastq.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/ficus_project_fna.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/mixs_v5.xlsx +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/nmdc-version2.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/metadata-translation/src/data/nmdc-version5.zip +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/mkdocs.yml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/mkdocs_overrides/partials/source.html +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/mongoKeyFile +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nersc-sshproxy.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc-wfe.html +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/analytics.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/boot/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/boot/capabilities.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/boot/object_types.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/boot/triggers.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/boot/workflows.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/core/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/core/auth.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/core/idgen.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/core/metadata.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/core/util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/db/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/db/mongo.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/db/s3.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/capabilities.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/find.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/ids.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/jobs.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/metadata.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/nmdcschema.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/object_types.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/objects.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/operations.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/runs.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/search.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/sites.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/triggers.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/users.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/endpoints/workflows.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/entrypoint.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/main.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/capability.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/id.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/job.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/metadata.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/minter.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/nmdc_schema.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/object.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/object_type.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/operation.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/query.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/run.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/site.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/trigger.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/models/workflow.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/api/v1/router.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/client/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/config.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/containers.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/core/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/core/db/Database.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/core/db/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/core/exceptions/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/core/exceptions/base.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/core/exceptions/token.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/dagster.Dockerfile +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/domain/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/domain/users/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/domain/users/queriesInterface.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/domain/users/userSchema.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/domain/users/userService.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/fastapi.Dockerfile +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/database/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/database/db.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/database/impl/mongo/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/database/impl/mongo/db.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/database/impl/mongo/models/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/database/impl/mongo/models/user.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/database/models/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/infrastructure/database/models/user.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/lib/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/lib/extract_nmdc_data.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/lib/load_nmdc_data.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/lib/nmdc_data_source.yaml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/lib/nmdc_dataframes.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/lib/nmdc_etl_class.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/lib/transform_nmdc_data.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/main.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/adapters/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/adapters/repository.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/bootstrap.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/config.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/domain/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/domain/model.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/entrypoints/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/minter/entrypoints/fastapi_app.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/backup/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/backup/nmdcdb_mongodump.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/backup/nmdcdb_mongoexport.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/backup/nmdcdb_mongoimport.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/changesheets/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/changesheets/base.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/changesheets/data/OmicsProcessing-to-catted-Biosamples.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/changesheets/scripts/missing_neon_soils_ecosystem_data.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/changesheets/scripts/neon_soils_add_ncbi_ids.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/dagster.yaml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/drsobjects/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/drsobjects/ingest.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/drsobjects/registration.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/entrypoint-daemon.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/entrypoint-dagit-readonly.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/entrypoint-dagit.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/export/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/export/ncbi_xml.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/export/ncbi_xml_utils.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/export/study_metadata.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/graphs.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/normalization/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/normalization/gold.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/ops.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/repository.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/resources.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/emsl.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/gold.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/gold_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/jgi.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/neon_benthic_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/neon_soil_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/neon_surface_water_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/neon_utils.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/submission_portal_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/translation/util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/validation/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/validation/emsl.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/validation/gold.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/validation/jgi.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/validation/util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/site/workspace.yaml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/static/ORCIDiD_icon128x128.png +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/static/favicon.ico +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/templates/pipeline_search.html +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/templates/search.html +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/test.Dockerfile +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime/util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime.egg-info/SOURCES.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime.egg-info/dependency_links.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime.egg-info/entry_points.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/nmdc_runtime.egg-info/top_level.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/requirements/dev.in +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/requirements/dev.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/requirements/main.in +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/requirements/main.txt +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/setup.cfg +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/setup.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tasks.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/conftest.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/e2e/test_minter_api.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/nmdc_bsm-11-0pyv7738.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/nmdc_bsm-11-5nhz3402.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/nmdc_bsm-12-7mysck21.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/nmdc_dobj-11-000n1286.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/nmdc_sty-11-pzmd0x14.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/planned_processes.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/study_no_credit_associations.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/test_changesheet_decimal_value.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/test_changesheet_insert_study_doi.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/test_changesheet_update_bytes_ranged_slot.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/files/test_changesheet_update_one_ph.tsv +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/integration/test_minter_repository.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/mongodump-nmdc-testdb.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/mongorestore-nmdc-testdb.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/nmdcdb.test.archive.gz +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_api/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_api/test_db_mongo.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_api/test_metadata.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_api/util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/conftest.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_gold_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_gold_translator_data.yaml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_integrity.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_ncbi_xml.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_neon_benthic_data_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_neon_soil_data_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_submission_portal_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_submission_portal_translator_data.yaml +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_data/test_translator.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_graphs/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_graphs/ensure_jobs.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_graphs/test_hello.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_graphs/test_submission_portal_graphs.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_normalization/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_normalization/test_gold.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_ops/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_ops/test_data_api_ops.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_ops/test_get_csv_rows_from_url.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_ops/test_gold_api_ops.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_ops/test_materialize_alldocs.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_ops/test_ops.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/test_util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/unit/core_util.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests/unit/test_minter_model.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests2/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests2/domain/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests2/domain/service/__init__.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tests2/domain/service/test_user_service.py +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/tmp.json +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/util/mongodump-nmdc.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/util/mongorestore-nmdc.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/wait-for-it.sh +0 -0
- {nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/workspace.toml +0 -0
|
@@ -11,7 +11,7 @@ from nmdc_runtime.api.db.mongo import (
|
|
|
11
11
|
get_mongo_db,
|
|
12
12
|
get_nonempty_nmdc_schema_collection_names,
|
|
13
13
|
)
|
|
14
|
-
from nmdc_runtime.api.endpoints.util import permitted, users_allowed
|
|
14
|
+
from nmdc_runtime.api.endpoints.util import permitted, users_allowed, strip_oid
|
|
15
15
|
from nmdc_runtime.api.models.query import (
|
|
16
16
|
Query,
|
|
17
17
|
QueryResponseOptions,
|
|
@@ -23,6 +23,7 @@ from nmdc_runtime.api.models.query import (
|
|
|
23
23
|
UpdateCommand,
|
|
24
24
|
)
|
|
25
25
|
from nmdc_runtime.api.models.user import get_current_active_user, User
|
|
26
|
+
from nmdc_runtime.util import OverlayDB, validate_json
|
|
26
27
|
|
|
27
28
|
router = APIRouter()
|
|
28
29
|
|
|
@@ -165,6 +166,42 @@ def _run_query(query, mdb) -> CommandResponse:
|
|
|
165
166
|
{"filter": up_statement.q, "limit": 0 if up_statement.multi else 1}
|
|
166
167
|
for up_statement in query.cmd.updates
|
|
167
168
|
]
|
|
169
|
+
# Execute this "update" command on a temporary "overlay" database so we can
|
|
170
|
+
# validate its outcome before executing it on the real database. If its outcome
|
|
171
|
+
# is invalid, we will abort and raise an "HTTP 422" exception.
|
|
172
|
+
#
|
|
173
|
+
# TODO: Consider wrapping this entire "preview-then-apply" sequence within a
|
|
174
|
+
# MongoDB transaction so as to avoid race conditions where the overlay
|
|
175
|
+
# database at "preview" time does not reflect the state of the database
|
|
176
|
+
# at "apply" time. This will be necessary once the "preview" step
|
|
177
|
+
# accounts for referential integrity.
|
|
178
|
+
#
|
|
179
|
+
with OverlayDB(mdb) as odb:
|
|
180
|
+
odb.apply_updates(
|
|
181
|
+
collection_name,
|
|
182
|
+
[u.model_dump(mode="json", exclude="hint") for u in query.cmd.updates],
|
|
183
|
+
)
|
|
184
|
+
_ids_to_check = set()
|
|
185
|
+
for spec in update_specs:
|
|
186
|
+
for doc in mdb[collection_name].find(
|
|
187
|
+
filter=spec["filter"],
|
|
188
|
+
limit=spec["limit"],
|
|
189
|
+
projection={
|
|
190
|
+
"_id": 1
|
|
191
|
+
}, # unique `id` not guaranteed (see e.g. `functional_annotation_agg`)
|
|
192
|
+
):
|
|
193
|
+
_ids_to_check.add(doc["_id"])
|
|
194
|
+
docs_to_check = odb._top_db[collection_name].find(
|
|
195
|
+
{"_id": {"$in": list(_ids_to_check)}}
|
|
196
|
+
)
|
|
197
|
+
rv = validate_json(
|
|
198
|
+
{collection_name: [strip_oid(d) for d in docs_to_check]}, mdb
|
|
199
|
+
)
|
|
200
|
+
if rv["result"] == "errors":
|
|
201
|
+
raise HTTPException(
|
|
202
|
+
status_code=status.HTTP_422_UNPROCESSABLE_ENTITY,
|
|
203
|
+
detail=f"Schema document(s) would be invalid after proposed update: {rv['detail']}",
|
|
204
|
+
)
|
|
168
205
|
for spec in update_specs:
|
|
169
206
|
docs = list(mdb[collection_name].find(**spec))
|
|
170
207
|
if not docs:
|
|
@@ -14,6 +14,9 @@ from nmdc_runtime.api.core.auth import (
|
|
|
14
14
|
TokenData,
|
|
15
15
|
bearer_scheme,
|
|
16
16
|
)
|
|
17
|
+
|
|
18
|
+
from nmdc_runtime.api.models.site import get_site
|
|
19
|
+
|
|
17
20
|
from nmdc_runtime.api.db.mongo import get_mongo_db
|
|
18
21
|
|
|
19
22
|
|
|
@@ -60,21 +63,44 @@ async def get_current_user(
|
|
|
60
63
|
subject: str = payload.get("sub")
|
|
61
64
|
if subject is None:
|
|
62
65
|
raise credentials_exception
|
|
63
|
-
if not subject.startswith("user:"):
|
|
66
|
+
if not subject.startswith("user:") and not subject.startswith("client:"):
|
|
64
67
|
raise credentials_exception
|
|
65
|
-
|
|
68
|
+
|
|
69
|
+
# subject is in the form "user:foo" or "client:bar"
|
|
70
|
+
username = subject.split(":", 1)[1]
|
|
66
71
|
token_data = TokenData(subject=username)
|
|
67
72
|
except (JWTError, AttributeError) as e:
|
|
68
73
|
print(f"jwt error: {e}")
|
|
69
74
|
raise credentials_exception
|
|
70
|
-
|
|
75
|
+
|
|
76
|
+
# Coerce a "client" into a "user"
|
|
77
|
+
# TODO: consolidate the client/user distinction.
|
|
78
|
+
if subject.startswith("user:"):
|
|
79
|
+
user = get_user(mdb, username=token_data.subject)
|
|
80
|
+
elif subject.startswith("client:"):
|
|
81
|
+
# construct a user from the client_id
|
|
82
|
+
user = get_client_user(mdb, client_id=token_data.subject)
|
|
83
|
+
else:
|
|
84
|
+
raise credentials_exception
|
|
71
85
|
if user is None:
|
|
72
86
|
raise credentials_exception
|
|
73
87
|
return user
|
|
74
88
|
|
|
75
89
|
|
|
90
|
+
def get_client_user(mdb, client_id: str) -> UserInDB:
|
|
91
|
+
site = get_site(mdb, client_id)
|
|
92
|
+
if site is None:
|
|
93
|
+
raise credentials_exception
|
|
94
|
+
client = next(client for client in site.clients if client.id == client_id)
|
|
95
|
+
if client is None:
|
|
96
|
+
raise credentials_exception
|
|
97
|
+
# Coerce the client into a user
|
|
98
|
+
user = UserInDB(username=client.id, hashed_password=client.hashed_secret)
|
|
99
|
+
return user
|
|
100
|
+
|
|
101
|
+
|
|
76
102
|
async def get_current_active_user(
|
|
77
|
-
current_user:
|
|
103
|
+
current_user: UserInDB = Depends(get_current_user),
|
|
78
104
|
) -> UserInDB:
|
|
79
105
|
if current_user.disabled:
|
|
80
106
|
raise HTTPException(status_code=400, detail="Inactive user")
|
|
@@ -20,7 +20,12 @@ from nmdc_runtime.api.models.site import SiteInDB, SiteClientInDB
|
|
|
20
20
|
from nmdc_runtime.api.models.user import UserInDB, UserIn, User
|
|
21
21
|
from nmdc_runtime.site.ops import materialize_alldocs
|
|
22
22
|
from nmdc_runtime.site.repository import run_config_frozen__normal_env
|
|
23
|
-
from nmdc_runtime.site.resources import
|
|
23
|
+
from nmdc_runtime.site.resources import (
|
|
24
|
+
get_mongo,
|
|
25
|
+
RuntimeApiSiteClient,
|
|
26
|
+
mongo_resource,
|
|
27
|
+
RuntimeApiUserClient,
|
|
28
|
+
)
|
|
24
29
|
from nmdc_runtime.util import REPO_ROOT_DIR, ensure_unique_id_indexes
|
|
25
30
|
|
|
26
31
|
|
|
@@ -105,6 +110,20 @@ def ensure_test_resources(mdb):
|
|
|
105
110
|
}
|
|
106
111
|
|
|
107
112
|
|
|
113
|
+
@pytest.fixture
|
|
114
|
+
def api_site_client():
|
|
115
|
+
mdb = get_mongo_db()
|
|
116
|
+
rs = ensure_test_resources(mdb)
|
|
117
|
+
return RuntimeApiSiteClient(base_url=os.getenv("API_HOST"), **rs["site_client"])
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
@pytest.fixture
|
|
121
|
+
def api_user_client():
|
|
122
|
+
mdb = get_mongo_db()
|
|
123
|
+
rs = ensure_test_resources(mdb)
|
|
124
|
+
return RuntimeApiUserClient(base_url=os.getenv("API_HOST"), **rs["user"])
|
|
125
|
+
|
|
126
|
+
|
|
108
127
|
@pytest.mark.skip(reason="Skipping because test causes suite to hang")
|
|
109
128
|
def test_update_operation():
|
|
110
129
|
mdb = get_mongo(run_config_frozen__normal_env).db
|
|
@@ -173,13 +192,6 @@ def test_create_user():
|
|
|
173
192
|
)
|
|
174
193
|
|
|
175
194
|
|
|
176
|
-
@pytest.fixture
|
|
177
|
-
def api_site_client():
|
|
178
|
-
mdb = get_mongo_db()
|
|
179
|
-
rs = ensure_test_resources(mdb)
|
|
180
|
-
return RuntimeApiSiteClient(base_url=os.getenv("API_HOST"), **rs["site_client"])
|
|
181
|
-
|
|
182
|
-
|
|
183
195
|
def test_metadata_validate_json_0(api_site_client):
|
|
184
196
|
rv = api_site_client.request(
|
|
185
197
|
"POST",
|
|
@@ -289,10 +301,10 @@ def test_submit_workflow_activities(api_site_client):
|
|
|
289
301
|
"has_output": [
|
|
290
302
|
"nmdc:dobj-11-w5dak635",
|
|
291
303
|
"nmdc:dobj-11-g6d71n77",
|
|
292
|
-
"nmdc:dobj-11-bds7qq03"
|
|
304
|
+
"nmdc:dobj-11-bds7qq03",
|
|
293
305
|
],
|
|
294
306
|
"type": "nmdc:ReadQcAnalysis",
|
|
295
|
-
"version": "v1.0.8"
|
|
307
|
+
"version": "v1.0.8",
|
|
296
308
|
}
|
|
297
309
|
]
|
|
298
310
|
}
|
|
@@ -379,6 +391,7 @@ def test_find_planned_processes(api_site_client):
|
|
|
379
391
|
)
|
|
380
392
|
assert rv.json()["meta"]["count"] >= 9
|
|
381
393
|
|
|
394
|
+
|
|
382
395
|
def test_find_planned_process_by_id(api_site_client):
|
|
383
396
|
# Seed the database with documents that represent instances of the `PlannedProcess` class or any of its subclasses.
|
|
384
397
|
mdb = get_mongo_db()
|
|
@@ -418,3 +431,157 @@ def test_find_planned_process_by_id(api_site_client):
|
|
|
418
431
|
"GET",
|
|
419
432
|
f"/planned_processes/nmdc:sty-11-00000001",
|
|
420
433
|
)
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
def test_run_query_find_user(api_user_client):
|
|
437
|
+
mdb = get_mongo_db()
|
|
438
|
+
if not mdb.biosample_set.find_one({"id": "nmdc:bsm-12-7mysck21"}):
|
|
439
|
+
mdb.biosample_set.insert_one(
|
|
440
|
+
json.loads(
|
|
441
|
+
(
|
|
442
|
+
REPO_ROOT_DIR / "tests" / "files" / "nmdc_bsm-12-7mysck21.json"
|
|
443
|
+
).read_text()
|
|
444
|
+
)
|
|
445
|
+
)
|
|
446
|
+
|
|
447
|
+
# Make sure user client works
|
|
448
|
+
response = api_user_client.request(
|
|
449
|
+
"POST",
|
|
450
|
+
"/queries:run",
|
|
451
|
+
{"find": "biosample_set", "filter": {"id": "nmdc:bsm-12-7mysck21"}},
|
|
452
|
+
)
|
|
453
|
+
assert response.status_code == 200
|
|
454
|
+
assert "cursor" in response.json()
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
def test_run_query_find_site(api_site_client):
|
|
458
|
+
mdb = get_mongo_db()
|
|
459
|
+
if not mdb.biosample_set.find_one({"id": "nmdc:bsm-12-7mysck21"}):
|
|
460
|
+
mdb.biosample_set.insert_one(
|
|
461
|
+
json.loads(
|
|
462
|
+
(
|
|
463
|
+
REPO_ROOT_DIR / "tests" / "files" / "nmdc_bsm-12-7mysck21.json"
|
|
464
|
+
).read_text()
|
|
465
|
+
)
|
|
466
|
+
)
|
|
467
|
+
|
|
468
|
+
# Make sure site client works
|
|
469
|
+
response = api_site_client.request(
|
|
470
|
+
"POST",
|
|
471
|
+
"/queries:run",
|
|
472
|
+
{"find": "biosample_set", "filter": {"id": "nmdc:bsm-12-7mysck21"}},
|
|
473
|
+
)
|
|
474
|
+
assert response.status_code == 200
|
|
475
|
+
assert "cursor" in response.json()
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
def test_run_query_delete(api_user_client):
|
|
479
|
+
mdb = get_mongo_db()
|
|
480
|
+
biosample_id = "nmdc:bsm-12-deleteme"
|
|
481
|
+
|
|
482
|
+
if not mdb.biosample_set.find_one({"id": biosample_id}):
|
|
483
|
+
mdb.biosample_set.insert_one({"id": biosample_id})
|
|
484
|
+
|
|
485
|
+
# Access should not work without permissions
|
|
486
|
+
mdb["_runtime"].api.allow.delete_many(
|
|
487
|
+
{
|
|
488
|
+
"username": api_user_client.username,
|
|
489
|
+
"action": "/queries:run(query_cmd:DeleteCommand)",
|
|
490
|
+
}
|
|
491
|
+
)
|
|
492
|
+
with pytest.raises(requests.exceptions.HTTPError) as excinfo:
|
|
493
|
+
response = api_user_client.request(
|
|
494
|
+
"POST",
|
|
495
|
+
"/queries:run",
|
|
496
|
+
{
|
|
497
|
+
"delete": "biosample_set",
|
|
498
|
+
"deletes": [{"q": {"id": biosample_id}, "limit": 1}],
|
|
499
|
+
},
|
|
500
|
+
)
|
|
501
|
+
assert excinfo.value.response.status_code == 403
|
|
502
|
+
|
|
503
|
+
# Add persmissions to DB
|
|
504
|
+
mdb["_runtime"].api.allow.insert_one(
|
|
505
|
+
{
|
|
506
|
+
"username": api_user_client.username,
|
|
507
|
+
"action": "/queries:run(query_cmd:DeleteCommand)",
|
|
508
|
+
}
|
|
509
|
+
)
|
|
510
|
+
try:
|
|
511
|
+
response = api_user_client.request(
|
|
512
|
+
"POST",
|
|
513
|
+
"/queries:run",
|
|
514
|
+
{
|
|
515
|
+
"delete": "biosample_set",
|
|
516
|
+
"deletes": [{"q": {"id": biosample_id}, "limit": 1}],
|
|
517
|
+
},
|
|
518
|
+
)
|
|
519
|
+
assert response.status_code == 200
|
|
520
|
+
assert response.json()["n"] == 1
|
|
521
|
+
finally:
|
|
522
|
+
mdb["_runtime"].api.allow.delete_one({"username": api_user_client.username})
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
def test_run_query_delete_site(api_site_client):
|
|
526
|
+
mdb = get_mongo_db()
|
|
527
|
+
biosample_id = "nmdc:bsm-12-deleteme"
|
|
528
|
+
|
|
529
|
+
if not mdb.biosample_set.find_one({"id": biosample_id}):
|
|
530
|
+
mdb.biosample_set.insert_one({"id": biosample_id})
|
|
531
|
+
|
|
532
|
+
# Access should not work without permissions
|
|
533
|
+
with pytest.raises(requests.exceptions.HTTPError) as excinfo:
|
|
534
|
+
response = api_site_client.request(
|
|
535
|
+
"POST",
|
|
536
|
+
"/queries:run",
|
|
537
|
+
{
|
|
538
|
+
"delete": "biosample_set",
|
|
539
|
+
"deletes": [{"q": {"id": biosample_id}, "limit": 1}],
|
|
540
|
+
},
|
|
541
|
+
)
|
|
542
|
+
assert excinfo.value.response.status_code == 403
|
|
543
|
+
|
|
544
|
+
# Add persmissions to DB
|
|
545
|
+
mdb["_runtime"].api.allow.insert_one(
|
|
546
|
+
{
|
|
547
|
+
"username": api_site_client.client_id,
|
|
548
|
+
"action": "/queries:run(query_cmd:DeleteCommand)",
|
|
549
|
+
}
|
|
550
|
+
)
|
|
551
|
+
try:
|
|
552
|
+
response = api_site_client.request(
|
|
553
|
+
"POST",
|
|
554
|
+
"/queries:run",
|
|
555
|
+
{
|
|
556
|
+
"delete": "biosample_set",
|
|
557
|
+
"deletes": [{"q": {"id": biosample_id}, "limit": 1}],
|
|
558
|
+
},
|
|
559
|
+
)
|
|
560
|
+
assert response.status_code == 200
|
|
561
|
+
assert response.json()["n"] == 1
|
|
562
|
+
finally:
|
|
563
|
+
mdb["_runtime"].api.allow.delete_one({"username": api_site_client.client_id})
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
def test_run_query_update(api_user_client):
|
|
567
|
+
"""Submit a request to store data that does not comply with the schema."""
|
|
568
|
+
mdb = get_mongo_db()
|
|
569
|
+
allow_spec = {
|
|
570
|
+
"username": api_user_client.username,
|
|
571
|
+
"action": "/queries:run(query_cmd:DeleteCommand)",
|
|
572
|
+
}
|
|
573
|
+
mdb["_runtime.api.allow"].replace_one(allow_spec, allow_spec, upsert=True)
|
|
574
|
+
with pytest.raises(requests.HTTPError):
|
|
575
|
+
api_user_client.request(
|
|
576
|
+
"POST",
|
|
577
|
+
"/queries:run",
|
|
578
|
+
{
|
|
579
|
+
"update": "biosample_set",
|
|
580
|
+
"updates": [
|
|
581
|
+
{
|
|
582
|
+
"q": {"id": "nmdc:bsm-13-amrnys72"},
|
|
583
|
+
"u": {"$set": {"associated_studies.0": 42}},
|
|
584
|
+
}
|
|
585
|
+
],
|
|
586
|
+
},
|
|
587
|
+
)
|
|
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-2.1.0 → nmdc_runtime-2.1.1}/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
|
|
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-2.1.0 → nmdc_runtime-2.1.1}/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
|
{nmdc_runtime-2.1.0 → nmdc_runtime-2.1.1}/docs/nb/bulk_validation_referential_integrity_check.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|