nextflow-io / patterns

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

Port the patterns to DSL2 #23

Closed abhi18av closed 2 years ago

abhi18av commented 3 years ago

I noticed that the patterns are (i) still in the DSL1 and (ii) use deprecated features like set value and (iii) do not make use of the newer helpful features such as stub for quick iterations. Perhaps, it might be beneficial for the overall community to move the patterns to DSL2 to facilitate the transition.

What do you think?