nextflow-io / patterns

A curated collection of Nextflow implementation patterns
http://nextflow-io.github.io/patterns/
MIT License
332 stars 71 forks source link

Change example code in `conditional-process.nf` #16

Closed davidmasp closed 5 years ago

davidmasp commented 5 years ago

I think the correct code example should be

$ nextflow run patterns/conditional-process.nf --flag

see here

pditommaso commented 5 years ago

and you are right!