Mercurial > repos > tduigou > neo4jsbml
comparison test-data/PathwayModelisation-2.0.3.json @ 0:52fab09a8a36 draft
planemo upload for repository https://github.com/brsynth/neo4jsbml commit 513db7f056db275f3f5d8d1337d39ff66012d89f
| author | tduigou |
|---|---|
| date | Fri, 29 Sep 2023 10:59:11 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:52fab09a8a36 |
|---|---|
| 1 { | |
| 2 "style": { | |
| 3 "font-family": "sans-serif", | |
| 4 "background-color": "#ffffff", | |
| 5 "background-image": "", | |
| 6 "background-size": "100%", | |
| 7 "node-color": "#ffffff", | |
| 8 "border-width": 4, | |
| 9 "border-color": "#000000", | |
| 10 "radius": 50, | |
| 11 "node-padding": 5, | |
| 12 "node-margin": 2, | |
| 13 "outside-position": "auto", | |
| 14 "node-icon-image": "", | |
| 15 "node-background-image": "", | |
| 16 "icon-position": "inside", | |
| 17 "icon-size": 64, | |
| 18 "caption-position": "inside", | |
| 19 "caption-max-width": 200, | |
| 20 "caption-color": "#000000", | |
| 21 "caption-font-size": 50, | |
| 22 "caption-font-weight": "normal", | |
| 23 "label-position": "inside", | |
| 24 "label-display": "pill", | |
| 25 "label-color": "#000000", | |
| 26 "label-background-color": "#ffffff", | |
| 27 "label-border-color": "#000000", | |
| 28 "label-border-width": 4, | |
| 29 "label-font-size": 40, | |
| 30 "label-padding": 5, | |
| 31 "label-margin": 4, | |
| 32 "directionality": "directed", | |
| 33 "detail-position": "inline", | |
| 34 "detail-orientation": "parallel", | |
| 35 "arrow-width": 5, | |
| 36 "arrow-color": "#000000", | |
| 37 "margin-start": 5, | |
| 38 "margin-end": 5, | |
| 39 "margin-peer": 20, | |
| 40 "attachment-start": "normal", | |
| 41 "attachment-end": "normal", | |
| 42 "relationship-icon-image": "", | |
| 43 "type-color": "#000000", | |
| 44 "type-background-color": "#ffffff", | |
| 45 "type-border-color": "#000000", | |
| 46 "type-border-width": 0, | |
| 47 "type-font-size": 16, | |
| 48 "type-padding": 5, | |
| 49 "property-position": "outside", | |
| 50 "property-alignment": "colon", | |
| 51 "property-color": "#000000", | |
| 52 "property-font-size": 16, | |
| 53 "property-font-weight": "normal" | |
| 54 }, | |
| 55 "nodes": [ | |
| 56 { | |
| 57 "id": "n0", | |
| 58 "position": { | |
| 59 "x": 0, | |
| 60 "y": 0 | |
| 61 }, | |
| 62 "caption": "", | |
| 63 "style": {}, | |
| 64 "labels": [], | |
| 65 "properties": {} | |
| 66 }, | |
| 67 { | |
| 68 "id": "n1", | |
| 69 "position": { | |
| 70 "x": 884.6635137872785, | |
| 71 "y": 380.3581544878789 | |
| 72 }, | |
| 73 "caption": "", | |
| 74 "labels": [ | |
| 75 "Compartment" | |
| 76 ], | |
| 77 "properties": { | |
| 78 "id": "str (required)", | |
| 79 "name": "str (optional)", | |
| 80 "metaid": "str (optional)", | |
| 81 "sboTerm": "str (optional)", | |
| 82 "spatialDimensions": "int (optional)", | |
| 83 "size": "int (optional)", | |
| 84 "constant": "bool (optional)" | |
| 85 }, | |
| 86 "style": {} | |
| 87 }, | |
| 88 { | |
| 89 "id": "n2", | |
| 90 "position": { | |
| 91 "x": 560.2494455950304, | |
| 92 "y": 380.3581544878789 | |
| 93 }, | |
| 94 "caption": "", | |
| 95 "labels": [ | |
| 96 "Species" | |
| 97 ], | |
| 98 "properties": { | |
| 99 "id": "str (required)", | |
| 100 "initialAmount": "float (optional)", | |
| 101 "hasOnlySubstanceUnits": "bool (optional)", | |
| 102 "boundaryCondition": "bool (optional)", | |
| 103 "constant": "bool (optional)" | |
| 104 }, | |
| 105 "style": {} | |
| 106 }, | |
| 107 { | |
| 108 "id": "n3", | |
| 109 "position": { | |
| 110 "x": 432.24944559503035, | |
| 111 "y": 204.94864525928773 | |
| 112 }, | |
| 113 "caption": "", | |
| 114 "labels": [ | |
| 115 "Parameter" | |
| 116 ], | |
| 117 "properties": { | |
| 118 "id": "str (required)", | |
| 119 "name": "str (optional)", | |
| 120 "metaid": "str (optional)", | |
| 121 "sboTerm": "str (optional)", | |
| 122 "value": "float (optional)", | |
| 123 "constant": "bool" | |
| 124 }, | |
| 125 "style": {} | |
| 126 }, | |
| 127 { | |
| 128 "id": "n4", | |
| 129 "position": { | |
| 130 "x": 833.1523435518487, | |
| 131 "y": 204.94864525928796 | |
| 132 }, | |
| 133 "caption": "", | |
| 134 "labels": [ | |
| 135 "Reaction" | |
| 136 ], | |
| 137 "properties": { | |
| 138 "id": "str (required)", | |
| 139 "name": "str (optional)", | |
| 140 "metaid": "str (optional)", | |
| 141 "sboTerm": "str (optional)", | |
| 142 "reversible": "bool" | |
| 143 }, | |
| 144 "style": {} | |
| 145 }, | |
| 146 { | |
| 147 "id": "n5", | |
| 148 "position": { | |
| 149 "x": 129, | |
| 150 "y": 204.94864525928773 | |
| 151 }, | |
| 152 "caption": "", | |
| 153 "labels": [ | |
| 154 "model" | |
| 155 ], | |
| 156 "properties": { | |
| 157 "id": "str", | |
| 158 "name": "str", | |
| 159 "metaid": "str", | |
| 160 "sboTerm": "str" | |
| 161 }, | |
| 162 "style": {} | |
| 163 }, | |
| 164 { | |
| 165 "id": "n6", | |
| 166 "position": { | |
| 167 "x": 129, | |
| 168 "y": 380.3581544878789 | |
| 169 }, | |
| 170 "caption": "", | |
| 171 "labels": [ | |
| 172 "UnitDefinition" | |
| 173 ], | |
| 174 "properties": { | |
| 175 "id": "str (optional)", | |
| 176 "name": "str (optional)", | |
| 177 "metaid": "str (optional)", | |
| 178 "sboTerm": "str (optional)" | |
| 179 }, | |
| 180 "style": {} | |
| 181 }, | |
| 182 { | |
| 183 "id": "n7", | |
| 184 "position": { | |
| 185 "x": 560.2494455950304, | |
| 186 "y": -4 | |
| 187 }, | |
| 188 "caption": "", | |
| 189 "labels": [ | |
| 190 "GeneProduct" | |
| 191 ], | |
| 192 "properties": { | |
| 193 "id": "str", | |
| 194 "name": "str" | |
| 195 }, | |
| 196 "style": {} | |
| 197 } | |
| 198 ], | |
| 199 "relationships": [ | |
| 200 { | |
| 201 "id": "n0", | |
| 202 "fromId": "n2", | |
| 203 "toId": "n1", | |
| 204 "type": "IN_COMPARTMENT", | |
| 205 "properties": {}, | |
| 206 "style": {} | |
| 207 }, | |
| 208 { | |
| 209 "id": "n1", | |
| 210 "fromId": "n4", | |
| 211 "toId": "n2", | |
| 212 "type": "HAS_PRODUCT", | |
| 213 "properties": {}, | |
| 214 "style": {} | |
| 215 }, | |
| 216 { | |
| 217 "id": "n2", | |
| 218 "fromId": "n4", | |
| 219 "toId": "n3", | |
| 220 "type": "HAS_LOWERFLUXBOUND", | |
| 221 "properties": {}, | |
| 222 "style": {} | |
| 223 }, | |
| 224 { | |
| 225 "id": "n3", | |
| 226 "fromId": "n5", | |
| 227 "toId": "n3", | |
| 228 "type": "HAS_PARAMETER", | |
| 229 "properties": {}, | |
| 230 "style": {} | |
| 231 }, | |
| 232 { | |
| 233 "id": "n4", | |
| 234 "type": "HAS_UNITS", | |
| 235 "style": {}, | |
| 236 "properties": {}, | |
| 237 "fromId": "n3", | |
| 238 "toId": "n6" | |
| 239 }, | |
| 240 { | |
| 241 "id": "n5", | |
| 242 "fromId": "n4", | |
| 243 "toId": "n3", | |
| 244 "type": "HAS_UPPERFLUXBOUND", | |
| 245 "properties": {}, | |
| 246 "style": {} | |
| 247 }, | |
| 248 { | |
| 249 "id": "n6", | |
| 250 "fromId": "n4", | |
| 251 "toId": "n7", | |
| 252 "type": "IS_IMPLIED", | |
| 253 "properties": {}, | |
| 254 "style": {} | |
| 255 }, | |
| 256 { | |
| 257 "id": "n7", | |
| 258 "fromId": "n2", | |
| 259 "toId": "n4", | |
| 260 "type": "IS_REACTANT", | |
| 261 "properties": {}, | |
| 262 "style": {} | |
| 263 } | |
| 264 ] | |
| 265 } |
