patterns
patterns copied to clipboard
A curated collection of Nextflow implementation patterns
See https://github.com/nextflow-io/nextflow/issues/2992
This PR converts the docs from asciidoc to markdown / mkdocs material. This conversion is a prerequisite to merging the Nextflow docs, patterns, and Seqera training into a single docs...
The logo is the main page is not aligned with the header separator
Fixes cases with a single file. Note that this example with `cat` would still work with a single file, but `ls *.fq` would not. https://github.com/nextflow-io/nextflow/issues/2410
Hi, I am a new user of nextflow. I have test1.bed, test1.bim, test1.fam files. I want to do some qc using plink in nextflow. How can I import those three...
``` Channel.from([['A', 10], ['B', 8], ['C', 5], ['D', 4]]) .toList().map{ [it, it].combinations().findAll{ a, b -> a[1] < b[1]} } .flatMap() .view() ```
My title may be slightly misleading, however, bare with me. I have a process iterate_list. Process iterate_list takes a list and does something on each item in the list. When...
More here https://groups.google.com/d/msg/nextflow/qzsORfO5CFU/pYh-tEWXAgAJ