We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a545cdd commit a7d87a9Copy full SHA for a7d87a9
1 file changed
practice-labs/4 - CWL-Workflow.ipynb
@@ -369,8 +369,14 @@
369
]
370
},
371
{
372
- "cell_type": "markdown",
373
- "metadata": {},
+ "cell_type": "code",
+ "execution_count": null,
374
+ "metadata": {
375
+ "vscode": {
376
+ "languageId": "shellscript"
377
+ }
378
+ },
379
+ "outputs": [],
380
"source": [
381
"cat output.json | yq e '.stac_catalog.location' -"
382
@@ -383,8 +389,14 @@
383
389
384
390
385
391
386
387
392
393
394
395
396
397
398
399
388
400
401
"stac describe $( cat output.json | yq e '.stac_catalog.location' - | sed 's|file://||g' )/catalog.json"
402
0 commit comments