We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d92d3 commit a4c230bCopy full SHA for a4c230b
docs/hello_nextflow/05_hello_operators.md
@@ -600,7 +600,7 @@ _After:_
600
601
```groovy title="hello-operators.nf" linenums="87"
602
script:
603
- def gvcfs_line = all_gvcfs.collect { "-V ${it}" }.join(' ')
+ def gvcfs_line = all_gvcfs.collect { gvcf -> "-V ${gvcf}" }.join(' ')
604
"""
605
gatk GenomicsDBImport \
606
${gvcfs_line} \
0 commit comments