@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.
Files changed (97) hide show
  1. package/README.md +122 -0
  2. package/dist/banner.svg +124 -0
  3. package/dist/credentials/MonarchinitiativeApi.credentials.d.ts +9 -0
  4. package/dist/credentials/MonarchinitiativeApi.credentials.js +49 -0
  5. package/dist/credentials/MonarchinitiativeApi.credentials.js.map +1 -0
  6. package/dist/icons/monarchinitiative.dark.svg +18 -0
  7. package/dist/icons/monarchinitiative.svg +18 -0
  8. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.d.ts +4 -0
  9. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js +229 -0
  10. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js.map +1 -0
  11. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.json +20 -0
  12. package/dist/nodes/Monarchinitiative/monarchinitiative.dark.svg +18 -0
  13. package/dist/nodes/Monarchinitiative/monarchinitiative.svg +18 -0
  14. package/dist/nodes/Monarchinitiative/resources/association/index.d.ts +2 -0
  15. package/dist/nodes/Monarchinitiative/resources/association/index.js +1439 -0
  16. package/dist/nodes/Monarchinitiative/resources/association/index.js.map +1 -0
  17. package/dist/nodes/Monarchinitiative/resources/bioentity/index.d.ts +2 -0
  18. package/dist/nodes/Monarchinitiative/resources/bioentity/index.js +30727 -0
  19. package/dist/nodes/Monarchinitiative/resources/bioentity/index.js.map +1 -0
  20. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.d.ts +2 -0
  21. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js +621 -0
  22. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js.map +1 -0
  23. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.d.ts +2 -0
  24. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js +78 -0
  25. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js.map +1 -0
  26. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.d.ts +2 -0
  27. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js +531 -0
  28. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js.map +1 -0
  29. package/dist/nodes/Monarchinitiative/resources/cam/index.d.ts +2 -0
  30. package/dist/nodes/Monarchinitiative/resources/cam/index.js +632 -0
  31. package/dist/nodes/Monarchinitiative/resources/cam/index.js.map +1 -0
  32. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.d.ts +2 -0
  33. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js +109 -0
  34. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js.map +1 -0
  35. package/dist/nodes/Monarchinitiative/resources/genome-features/index.d.ts +2 -0
  36. package/dist/nodes/Monarchinitiative/resources/genome-features/index.js +53 -0
  37. package/dist/nodes/Monarchinitiative/resources/genome-features/index.js.map +1 -0
  38. package/dist/nodes/Monarchinitiative/resources/graph/index.d.ts +2 -0
  39. package/dist/nodes/Monarchinitiative/resources/graph/index.js +233 -0
  40. package/dist/nodes/Monarchinitiative/resources/graph/index.js.map +1 -0
  41. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.d.ts +2 -0
  42. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js +53 -0
  43. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js.map +1 -0
  44. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.d.ts +2 -0
  45. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js +115 -0
  46. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js.map +1 -0
  47. package/dist/nodes/Monarchinitiative/resources/index.d.ts +26 -0
  48. package/dist/nodes/Monarchinitiative/resources/index.js +56 -0
  49. package/dist/nodes/Monarchinitiative/resources/index.js.map +1 -0
  50. package/dist/nodes/Monarchinitiative/resources/individual/index.d.ts +2 -0
  51. package/dist/nodes/Monarchinitiative/resources/individual/index.js +84 -0
  52. package/dist/nodes/Monarchinitiative/resources/individual/index.js.map +1 -0
  53. package/dist/nodes/Monarchinitiative/resources/mart/index.d.ts +2 -0
  54. package/dist/nodes/Monarchinitiative/resources/mart/index.js +252 -0
  55. package/dist/nodes/Monarchinitiative/resources/mart/index.js.map +1 -0
  56. package/dist/nodes/Monarchinitiative/resources/metadata/index.d.ts +2 -0
  57. package/dist/nodes/Monarchinitiative/resources/metadata/index.js +53 -0
  58. package/dist/nodes/Monarchinitiative/resources/metadata/index.js.map +1 -0
  59. package/dist/nodes/Monarchinitiative/resources/mme/index.d.ts +2 -0
  60. package/dist/nodes/Monarchinitiative/resources/mme/index.js +177 -0
  61. package/dist/nodes/Monarchinitiative/resources/mme/index.js.map +1 -0
  62. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.d.ts +2 -0
  63. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js +946 -0
  64. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js.map +1 -0
  65. package/dist/nodes/Monarchinitiative/resources/ontol/index.d.ts +2 -0
  66. package/dist/nodes/Monarchinitiative/resources/ontol/index.js +390 -0
  67. package/dist/nodes/Monarchinitiative/resources/ontol/index.js.map +1 -0
  68. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.d.ts +2 -0
  69. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js +136 -0
  70. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js.map +1 -0
  71. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.d.ts +2 -0
  72. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js +79 -0
  73. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js.map +1 -0
  74. package/dist/nodes/Monarchinitiative/resources/ontology/index.d.ts +2 -0
  75. package/dist/nodes/Monarchinitiative/resources/ontology/index.js +376 -0
  76. package/dist/nodes/Monarchinitiative/resources/ontology/index.js.map +1 -0
  77. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.d.ts +2 -0
  78. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js +84 -0
  79. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js.map +1 -0
  80. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.d.ts +2 -0
  81. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js +78 -0
  82. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js.map +1 -0
  83. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.d.ts +2 -0
  84. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js +346 -0
  85. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js.map +1 -0
  86. package/dist/nodes/Monarchinitiative/resources/search/index.d.ts +2 -0
  87. package/dist/nodes/Monarchinitiative/resources/search/index.js +940 -0
  88. package/dist/nodes/Monarchinitiative/resources/search/index.js.map +1 -0
  89. package/dist/nodes/Monarchinitiative/resources/sim/index.d.ts +2 -0
  90. package/dist/nodes/Monarchinitiative/resources/sim/index.js +596 -0
  91. package/dist/nodes/Monarchinitiative/resources/sim/index.js.map +1 -0
  92. package/dist/nodes/Monarchinitiative/resources/variation-set/index.d.ts +2 -0
  93. package/dist/nodes/Monarchinitiative/resources/variation-set/index.js +689 -0
  94. package/dist/nodes/Monarchinitiative/resources/variation-set/index.js.map +1 -0
  95. package/dist/package.json +62 -0
  96. package/dist/tsconfig.tsbuildinfo +1 -0
  97. package/package.json +62 -0
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.evidenceGraphDescription = void 0;
4
+ exports.evidenceGraphDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Evidence Graph"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Evidence Graph Object",
20
+ "value": "Get Evidence Graph Object",
21
+ "action": "Returns evidence graph object for a given association",
22
+ "description": "Note that every association is assumed to have a unique ID",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/evidence/graph/{{$parameter[\"id\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Get Evidence Graph Table",
32
+ "value": "Get Evidence Graph Table",
33
+ "action": "Returns evidence as a association_results object given an association",
34
+ "description": "Note that every association is assumed to have a unique ID",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/evidence/graph/{{$parameter[\"id\"]}}/table"
39
+ }
40
+ }
41
+ }
42
+ ],
43
+ "default": ""
44
+ },
45
+ {
46
+ "displayName": "GET /evidence/graph/{id}",
47
+ "name": "operation",
48
+ "type": "notice",
49
+ "typeOptions": {
50
+ "theme": "info"
51
+ },
52
+ "default": "",
53
+ "displayOptions": {
54
+ "show": {
55
+ "resource": [
56
+ "Evidence Graph"
57
+ ],
58
+ "operation": [
59
+ "Get Evidence Graph Object"
60
+ ]
61
+ }
62
+ }
63
+ },
64
+ {
65
+ "displayName": "GET /evidence/graph/{id}/table",
66
+ "name": "operation",
67
+ "type": "notice",
68
+ "typeOptions": {
69
+ "theme": "info"
70
+ },
71
+ "default": "",
72
+ "displayOptions": {
73
+ "show": {
74
+ "resource": [
75
+ "Evidence Graph"
76
+ ],
77
+ "operation": [
78
+ "Get Evidence Graph Table"
79
+ ]
80
+ }
81
+ }
82
+ },
83
+ {
84
+ "displayName": "Is Publication",
85
+ "name": "is_publication",
86
+ "description": "If true, considers dc:source as edge",
87
+ "default": false,
88
+ "type": "boolean",
89
+ "routing": {
90
+ "send": {
91
+ "type": "query",
92
+ "property": "is_publication",
93
+ "value": "={{ $value }}",
94
+ "propertyInDotNotation": false
95
+ }
96
+ },
97
+ "displayOptions": {
98
+ "show": {
99
+ "resource": [
100
+ "Evidence Graph"
101
+ ],
102
+ "operation": [
103
+ "Get Evidence Graph Table"
104
+ ]
105
+ }
106
+ }
107
+ },
108
+ ];
109
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/evidence-graph/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,wBAAwB,GAAsB;IACzD;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,gBAAgB;iBAChB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,2BAA2B;gBACnC,OAAO,EAAE,2BAA2B;gBACpC,QAAQ,EAAE,uDAAuD;gBACjE,aAAa,EAAE,4DAA4D;gBAC3E,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,yCAAyC;qBAChD;iBACD;aACD;YACD;gBACC,MAAM,EAAE,0BAA0B;gBAClC,OAAO,EAAE,0BAA0B;gBACnC,QAAQ,EAAE,uEAAuE;gBACjF,aAAa,EAAE,4DAA4D;gBAC3E,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,+CAA+C;qBACtD;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,0BAA0B;QACzC,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,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,2BAA2B;iBAC3B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,gCAAgC;QAC/C,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,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,0BAA0B;iBAC1B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE,gBAAgB;QACxB,aAAa,EAAE,sCAAsC;QACrD,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE,SAAS;QACjB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,gBAAgB;gBAC5B,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,0BAA0B;iBAC1B;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const genomeFeaturesDescription: INodeProperties[];
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.genomeFeaturesDescription = void 0;
4
+ exports.genomeFeaturesDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Genome Features"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Features Within Resource",
20
+ "value": "Get Features Within Resource",
21
+ "action": "Returns list of matches",
22
+ "description": "Returns list of matches",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/genome/features/within/{{$parameter[\"build\"]}}/{{$parameter[\"reference\"]}}/{{$parameter[\"begin\"]}}/{{$parameter[\"end\"]}}"
27
+ }
28
+ }
29
+ }
30
+ ],
31
+ "default": ""
32
+ },
33
+ {
34
+ "displayName": "GET /genome/features/within/{build}/{reference}/{begin}/{end}",
35
+ "name": "operation",
36
+ "type": "notice",
37
+ "typeOptions": {
38
+ "theme": "info"
39
+ },
40
+ "default": "",
41
+ "displayOptions": {
42
+ "show": {
43
+ "resource": [
44
+ "Genome Features"
45
+ ],
46
+ "operation": [
47
+ "Get Features Within Resource"
48
+ ]
49
+ }
50
+ }
51
+ },
52
+ ];
53
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/genome-features/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,yBAAyB,GAAsB;IAC1D;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,iBAAiB;iBACjB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,8BAA8B;gBACtC,OAAO,EAAE,8BAA8B;gBACvC,QAAQ,EAAE,yBAAyB;gBACnC,aAAa,EAAE,yBAAyB;gBACxC,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,oIAAoI;qBAC3I;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,+DAA+D;QAC9E,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,iBAAiB;iBACjB;gBACD,WAAW,EAAE;oBACZ,8BAA8B;iBAC9B;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const graphDescription: INodeProperties[];
@@ -0,0 +1,233 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.graphDescription = void 0;
4
+ exports.graphDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Graph"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Edge Resource",
20
+ "value": "Get Edge Resource",
21
+ "action": "Returns edges emanating from a given node",
22
+ "description": "Returns edges emanating from a given node",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/graph/edges/from/{{$parameter[\"id\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Get Node Resource",
32
+ "value": "Get Node Resource",
33
+ "action": "Returns a graph node",
34
+ "description": "A node is an abstract representation of some kind of entity. The entity may be a physical thing such as a patient,\na molecular entity such as a gene or protein, or a conceptual entity such as a class from an ontology.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/graph/node/{{$parameter[\"id\"]}}"
39
+ }
40
+ }
41
+ }
42
+ ],
43
+ "default": ""
44
+ },
45
+ {
46
+ "displayName": "GET /graph/edges/from/{id}",
47
+ "name": "operation",
48
+ "type": "notice",
49
+ "typeOptions": {
50
+ "theme": "info"
51
+ },
52
+ "default": "",
53
+ "displayOptions": {
54
+ "show": {
55
+ "resource": [
56
+ "Graph"
57
+ ],
58
+ "operation": [
59
+ "Get Edge Resource"
60
+ ]
61
+ }
62
+ }
63
+ },
64
+ {
65
+ "displayName": "Depth",
66
+ "name": "depth",
67
+ "description": "How far to traverse for neighbors",
68
+ "default": 1,
69
+ "type": "number",
70
+ "routing": {
71
+ "send": {
72
+ "type": "query",
73
+ "property": "depth",
74
+ "value": "={{ $value }}",
75
+ "propertyInDotNotation": false
76
+ }
77
+ },
78
+ "displayOptions": {
79
+ "show": {
80
+ "resource": [
81
+ "Graph"
82
+ ],
83
+ "operation": [
84
+ "Get Edge Resource"
85
+ ]
86
+ }
87
+ }
88
+ },
89
+ {
90
+ "displayName": "Direction",
91
+ "name": "direction",
92
+ "description": "Which direction to traverse (used only if relationship_type is defined)",
93
+ "default": "BOTH",
94
+ "type": "options",
95
+ "options": [
96
+ {
97
+ "name": "INCOMING",
98
+ "value": "INCOMING"
99
+ },
100
+ {
101
+ "name": "OUTGOING",
102
+ "value": "OUTGOING"
103
+ },
104
+ {
105
+ "name": "BOTH",
106
+ "value": "BOTH"
107
+ }
108
+ ],
109
+ "routing": {
110
+ "send": {
111
+ "type": "query",
112
+ "property": "direction",
113
+ "value": "={{ $value }}",
114
+ "propertyInDotNotation": false
115
+ }
116
+ },
117
+ "displayOptions": {
118
+ "show": {
119
+ "resource": [
120
+ "Graph"
121
+ ],
122
+ "operation": [
123
+ "Get Edge Resource"
124
+ ]
125
+ }
126
+ }
127
+ },
128
+ {
129
+ "displayName": "Relationship Type",
130
+ "name": "relationship_type",
131
+ "description": "Relationship type to traverse",
132
+ "default": "[\n null\n]",
133
+ "type": "json",
134
+ "routing": {
135
+ "send": {
136
+ "type": "query",
137
+ "property": "relationship_type",
138
+ "value": "={{ $value }}",
139
+ "propertyInDotNotation": false
140
+ }
141
+ },
142
+ "displayOptions": {
143
+ "show": {
144
+ "resource": [
145
+ "Graph"
146
+ ],
147
+ "operation": [
148
+ "Get Edge Resource"
149
+ ]
150
+ }
151
+ }
152
+ },
153
+ {
154
+ "displayName": "Entail",
155
+ "name": "entail",
156
+ "description": "Include sub-properties and equivalent properties",
157
+ "default": false,
158
+ "type": "boolean",
159
+ "routing": {
160
+ "send": {
161
+ "type": "query",
162
+ "property": "entail",
163
+ "value": "={{ $value }}",
164
+ "propertyInDotNotation": false
165
+ }
166
+ },
167
+ "displayOptions": {
168
+ "show": {
169
+ "resource": [
170
+ "Graph"
171
+ ],
172
+ "operation": [
173
+ "Get Edge Resource"
174
+ ]
175
+ }
176
+ }
177
+ },
178
+ {
179
+ "displayName": "Graph",
180
+ "name": "graph",
181
+ "description": "Which monarch graph to query",
182
+ "default": "data",
183
+ "type": "options",
184
+ "options": [
185
+ {
186
+ "name": "Data",
187
+ "value": "data"
188
+ },
189
+ {
190
+ "name": "Ontology",
191
+ "value": "ontology"
192
+ }
193
+ ],
194
+ "routing": {
195
+ "send": {
196
+ "type": "query",
197
+ "property": "graph",
198
+ "value": "={{ $value }}",
199
+ "propertyInDotNotation": false
200
+ }
201
+ },
202
+ "displayOptions": {
203
+ "show": {
204
+ "resource": [
205
+ "Graph"
206
+ ],
207
+ "operation": [
208
+ "Get Edge Resource"
209
+ ]
210
+ }
211
+ }
212
+ },
213
+ {
214
+ "displayName": "GET /graph/node/{id}",
215
+ "name": "operation",
216
+ "type": "notice",
217
+ "typeOptions": {
218
+ "theme": "info"
219
+ },
220
+ "default": "",
221
+ "displayOptions": {
222
+ "show": {
223
+ "resource": [
224
+ "Graph"
225
+ ],
226
+ "operation": [
227
+ "Get Node Resource"
228
+ ]
229
+ }
230
+ }
231
+ },
232
+ ];
233
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/graph/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const identifierMapperDescription: INodeProperties[];
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.identifierMapperDescription = void 0;
4
+ exports.identifierMapperDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Identifier Mapper"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Identifier Mapper",
20
+ "value": "Get Identifier Mapper",
21
+ "action": "TODO maps a list of identifiers from a source to a target",
22
+ "description": "TODO maps a list of identifiers from a source to a target",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/identifier/mapper/{{$parameter[\"source\"]}}/{{$parameter[\"target\"]}}/"
27
+ }
28
+ }
29
+ }
30
+ ],
31
+ "default": ""
32
+ },
33
+ {
34
+ "displayName": "GET /identifier/mapper/{source}/{target}/",
35
+ "name": "operation",
36
+ "type": "notice",
37
+ "typeOptions": {
38
+ "theme": "info"
39
+ },
40
+ "default": "",
41
+ "displayOptions": {
42
+ "show": {
43
+ "resource": [
44
+ "Identifier Mapper"
45
+ ],
46
+ "operation": [
47
+ "Get Identifier Mapper"
48
+ ]
49
+ }
50
+ }
51
+ },
52
+ ];
53
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/identifier-mapper/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,2BAA2B,GAAsB;IAC5D;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,mBAAmB;iBACnB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,uBAAuB;gBAC/B,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,2DAA2D;gBACrE,aAAa,EAAE,2DAA2D;gBAC1E,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,4EAA4E;qBACnF;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,2CAA2C;QAC1D,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,mBAAmB;iBACnB;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const identifierPrefixesDescription: INodeProperties[];
@@ -0,0 +1,115 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.identifierPrefixesDescription = void 0;
4
+ exports.identifierPrefixesDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Identifier Prefixes"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Prefix Collection",
20
+ "value": "Get Prefix Collection",
21
+ "action": "Returns list of prefixes",
22
+ "description": "Returns list of prefixes",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/identifier/prefixes/"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Get Prefix Contract",
32
+ "value": "Get Prefix Contract",
33
+ "action": "Returns contracted URI",
34
+ "description": "Returns contracted URI",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/identifier/prefixes/contract/{{$parameter[\"uri\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Prefix Expand",
44
+ "value": "Get Prefix Expand",
45
+ "action": "Returns expanded URI",
46
+ "description": "Returns expanded URI",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/identifier/prefixes/expand/{{$parameter[\"id\"]}}"
51
+ }
52
+ }
53
+ }
54
+ ],
55
+ "default": ""
56
+ },
57
+ {
58
+ "displayName": "GET /identifier/prefixes/",
59
+ "name": "operation",
60
+ "type": "notice",
61
+ "typeOptions": {
62
+ "theme": "info"
63
+ },
64
+ "default": "",
65
+ "displayOptions": {
66
+ "show": {
67
+ "resource": [
68
+ "Identifier Prefixes"
69
+ ],
70
+ "operation": [
71
+ "Get Prefix Collection"
72
+ ]
73
+ }
74
+ }
75
+ },
76
+ {
77
+ "displayName": "GET /identifier/prefixes/contract/{uri}",
78
+ "name": "operation",
79
+ "type": "notice",
80
+ "typeOptions": {
81
+ "theme": "info"
82
+ },
83
+ "default": "",
84
+ "displayOptions": {
85
+ "show": {
86
+ "resource": [
87
+ "Identifier Prefixes"
88
+ ],
89
+ "operation": [
90
+ "Get Prefix Contract"
91
+ ]
92
+ }
93
+ }
94
+ },
95
+ {
96
+ "displayName": "GET /identifier/prefixes/expand/{id}",
97
+ "name": "operation",
98
+ "type": "notice",
99
+ "typeOptions": {
100
+ "theme": "info"
101
+ },
102
+ "default": "",
103
+ "displayOptions": {
104
+ "show": {
105
+ "resource": [
106
+ "Identifier Prefixes"
107
+ ],
108
+ "operation": [
109
+ "Get Prefix Expand"
110
+ ]
111
+ }
112
+ }
113
+ },
114
+ ];
115
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/identifier-prefixes/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,6BAA6B,GAAsB;IAC9D;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,qBAAqB;iBACrB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,uBAAuB;gBAC/B,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,0BAA0B;gBACpC,aAAa,EAAE,0BAA0B;gBACzC,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,wBAAwB;qBAC/B;iBACD;aACD;YACD;gBACC,MAAM,EAAE,qBAAqB;gBAC7B,OAAO,EAAE,qBAAqB;gBAC9B,QAAQ,EAAE,wBAAwB;gBAClC,aAAa,EAAE,wBAAwB;gBACvC,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,wDAAwD;qBAC/D;iBACD;aACD;YACD;gBACC,MAAM,EAAE,mBAAmB;gBAC3B,OAAO,EAAE,mBAAmB;gBAC5B,QAAQ,EAAE,sBAAsB;gBAChC,aAAa,EAAE,sBAAsB;gBACrC,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,qDAAqD;qBAC5D;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,2BAA2B;QAC1C,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,qBAAqB;iBACrB;gBACD,WAAW,EAAE;oBACZ,uBAAuB;iBACvB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,yCAAyC;QACxD,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,qBAAqB;iBACrB;gBACD,WAAW,EAAE;oBACZ,qBAAqB;iBACrB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,sCAAsC;QACrD,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,qBAAqB;iBACrB;gBACD,WAAW,EAAE;oBACZ,mBAAmB;iBACnB;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ export { bioentityDescription } from './bioentity';
2
+ export { associationDescription } from './association';
3
+ export { camDescription } from './cam';
4
+ export { bioentitysetDescription } from './bioentityset';
5
+ export { bioentitysetHomologsDescription } from './bioentityset-homologs';
6
+ export { bioentitysetSlimmerDescription } from './bioentityset-slimmer';
7
+ export { evidenceGraphDescription } from './evidence-graph';
8
+ export { genomeFeaturesDescription } from './genome-features';
9
+ export { graphDescription } from './graph';
10
+ export { identifierMapperDescription } from './identifier-mapper';
11
+ export { identifierPrefixesDescription } from './identifier-prefixes';
12
+ export { martDescription } from './mart';
13
+ export { nlpAnnotateDescription } from './nlp-annotate';
14
+ export { ontolDescription } from './ontol';
15
+ export { ontolLabelerDescription } from './ontol-labeler';
16
+ export { ontolIdentifierDescription } from './ontol-identifier';
17
+ export { ontologyDescription } from './ontology';
18
+ export { owlOntologyDescription } from './owl-ontology';
19
+ export { pairSimDescription } from './pair-sim';
20
+ export { individualDescription } from './individual';
21
+ export { relationUsageDescription } from './relation-usage';
22
+ export { searchDescription } from './search';
23
+ export { variationSetDescription } from './variation-set';
24
+ export { simDescription } from './sim';
25
+ export { mmeDescription } from './mme';
26
+ export { metadataDescription } from './metadata';