Skip to content

Commit

Permalink
Merge pull request #365 from microbiomedata/issue-352-proc-inst-enum
Browse files Browse the repository at this point in the history
Issue 352 proc inst enum
  • Loading branch information
turbomam authored Jul 25, 2022
2 parents 3760cf2 + 8e8d122 commit e9a8157
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/schema/nmdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ slots:
biogas_retention_time:
range: string
processing_institution:
range: string
range: processing_institution_enum
description: The organization that processed the sample.
omics_type:
range: string
Expand Down
6 changes: 3 additions & 3 deletions test/data/gold_project_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"part_of": [
"gold:Gs0112340"
],
"processing_institution": "Joint Genome Institute",
"processing_institution": "JGI",
"type": "nmdc:OmicsProcessing"
},
{
Expand All @@ -39,7 +39,7 @@
"part_of": [
"gold:Gs0112340"
],
"processing_institution": "Joint Genome Institute",
"processing_institution": "JGI",
"type": "nmdc:OmicsProcessing"
},
{
Expand All @@ -60,7 +60,7 @@
"part_of": [
"gold:Gs0112340"
],
"processing_institution": "Joint Genome Institute",
"processing_institution": "JGI",
"type": "nmdc:OmicsProcessing"
}
]
Expand Down
6 changes: 3 additions & 3 deletions test/data/nmdc_example_database.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"part_of": [
"gold:Gs0130354"
],
"processing_institution": "Joint Genome Institute",
"processing_institution": "JGI",
"type": "nmdc:OmicsProcessing"
},
{
Expand All @@ -94,7 +94,7 @@
"part_of": [
"gold:Gs0128849"
],
"processing_institution": "Joint Genome Institute",
"processing_institution": "JGI",
"type": "nmdc:OmicsProcessing"
},
{
Expand All @@ -116,7 +116,7 @@
"part_of": [
"gold:Gs0134277"
],
"processing_institution": "Joint Genome Institute",
"processing_institution": "JGI",
"type": "nmdc:OmicsProcessing"
}
],
Expand Down

0 comments on commit e9a8157

Please sign in to comment.