add nextflow d30e48d
This commit is contained in:
6
nextflow/docs/snippets/reduce-with-initial-value.out
Normal file
6
nextflow/docs/snippets/reduce-with-initial-value.out
Normal file
@@ -0,0 +1,6 @@
|
||||
result:
|
||||
result: 1
|
||||
result: 1 2
|
||||
result: 1 2 3
|
||||
result: 1 2 3 4
|
||||
final result: 1 2 3 4 5
|
||||
Reference in New Issue
Block a user