Skip to content

Commit

Permalink
Corrected curies in test json
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwelter committed Dec 5, 2017
1 parent b024294 commit cd19f94
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion schema_tests/sample/fail/sample-test-current.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"donor": {
"species": {
"text": "Homo sapiens",
"ontology": 9606
"ontology": "NCBITAXON:9606"
},
"is_living": "yes",
"core": {
Expand Down
2 changes: 1 addition & 1 deletion schema_tests/sample/pass/10x_pbmc8k_donor_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"life_stage": "adult",
"species": {
"text": "Homo sapiens",
"ontology": "NCBITAXON_9606"
"ontology": "NCBITAXON:9606"
}
},
"ncbi_taxon_id": 9606
Expand Down
2 changes: 1 addition & 1 deletion schema_tests/sample/pass/10x_pbmc8k_sample_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sample_from_organism" : {
"organ": {
"text": "blood",
"ontology": "UBERON_0000178"
"ontology": "UBERON:0000178"
},
"body_part": {
"text": "peripheral blood mononuclear cells (PBMCs)"
Expand Down
2 changes: 1 addition & 1 deletion schema_tests/sample/pass/donor_test1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"life_stage": "adult",
"species": {
"text": "Homo sapiens",
"ontology": "NCBITAXON_9606"
"ontology": "NCBITAXON:9606"
}
},
"ncbi_taxon_id": 9606
Expand Down
4 changes: 2 additions & 2 deletions schema_tests/sample_bundle/pass/10x_pbmc8k_sample_bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sample_from_organism": {
"organ": {
"text": "blood",
"ontology": "UBERON_0000178"
"ontology": "UBERON:0000178"
},
"body_part": {
"text": "peripheral blood mononuclear cells (PBMCs)"
Expand All @@ -38,7 +38,7 @@
"life_stage": "adult",
"species": {
"text": "Homo sapiens",
"ontology": "NCBITAXON_9606"
"ontology": "NCBITAXON:9606"
}
},
"ncbi_taxon_id": 9606
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"life_stage": "adult",
"species": {
"text": "Homo sapiens",
"ontology": "NCBITAXON_9606"
"ontology": "NCBITAXON:9606"
}
},
"ncbi_taxon_id": 9606
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sample_from_organism" : {
"organ": {
"text": "blood",
"ontology": "UBERON_0000178"
"ontology": "UBERON:0000178"
},
"body_part": {
"text": "peripheral blood mononuclear cells (PBMCs)"
Expand Down

0 comments on commit cd19f94

Please sign in to comment.