@n8n-dev/n8n-nodes-monarchinitiative 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +122 -0
- package/dist/banner.svg +124 -0
- package/dist/credentials/MonarchinitiativeApi.credentials.d.ts +9 -0
- package/dist/credentials/MonarchinitiativeApi.credentials.js +49 -0
- package/dist/credentials/MonarchinitiativeApi.credentials.js.map +1 -0
- package/dist/icons/monarchinitiative.dark.svg +18 -0
- package/dist/icons/monarchinitiative.svg +18 -0
- package/dist/nodes/Monarchinitiative/Monarchinitiative.node.d.ts +4 -0
- package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js +229 -0
- package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js.map +1 -0
- package/dist/nodes/Monarchinitiative/Monarchinitiative.node.json +20 -0
- package/dist/nodes/Monarchinitiative/monarchinitiative.dark.svg +18 -0
- package/dist/nodes/Monarchinitiative/monarchinitiative.svg +18 -0
- package/dist/nodes/Monarchinitiative/resources/association/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/association/index.js +1439 -0
- package/dist/nodes/Monarchinitiative/resources/association/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/bioentity/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/bioentity/index.js +30727 -0
- package/dist/nodes/Monarchinitiative/resources/bioentity/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js +621 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js +78 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js +531 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/cam/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/cam/index.js +632 -0
- package/dist/nodes/Monarchinitiative/resources/cam/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js +109 -0
- package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/genome-features/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/genome-features/index.js +53 -0
- package/dist/nodes/Monarchinitiative/resources/genome-features/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/graph/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/graph/index.js +233 -0
- package/dist/nodes/Monarchinitiative/resources/graph/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js +53 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js +115 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/index.d.ts +26 -0
- package/dist/nodes/Monarchinitiative/resources/index.js +56 -0
- package/dist/nodes/Monarchinitiative/resources/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/individual/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/individual/index.js +84 -0
- package/dist/nodes/Monarchinitiative/resources/individual/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/mart/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/mart/index.js +252 -0
- package/dist/nodes/Monarchinitiative/resources/mart/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/metadata/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/metadata/index.js +53 -0
- package/dist/nodes/Monarchinitiative/resources/metadata/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/mme/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/mme/index.js +177 -0
- package/dist/nodes/Monarchinitiative/resources/mme/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js +946 -0
- package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/ontol/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/ontol/index.js +390 -0
- package/dist/nodes/Monarchinitiative/resources/ontol/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js +136 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js +79 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/ontology/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/ontology/index.js +376 -0
- package/dist/nodes/Monarchinitiative/resources/ontology/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js +84 -0
- package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/pair-sim/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js +78 -0
- package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/relation-usage/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js +346 -0
- package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/search/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/search/index.js +940 -0
- package/dist/nodes/Monarchinitiative/resources/search/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/sim/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/sim/index.js +596 -0
- package/dist/nodes/Monarchinitiative/resources/sim/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/variation-set/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/variation-set/index.js +689 -0
- package/dist/nodes/Monarchinitiative/resources/variation-set/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.metadataDescription = exports.mmeDescription = exports.simDescription = exports.variationSetDescription = exports.searchDescription = exports.relationUsageDescription = exports.individualDescription = exports.pairSimDescription = exports.owlOntologyDescription = exports.ontologyDescription = exports.ontolIdentifierDescription = exports.ontolLabelerDescription = exports.ontolDescription = exports.nlpAnnotateDescription = exports.martDescription = exports.identifierPrefixesDescription = exports.identifierMapperDescription = exports.graphDescription = exports.genomeFeaturesDescription = exports.evidenceGraphDescription = exports.bioentitysetSlimmerDescription = exports.bioentitysetHomologsDescription = exports.bioentitysetDescription = exports.camDescription = exports.associationDescription = exports.bioentityDescription = void 0;
|
|
4
|
+
var bioentity_1 = require("./bioentity");
|
|
5
|
+
Object.defineProperty(exports, "bioentityDescription", { enumerable: true, get: function () { return bioentity_1.bioentityDescription; } });
|
|
6
|
+
var association_1 = require("./association");
|
|
7
|
+
Object.defineProperty(exports, "associationDescription", { enumerable: true, get: function () { return association_1.associationDescription; } });
|
|
8
|
+
var cam_1 = require("./cam");
|
|
9
|
+
Object.defineProperty(exports, "camDescription", { enumerable: true, get: function () { return cam_1.camDescription; } });
|
|
10
|
+
var bioentityset_1 = require("./bioentityset");
|
|
11
|
+
Object.defineProperty(exports, "bioentitysetDescription", { enumerable: true, get: function () { return bioentityset_1.bioentitysetDescription; } });
|
|
12
|
+
var bioentityset_homologs_1 = require("./bioentityset-homologs");
|
|
13
|
+
Object.defineProperty(exports, "bioentitysetHomologsDescription", { enumerable: true, get: function () { return bioentityset_homologs_1.bioentitysetHomologsDescription; } });
|
|
14
|
+
var bioentityset_slimmer_1 = require("./bioentityset-slimmer");
|
|
15
|
+
Object.defineProperty(exports, "bioentitysetSlimmerDescription", { enumerable: true, get: function () { return bioentityset_slimmer_1.bioentitysetSlimmerDescription; } });
|
|
16
|
+
var evidence_graph_1 = require("./evidence-graph");
|
|
17
|
+
Object.defineProperty(exports, "evidenceGraphDescription", { enumerable: true, get: function () { return evidence_graph_1.evidenceGraphDescription; } });
|
|
18
|
+
var genome_features_1 = require("./genome-features");
|
|
19
|
+
Object.defineProperty(exports, "genomeFeaturesDescription", { enumerable: true, get: function () { return genome_features_1.genomeFeaturesDescription; } });
|
|
20
|
+
var graph_1 = require("./graph");
|
|
21
|
+
Object.defineProperty(exports, "graphDescription", { enumerable: true, get: function () { return graph_1.graphDescription; } });
|
|
22
|
+
var identifier_mapper_1 = require("./identifier-mapper");
|
|
23
|
+
Object.defineProperty(exports, "identifierMapperDescription", { enumerable: true, get: function () { return identifier_mapper_1.identifierMapperDescription; } });
|
|
24
|
+
var identifier_prefixes_1 = require("./identifier-prefixes");
|
|
25
|
+
Object.defineProperty(exports, "identifierPrefixesDescription", { enumerable: true, get: function () { return identifier_prefixes_1.identifierPrefixesDescription; } });
|
|
26
|
+
var mart_1 = require("./mart");
|
|
27
|
+
Object.defineProperty(exports, "martDescription", { enumerable: true, get: function () { return mart_1.martDescription; } });
|
|
28
|
+
var nlp_annotate_1 = require("./nlp-annotate");
|
|
29
|
+
Object.defineProperty(exports, "nlpAnnotateDescription", { enumerable: true, get: function () { return nlp_annotate_1.nlpAnnotateDescription; } });
|
|
30
|
+
var ontol_1 = require("./ontol");
|
|
31
|
+
Object.defineProperty(exports, "ontolDescription", { enumerable: true, get: function () { return ontol_1.ontolDescription; } });
|
|
32
|
+
var ontol_labeler_1 = require("./ontol-labeler");
|
|
33
|
+
Object.defineProperty(exports, "ontolLabelerDescription", { enumerable: true, get: function () { return ontol_labeler_1.ontolLabelerDescription; } });
|
|
34
|
+
var ontol_identifier_1 = require("./ontol-identifier");
|
|
35
|
+
Object.defineProperty(exports, "ontolIdentifierDescription", { enumerable: true, get: function () { return ontol_identifier_1.ontolIdentifierDescription; } });
|
|
36
|
+
var ontology_1 = require("./ontology");
|
|
37
|
+
Object.defineProperty(exports, "ontologyDescription", { enumerable: true, get: function () { return ontology_1.ontologyDescription; } });
|
|
38
|
+
var owl_ontology_1 = require("./owl-ontology");
|
|
39
|
+
Object.defineProperty(exports, "owlOntologyDescription", { enumerable: true, get: function () { return owl_ontology_1.owlOntologyDescription; } });
|
|
40
|
+
var pair_sim_1 = require("./pair-sim");
|
|
41
|
+
Object.defineProperty(exports, "pairSimDescription", { enumerable: true, get: function () { return pair_sim_1.pairSimDescription; } });
|
|
42
|
+
var individual_1 = require("./individual");
|
|
43
|
+
Object.defineProperty(exports, "individualDescription", { enumerable: true, get: function () { return individual_1.individualDescription; } });
|
|
44
|
+
var relation_usage_1 = require("./relation-usage");
|
|
45
|
+
Object.defineProperty(exports, "relationUsageDescription", { enumerable: true, get: function () { return relation_usage_1.relationUsageDescription; } });
|
|
46
|
+
var search_1 = require("./search");
|
|
47
|
+
Object.defineProperty(exports, "searchDescription", { enumerable: true, get: function () { return search_1.searchDescription; } });
|
|
48
|
+
var variation_set_1 = require("./variation-set");
|
|
49
|
+
Object.defineProperty(exports, "variationSetDescription", { enumerable: true, get: function () { return variation_set_1.variationSetDescription; } });
|
|
50
|
+
var sim_1 = require("./sim");
|
|
51
|
+
Object.defineProperty(exports, "simDescription", { enumerable: true, get: function () { return sim_1.simDescription; } });
|
|
52
|
+
var mme_1 = require("./mme");
|
|
53
|
+
Object.defineProperty(exports, "mmeDescription", { enumerable: true, get: function () { return mme_1.mmeDescription; } });
|
|
54
|
+
var metadata_1 = require("./metadata");
|
|
55
|
+
Object.defineProperty(exports, "metadataDescription", { enumerable: true, get: function () { return metadata_1.metadataDescription; } });
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/Monarchinitiative/resources/index.ts"],"names":[],"mappings":";;;AAAA,yCAAmD;AAA1C,iHAAA,oBAAoB,OAAA;AAC7B,6CAAuD;AAA9C,qHAAA,sBAAsB,OAAA;AAC/B,6BAAuC;AAA9B,qGAAA,cAAc,OAAA;AACvB,+CAAyD;AAAhD,uHAAA,uBAAuB,OAAA;AAChC,iEAA0E;AAAjE,wIAAA,+BAA+B,OAAA;AACxC,+DAAwE;AAA/D,sIAAA,8BAA8B,OAAA;AACvC,mDAA4D;AAAnD,0HAAA,wBAAwB,OAAA;AACjC,qDAA8D;AAArD,4HAAA,yBAAyB,OAAA;AAClC,iCAA2C;AAAlC,yGAAA,gBAAgB,OAAA;AACzB,yDAAkE;AAAzD,gIAAA,2BAA2B,OAAA;AACpC,6DAAsE;AAA7D,oIAAA,6BAA6B,OAAA;AACtC,+BAAyC;AAAhC,uGAAA,eAAe,OAAA;AACxB,+CAAwD;AAA/C,sHAAA,sBAAsB,OAAA;AAC/B,iCAA2C;AAAlC,yGAAA,gBAAgB,OAAA;AACzB,iDAA0D;AAAjD,wHAAA,uBAAuB,OAAA;AAChC,uDAAgE;AAAvD,8HAAA,0BAA0B,OAAA;AACnC,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA;AAC5B,+CAAwD;AAA/C,sHAAA,sBAAsB,OAAA;AAC/B,uCAAgD;AAAvC,8GAAA,kBAAkB,OAAA;AAC3B,2CAAqD;AAA5C,mHAAA,qBAAqB,OAAA;AAC9B,mDAA4D;AAAnD,0HAAA,wBAAwB,OAAA;AACjC,mCAA6C;AAApC,2GAAA,iBAAiB,OAAA;AAC1B,iDAA0D;AAAjD,wHAAA,uBAAuB,OAAA;AAChC,6BAAuC;AAA9B,qGAAA,cAAc,OAAA;AACvB,6BAAuC;AAA9B,qGAAA,cAAc,OAAA;AACvB,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.individualDescription = void 0;
|
|
4
|
+
exports.individualDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Individual"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Pedigree",
|
|
20
|
+
"value": "Get Pedigree",
|
|
21
|
+
"action": "Returns list of matches",
|
|
22
|
+
"description": "Returns list of matches",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/individual/pedigree/{{$parameter[\"id\"]}}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Get Individual",
|
|
32
|
+
"value": "Get Individual",
|
|
33
|
+
"action": "Returns list of matches",
|
|
34
|
+
"description": "Returns list of matches",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/individual/{{$parameter[\"id\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"default": ""
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"displayName": "GET /individual/pedigree/{id}",
|
|
47
|
+
"name": "operation",
|
|
48
|
+
"type": "notice",
|
|
49
|
+
"typeOptions": {
|
|
50
|
+
"theme": "info"
|
|
51
|
+
},
|
|
52
|
+
"default": "",
|
|
53
|
+
"displayOptions": {
|
|
54
|
+
"show": {
|
|
55
|
+
"resource": [
|
|
56
|
+
"Individual"
|
|
57
|
+
],
|
|
58
|
+
"operation": [
|
|
59
|
+
"Get Pedigree"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"displayName": "GET /individual/{id}",
|
|
66
|
+
"name": "operation",
|
|
67
|
+
"type": "notice",
|
|
68
|
+
"typeOptions": {
|
|
69
|
+
"theme": "info"
|
|
70
|
+
},
|
|
71
|
+
"default": "",
|
|
72
|
+
"displayOptions": {
|
|
73
|
+
"show": {
|
|
74
|
+
"resource": [
|
|
75
|
+
"Individual"
|
|
76
|
+
],
|
|
77
|
+
"operation": [
|
|
78
|
+
"Get Individual"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
];
|
|
84
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/individual/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,qBAAqB,GAAsB;IACtD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,cAAc;gBACtB,OAAO,EAAE,cAAc;gBACvB,QAAQ,EAAE,yBAAyB;gBACnC,aAAa,EAAE,yBAAyB;gBACxC,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,8CAA8C;qBACrD;iBACD;aACD;YACD;gBACC,MAAM,EAAE,gBAAgB;gBACxB,OAAO,EAAE,gBAAgB;gBACzB,QAAQ,EAAE,yBAAyB;gBACnC,aAAa,EAAE,yBAAyB;gBACxC,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,qCAAqC;qBAC5C;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,+BAA+B;QAC9C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;gBACD,WAAW,EAAE;oBACZ,cAAc;iBACd;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,sBAAsB;QACrC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;gBACD,WAAW,EAAE;oBACZ,gBAAgB;iBAChB;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.martDescription = void 0;
|
|
4
|
+
exports.martDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Mart"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Mart Case Associations Resource",
|
|
20
|
+
"value": "Get Mart Case Associations Resource",
|
|
21
|
+
"action": "Bulk download of case associations",
|
|
22
|
+
"description": "NOTE: this route has a limiter on it, you may be restricted in the number of downloads per hour. Use carefully.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/mart/case/{{$parameter[\"object_category\"]}}/{{$parameter[\"taxon\"]}}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Get Mart Disease Associations Resource",
|
|
32
|
+
"value": "Get Mart Disease Associations Resource",
|
|
33
|
+
"action": "Bulk download of disease associations",
|
|
34
|
+
"description": "NOTE: this route has a limiter on it, you may be restricted in the number of downloads per hour. Use carefully.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/mart/disease/{{$parameter[\"object_category\"]}}/{{$parameter[\"taxon\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Get Mart Gene Associations Resource",
|
|
44
|
+
"value": "Get Mart Gene Associations Resource",
|
|
45
|
+
"action": "Bulk download of gene associations",
|
|
46
|
+
"description": "NOTE: this route has a limiter on it, you may be restricted in the number of downloads per hour. Use carefully.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/mart/gene/{{$parameter[\"object_category\"]}}/{{$parameter[\"taxon\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Get Mart Ortholog Associations Resource",
|
|
56
|
+
"value": "Get Mart Ortholog Associations Resource",
|
|
57
|
+
"action": "Bulk download of orthologs",
|
|
58
|
+
"description": "Bulk download of orthologs",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"url": "=/mart/ortholog/{{$parameter[\"taxon1\"]}}/{{$parameter[\"taxon2\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Get Mart Paralog Associations Resource",
|
|
68
|
+
"value": "Get Mart Paralog Associations Resource",
|
|
69
|
+
"action": "Bulk download of paralogs",
|
|
70
|
+
"description": "Bulk download of paralogs",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"url": "=/mart/paralog/{{$parameter[\"taxon1\"]}}/{{$parameter[\"taxon2\"]}}"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"default": ""
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"displayName": "GET /mart/case/{object_category}/{taxon}",
|
|
83
|
+
"name": "operation",
|
|
84
|
+
"type": "notice",
|
|
85
|
+
"typeOptions": {
|
|
86
|
+
"theme": "info"
|
|
87
|
+
},
|
|
88
|
+
"default": "",
|
|
89
|
+
"displayOptions": {
|
|
90
|
+
"show": {
|
|
91
|
+
"resource": [
|
|
92
|
+
"Mart"
|
|
93
|
+
],
|
|
94
|
+
"operation": [
|
|
95
|
+
"Get Mart Case Associations Resource"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"displayName": "Slim",
|
|
102
|
+
"name": "slim",
|
|
103
|
+
"description": "Map objects up (slim) to a higher level category. Value can be ontology class ID or subset ID",
|
|
104
|
+
"default": "[\n null\n]",
|
|
105
|
+
"type": "json",
|
|
106
|
+
"routing": {
|
|
107
|
+
"send": {
|
|
108
|
+
"type": "query",
|
|
109
|
+
"property": "slim",
|
|
110
|
+
"value": "={{ $value }}",
|
|
111
|
+
"propertyInDotNotation": false
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"displayOptions": {
|
|
115
|
+
"show": {
|
|
116
|
+
"resource": [
|
|
117
|
+
"Mart"
|
|
118
|
+
],
|
|
119
|
+
"operation": [
|
|
120
|
+
"Get Mart Case Associations Resource"
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"displayName": "GET /mart/disease/{object_category}/{taxon}",
|
|
127
|
+
"name": "operation",
|
|
128
|
+
"type": "notice",
|
|
129
|
+
"typeOptions": {
|
|
130
|
+
"theme": "info"
|
|
131
|
+
},
|
|
132
|
+
"default": "",
|
|
133
|
+
"displayOptions": {
|
|
134
|
+
"show": {
|
|
135
|
+
"resource": [
|
|
136
|
+
"Mart"
|
|
137
|
+
],
|
|
138
|
+
"operation": [
|
|
139
|
+
"Get Mart Disease Associations Resource"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"displayName": "Slim",
|
|
146
|
+
"name": "slim",
|
|
147
|
+
"description": "Map objects up (slim) to a higher level category. Value can be ontology class ID or subset ID",
|
|
148
|
+
"default": "[\n null\n]",
|
|
149
|
+
"type": "json",
|
|
150
|
+
"routing": {
|
|
151
|
+
"send": {
|
|
152
|
+
"type": "query",
|
|
153
|
+
"property": "slim",
|
|
154
|
+
"value": "={{ $value }}",
|
|
155
|
+
"propertyInDotNotation": false
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"displayOptions": {
|
|
159
|
+
"show": {
|
|
160
|
+
"resource": [
|
|
161
|
+
"Mart"
|
|
162
|
+
],
|
|
163
|
+
"operation": [
|
|
164
|
+
"Get Mart Disease Associations Resource"
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"displayName": "GET /mart/gene/{object_category}/{taxon}",
|
|
171
|
+
"name": "operation",
|
|
172
|
+
"type": "notice",
|
|
173
|
+
"typeOptions": {
|
|
174
|
+
"theme": "info"
|
|
175
|
+
},
|
|
176
|
+
"default": "",
|
|
177
|
+
"displayOptions": {
|
|
178
|
+
"show": {
|
|
179
|
+
"resource": [
|
|
180
|
+
"Mart"
|
|
181
|
+
],
|
|
182
|
+
"operation": [
|
|
183
|
+
"Get Mart Gene Associations Resource"
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"displayName": "Slim",
|
|
190
|
+
"name": "slim",
|
|
191
|
+
"description": "Map objects up (slim) to a higher level category. Value can be ontology class ID or subset ID",
|
|
192
|
+
"default": "[\n null\n]",
|
|
193
|
+
"type": "json",
|
|
194
|
+
"routing": {
|
|
195
|
+
"send": {
|
|
196
|
+
"type": "query",
|
|
197
|
+
"property": "slim",
|
|
198
|
+
"value": "={{ $value }}",
|
|
199
|
+
"propertyInDotNotation": false
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"displayOptions": {
|
|
203
|
+
"show": {
|
|
204
|
+
"resource": [
|
|
205
|
+
"Mart"
|
|
206
|
+
],
|
|
207
|
+
"operation": [
|
|
208
|
+
"Get Mart Gene Associations Resource"
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"displayName": "GET /mart/ortholog/{taxon1}/{taxon2}",
|
|
215
|
+
"name": "operation",
|
|
216
|
+
"type": "notice",
|
|
217
|
+
"typeOptions": {
|
|
218
|
+
"theme": "info"
|
|
219
|
+
},
|
|
220
|
+
"default": "",
|
|
221
|
+
"displayOptions": {
|
|
222
|
+
"show": {
|
|
223
|
+
"resource": [
|
|
224
|
+
"Mart"
|
|
225
|
+
],
|
|
226
|
+
"operation": [
|
|
227
|
+
"Get Mart Ortholog Associations Resource"
|
|
228
|
+
]
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"displayName": "GET /mart/paralog/{taxon1}/{taxon2}",
|
|
234
|
+
"name": "operation",
|
|
235
|
+
"type": "notice",
|
|
236
|
+
"typeOptions": {
|
|
237
|
+
"theme": "info"
|
|
238
|
+
},
|
|
239
|
+
"default": "",
|
|
240
|
+
"displayOptions": {
|
|
241
|
+
"show": {
|
|
242
|
+
"resource": [
|
|
243
|
+
"Mart"
|
|
244
|
+
],
|
|
245
|
+
"operation": [
|
|
246
|
+
"Get Mart Paralog Associations Resource"
|
|
247
|
+
]
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
];
|
|
252
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/mart/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.metadataDescription = void 0;
|
|
4
|
+
exports.metadataDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Metadata"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Metadata For Datasets",
|
|
20
|
+
"value": "Get Metadata For Datasets",
|
|
21
|
+
"action": "Get metadata for all datasets from SciGraph",
|
|
22
|
+
"description": "Get metadata for all datasets from SciGraph",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/metadata/datasets"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "GET /metadata/datasets",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"Metadata"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"Get Metadata For Datasets"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/metadata/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,2BAA2B;gBACnC,OAAO,EAAE,2BAA2B;gBACpC,QAAQ,EAAE,6CAA6C;gBACvD,aAAa,EAAE,6CAA6C;gBAC5D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,qBAAqB;qBAC5B;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,wBAAwB;QACvC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,2BAA2B;iBAC3B;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.mmeDescription = void 0;
|
|
4
|
+
exports.mmeDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Mme"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Post Disease Mme",
|
|
20
|
+
"value": "Post Disease Mme",
|
|
21
|
+
"action": "Match a patient to diseases based on their phenotypes",
|
|
22
|
+
"description": "Match a patient to diseases based on their phenotypes",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/mme/disease"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Post Fly Mme",
|
|
32
|
+
"value": "Post Fly Mme",
|
|
33
|
+
"action": "Match a patient to fruit fly genes based on similar phenotypes",
|
|
34
|
+
"description": "Match a patient to fruit fly genes based on similar phenotypes",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/mme/fly"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Post Mouse Mme",
|
|
44
|
+
"value": "Post Mouse Mme",
|
|
45
|
+
"action": "Match a patient to mouse genes based on similar phenotypes",
|
|
46
|
+
"description": "Match a patient to mouse genes based on similar phenotypes",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/mme/mouse"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Post Nematode Mme",
|
|
56
|
+
"value": "Post Nematode Mme",
|
|
57
|
+
"action": "Match a patient to nematode genes based on similar phenotypes",
|
|
58
|
+
"description": "Match a patient to nematode genes based on similar phenotypes",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "POST",
|
|
62
|
+
"url": "=/mme/nematode"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Post Zebrafish Mme",
|
|
68
|
+
"value": "Post Zebrafish Mme",
|
|
69
|
+
"action": "Match a patient to zebrafish genes based on similar phenotypes",
|
|
70
|
+
"description": "Match a patient to zebrafish genes based on similar phenotypes",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/mme/zebrafish"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"default": ""
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"displayName": "POST /mme/disease",
|
|
83
|
+
"name": "operation",
|
|
84
|
+
"type": "notice",
|
|
85
|
+
"typeOptions": {
|
|
86
|
+
"theme": "info"
|
|
87
|
+
},
|
|
88
|
+
"default": "",
|
|
89
|
+
"displayOptions": {
|
|
90
|
+
"show": {
|
|
91
|
+
"resource": [
|
|
92
|
+
"Mme"
|
|
93
|
+
],
|
|
94
|
+
"operation": [
|
|
95
|
+
"Post Disease Mme"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"displayName": "POST /mme/fly",
|
|
102
|
+
"name": "operation",
|
|
103
|
+
"type": "notice",
|
|
104
|
+
"typeOptions": {
|
|
105
|
+
"theme": "info"
|
|
106
|
+
},
|
|
107
|
+
"default": "",
|
|
108
|
+
"displayOptions": {
|
|
109
|
+
"show": {
|
|
110
|
+
"resource": [
|
|
111
|
+
"Mme"
|
|
112
|
+
],
|
|
113
|
+
"operation": [
|
|
114
|
+
"Post Fly Mme"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"displayName": "POST /mme/mouse",
|
|
121
|
+
"name": "operation",
|
|
122
|
+
"type": "notice",
|
|
123
|
+
"typeOptions": {
|
|
124
|
+
"theme": "info"
|
|
125
|
+
},
|
|
126
|
+
"default": "",
|
|
127
|
+
"displayOptions": {
|
|
128
|
+
"show": {
|
|
129
|
+
"resource": [
|
|
130
|
+
"Mme"
|
|
131
|
+
],
|
|
132
|
+
"operation": [
|
|
133
|
+
"Post Mouse Mme"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"displayName": "POST /mme/nematode",
|
|
140
|
+
"name": "operation",
|
|
141
|
+
"type": "notice",
|
|
142
|
+
"typeOptions": {
|
|
143
|
+
"theme": "info"
|
|
144
|
+
},
|
|
145
|
+
"default": "",
|
|
146
|
+
"displayOptions": {
|
|
147
|
+
"show": {
|
|
148
|
+
"resource": [
|
|
149
|
+
"Mme"
|
|
150
|
+
],
|
|
151
|
+
"operation": [
|
|
152
|
+
"Post Nematode Mme"
|
|
153
|
+
]
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"displayName": "POST /mme/zebrafish",
|
|
159
|
+
"name": "operation",
|
|
160
|
+
"type": "notice",
|
|
161
|
+
"typeOptions": {
|
|
162
|
+
"theme": "info"
|
|
163
|
+
},
|
|
164
|
+
"default": "",
|
|
165
|
+
"displayOptions": {
|
|
166
|
+
"show": {
|
|
167
|
+
"resource": [
|
|
168
|
+
"Mme"
|
|
169
|
+
],
|
|
170
|
+
"operation": [
|
|
171
|
+
"Post Zebrafish Mme"
|
|
172
|
+
]
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
];
|
|
177
|
+
//# sourceMappingURL=index.js.map
|