Nextflow Patterns
December 20, 2022 ยท View on GitHub
A curated collection of Nextflow implementation patterns
Basic patterns
Scatter executions
- Process per file path
- Process per file chunk
- Process per file pairs
- Process per file range
- Process per CSV record
- Process per file output