add nextflow d30e48d
This commit is contained in:
3
nextflow/docs/snippets/splitjson-with-path.nf
Normal file
3
nextflow/docs/snippets/splitjson-with-path.nf
Normal file
@@ -0,0 +1,3 @@
|
||||
channel.of('{"A": 1, "B": [2, 3, {"C": {"D": null, "E": 4, "F": 5}}]}')
|
||||
.splitJson(path: 'B[2].C')
|
||||
.view { v -> "Item: ${v}" }
|
||||
Reference in New Issue
Block a user