Skip to content

Commit

Permalink
updating is_set to set_interpretation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Apr 12, 2024
1 parent f41631b commit 9d99ef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PLATER/examples/overlay.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"n1": {
"id": "NCBIGene:6352",
"category": "biolink:Gene",
"is_set": false
"set_interpretation": "BATCH"
},
"n2": {
"id": null,
"category": "biolink:GeneFamily",
"is_set": false
"set_interpretation": "BATCH"
},
"n3": {
"id": null,
"category": "biolink:GeneFamily",
"is_set": false
"set_interpretation": "BATCH"
}
},
"edges": {
Expand Down
4 changes: 2 additions & 2 deletions PLATER/tests/data/trapi1.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"categories": [
"biolink:Disease"
],
"is_set": false,
"set_interpretation": "BATCH",
"constraints": []
},
"n1": {
Expand All @@ -16,7 +16,7 @@
"categories": [
"biolink:SmallMolecule"
],
"is_set": false,
"set_interpretation": "BATCH",
"constraints": []
}
},
Expand Down

0 comments on commit 9d99ef6

Please sign in to comment.