Skip to content

Commit

Permalink
Merge pull request #194 from microbiomedata/microbiomedata-main
Browse files Browse the repository at this point in the history
merge in v10.5.3
  • Loading branch information
turbomam committed Jun 5, 2024
2 parents a613c4f + c998f6a commit 110777a
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 125,563 deletions.
129 changes: 0 additions & 129 deletions nmdc_schema/gold-to-mixs.sssom.tsv

This file was deleted.

12,795 changes: 0 additions & 12,795 deletions nmdc_schema/nmdc.py

This file was deleted.

11,256 changes: 0 additions & 11,256 deletions nmdc_schema/nmdc.schema.json

This file was deleted.

11,305 changes: 0 additions & 11,305 deletions nmdc_schema/nmdc_materialized_patterns.schema.json

This file was deleted.

21,945 changes: 0 additions & 21,945 deletions nmdc_schema/nmdc_materialized_patterns.yaml

This file was deleted.

12,987 changes: 0 additions & 12,987 deletions nmdc_schema/nmdc_schema_accepting_legacy_ids.py

This file was deleted.

11,305 changes: 0 additions & 11,305 deletions nmdc_schema/nmdc_schema_accepting_legacy_ids.schema.json

This file was deleted.

21,945 changes: 0 additions & 21,945 deletions nmdc_schema/nmdc_schema_accepting_legacy_ids.yaml

This file was deleted.

21,877 changes: 0 additions & 21,877 deletions nmdc_schema/nmdc_schema_merged.yaml

This file was deleted.

31 changes: 24 additions & 7 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions project.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ local/mongo_as_unvalidated_nmdc_database.yaml:
--selected-collections metagenome_annotation_activity_set \
--selected-collections metagenome_annotation_set \
--selected-collections metagenome_assembly_set \
--selected-collections metagenome_sequencing_activity_set \
--selected-collections metagenome_sequencing_set \
--selected-collections metap_gene_function_aggregation \
--selected-collections metatranscriptome_activity_set \
--selected-collections metatranscriptome_analysis_set \
Expand Down
5 changes: 3 additions & 2 deletions src/data/invalid/MetagenomeSequencing-bad_id.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
id: nmdc:bad_id
has_input:
- 'nmdc:unvalidated_placeholder'
- nmdc:procsm-99-123456
# legacy part_of id? validator won't catch pattern violations
# or referential integrity violations
part_of: nmdc:mga0vx38
part_of:
- nmdc:wfch-99-123456
git_url: 'https://github.com/microbiomedata/RawSequencingData'
execution_resource: JGI
version: v1.0.0
Expand Down
14 changes: 4 additions & 10 deletions src/schema/workflow_execution_activity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,10 @@ classes:
structured_pattern:
syntax: "{id_nmdc_prefix}:wfmsa-{id_shoulder}-{id_blade}{id_version}$"
interpolated: true
# has_input:
# comments:
# - the value is always expected to be the string "None", but that isn't a valid prefixed CURIe
# has_output:
# structured_pattern:
# syntax: "{id_nmdc_prefix}:(dobj)-{id_shoulder}-{id_blade}$"
# structured_pattern:
# syntax: ".*" # todo this accounts for an extreme edge case and should nto be repeated anywhere
# interpolated: true

has_input:
structured_pattern:
syntax: "{id_nmdc_prefix}:(bsm|procsm)-{id_shoulder}-{id_blade}$"
interpolated: true

ReadQcAnalysis:
class_uri: nmdc:ReadQcAnalysis
Expand Down

0 comments on commit 110777a

Please sign in to comment.