Skip to content

Commit 5ea53b9

Browse files
committed
Update the starter flow for the Docker image
1 parent 21092f2 commit 5ea53b9

1 file changed

Lines changed: 52 additions & 13 deletions

File tree

docker/flows.json

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@
1717
"stroke": "#6f2fa0",
1818
"fill": "#dbcbe7"
1919
},
20-
"nodes": ["9da7ad3ef289bd95", "8d971eb77b2a5cfd", "a085f65a040b6d62"],
20+
"nodes": ["9da7ad3ef289bd95", "8d971eb77b2a5cfd", "a085f65a040b6d62", "4ae2da586d311c30"],
2121
"x": 74,
2222
"y": 47,
2323
"w": 452,
24-
"h": 174
24+
"h": 194
2525
},
2626
{
2727
"id": "2b76ac110625033d",
2828
"type": "group",
2929
"z": "dae5714e049c0d25",
3030
"name": "Introduction to Seqera Node-RED nodes",
3131
"style": {
32-
"label": true
32+
"label": true,
33+
"color": "#000000"
3334
},
3435
"nodes": [
3536
"ed01ba29e91770f2",
@@ -42,12 +43,13 @@
4243
"ba12afe4c16fbbeb",
4344
"767870dfc9296cf3",
4445
"bf13bdde1ae5a326",
45-
"cf0d89173f4a7a19"
46+
"cf0d89173f4a7a19",
47+
"fc630486d3370917"
4648
],
4749
"x": 74,
4850
"y": 259,
4951
"w": 452,
50-
"h": 442
52+
"h": 549.5
5153
},
5254
{
5355
"id": "9da7ad3ef289bd95",
@@ -68,7 +70,7 @@
6870
"name": "Example flows",
6971
"info": "You can find the Seqera nodes in the sidebar on the left, under the heading \"Seqera\".\nTo jump-start your development, take a look at the examples that come with the extension:\n\n* Menu (top right `≡` button)\n* Import\n* Examples (modal's left sidebar)\n* @seqera/node-red-seqera dropdown\n* Choose an example and import into your current workflow\n\nThese are designed to be drop-in automation flow chunks and can often be used together.",
7072
"x": 200,
71-
"y": 180,
73+
"y": 200,
7274
"wires": []
7375
},
7476
{
@@ -79,7 +81,7 @@
7981
"name": "More information",
8082
"info": "Here are some resources to get you started:\n\n- [Node-RED tutorials](https://nodered.org/docs/tutorials/)\n- [Seqera Node-RED YouTube Playlist](#) _(coming soon)_\n- [Other Node-RED extensions](https://flows.nodered.org/)\n",
8183
"x": 400,
82-
"y": 180,
84+
"y": 200,
8385
"wires": []
8486
},
8587
{
@@ -233,7 +235,7 @@
233235
"description": "",
234236
"descriptionType": "str",
235237
"fileType": "csv",
236-
"x": 180,
238+
"x": 170,
237239
"y": 660,
238240
"wires": [[]]
239241
},
@@ -243,9 +245,9 @@
243245
"z": "dae5714e049c0d25",
244246
"g": "2b76ac110625033d",
245247
"name": "Studios",
246-
"info": "Use this node to add a new Seqera Studios instance.",
247-
"x": 370,
248-
"y": 620,
248+
"info": "Seqera Studios let you run interactive analysis sessions on your compute environments.\n\nThese nodes allow you to first add and then monitor a studio.\nThe central monitoring node output emits a message when a studio is in a _Running_ state and ready to use.\n\nThey're designed to work together: the _Add_ node emits `msg.studioId` and the _Monitor_ node defaults to using this for the Studio ID to monitor.",
249+
"x": 150,
250+
"y": 720,
249251
"wires": []
250252
},
251253
{
@@ -283,8 +285,45 @@
283285
"autoStartType": "bool",
284286
"workspaceId": "",
285287
"workspaceIdType": "str",
288+
"x": 170,
289+
"y": 760,
290+
"wires": [["fc630486d3370917"]]
291+
},
292+
{
293+
"id": "fc630486d3370917",
294+
"type": "seqera-studios-monitor",
295+
"z": "dae5714e049c0d25",
296+
"g": "2b76ac110625033d",
297+
"name": "",
298+
"seqera": "",
299+
"studioId": "studioId",
300+
"studioIdType": "msg",
301+
"workspaceId": "",
302+
"workspaceIdType": "str",
303+
"keepPolling": true,
304+
"poll": 5,
305+
"pollUnits": "seconds",
286306
"x": 400,
287-
"y": 660,
288-
"wires": [[]]
307+
"y": 760,
308+
"wires": [[], [], []]
309+
},
310+
{
311+
"id": "4ae2da586d311c30",
312+
"type": "comment",
313+
"z": "dae5714e049c0d25",
314+
"g": "5f25af5b9d8216eb",
315+
"name": "Documentation",
316+
"info": "Node-RED has a very useful tab in the right hand sidebar:\n\n- The 📕 _Help_ tab (<kbd>⌘+g h</kbd>)\n\nTry to keep this open most of the time: as you click different nodes, it will show contextual information.\nAll of the Seqera nodes and and all of the core Node-RED nodes will have extensive docs here.\n\nIf you prefer, you can also read documentation about the Seqera nodes on the plugin website: https://seqeralabs.github.io/node-red-seqera/",
317+
"x": 300,
318+
"y": 160,
319+
"wires": []
320+
},
321+
{
322+
"id": "c9871911d5978997",
323+
"type": "global-config",
324+
"env": [],
325+
"modules": {
326+
"@seqera/node-red-seqera": "1.3.0"
327+
}
289328
}
290329
]

0 commit comments

Comments
 (0)