Skip to content

Commit 4f3c7f2

Browse files
committed
Merge branch 'develop' of https://github.com/bcgsc/pori_graphkb_loader into feat/external-deployment-merge-from-dev
2 parents f35538f + fe5ca2f commit 4f3c7f2

14 files changed

Lines changed: 840 additions & 22758 deletions

File tree

bin/load.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ fileParser.add_argument('--ignoreCache', {
9797
default: false,
9898
help: 'Load the full content, to not check for previously loaded records already in the GraphKB instance',
9999
});
100+
fileParser.add_argument('--ignoreSynonyms', {
101+
action: 'store_true',
102+
default: false,
103+
help: 'For NCIt loader only: ignore synonyms instead upload as alias records (overrides default behavior)',
104+
});
105+
fileParser.add_argument('--ignoreDeprecating', {
106+
action: 'store_true',
107+
default: false,
108+
help: 'For NCIt loader only: ignore deprecation of old records (overrides default behavior)',
109+
});
100110

101111
const civicParser = subparsers.add_parser('civic');
102112
civicParser.add_argument('--trustedCurators', {

data/evidenceLevels.json

Lines changed: 54 additions & 384 deletions
Large diffs are not rendered by default.

data/vocab.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@
135135
"biological": {
136136
"name": "biological"
137137
},
138-
"cancer gene": {
139-
"description": "Tumourigenesis gene that is neither oncogenic nor tumour suppressive",
138+
"other cancer gene": {
139+
"description": "Cancer gene that is neither oncogenic nor tumour suppressive",
140140
"links": [
141141
{
142142
"class": "SubClassOf",
143-
"target": "tumourigenesis"
143+
"target": "cancer gene"
144144
}
145145
]
146146
},
@@ -1395,7 +1395,7 @@
13951395
"links": [
13961396
{
13971397
"class": "SubClassOf",
1398-
"target": "tumourigenesis"
1398+
"target": "cancer gene"
13991399
}
14001400
]
14011401
},
@@ -2149,11 +2149,11 @@
21492149
"links": [
21502150
{
21512151
"class": "SubClassOf",
2152-
"target": "tumourigenesis"
2152+
"target": "cancer gene"
21532153
}
21542154
]
21552155
},
2156-
"tumourigenesis": {
2156+
"cancer gene": {
21572157
"links": [
21582158
{
21592159
"class": "SubClassOf",

0 commit comments

Comments
 (0)