-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from ga4gh-beacon/remove-conflicting-filterin…
…gTerms-definitions remove conflicting specifications in filteringTerms
- Loading branch information
Showing
6 changed files
with
6 additions
and
41 deletions.
There are no files selected for viewing
9 changes: 1 addition & 8 deletions
9
models/json/beacon-v2-default-model/cohorts/filteringTerms.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"filteringTerms": [ | ||
{ | ||
"ftType": "ontologyTerm", | ||
"id": "DUO:0000006", | ||
"label": "health or medical or biomedical research", | ||
"version": "2021-02-23" | ||
} | ||
] | ||
"filteringTerms": [] | ||
} |
9 changes: 1 addition & 8 deletions
9
models/json/beacon-v2-default-model/datasets/filteringTerms.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"filteringTerms": [ | ||
{ | ||
"ftType": "ontologyTerm", | ||
"id": "DUO:0000006", | ||
"label": "health or medical or biomedical research", | ||
"version": "2021-02-23" | ||
} | ||
] | ||
"filteringTerms": [] | ||
} |
11 changes: 1 addition & 10 deletions
11
models/json/beacon-v2-default-model/genomicVariations/filteringTerms.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
{ | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"filteringTerms": [ | ||
{ | ||
"ftType": "alphanumeric", | ||
"id": "gene" | ||
}, | ||
{ | ||
"ftType": "alphanumeric", | ||
"id": "aminoacidChanges" | ||
} | ||
] | ||
"filteringTerms": [] | ||
} |
6 changes: 1 addition & 5 deletions
6
models/src/beacon-v2-default-model/cohorts/filteringTerms.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
$schema: https://json-schema.org/draft/2020-12/schema | ||
filteringTerms: | ||
- ftType: ontologyTerm | ||
id: DUO:0000006 | ||
label: health or medical or biomedical research | ||
version: '2021-02-23' | ||
filteringTerms: [] |
6 changes: 1 addition & 5 deletions
6
models/src/beacon-v2-default-model/datasets/filteringTerms.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
$schema: https://json-schema.org/draft/2020-12/schema | ||
filteringTerms: | ||
- ftType: ontologyTerm | ||
id: DUO:0000006 | ||
label: health or medical or biomedical research | ||
version: '2021-02-23' | ||
filteringTerms: [] |
6 changes: 1 addition & 5 deletions
6
models/src/beacon-v2-default-model/genomicVariations/filteringTerms.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
$schema: https://json-schema.org/draft/2020-12/schema | ||
filteringTerms: | ||
- ftType: alphanumeric | ||
id: gene | ||
- ftType: alphanumeric | ||
id: aminoacidChanges | ||
filteringTerms: [] |