nextflow-io / patterns

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

adding saveAs pattern #8

Closed jsalignon closed 6 years ago

pditommaso commented 6 years ago

Tests are failing. Have tried to run this snippet?

pditommaso commented 6 years ago

Thank you!

pditommaso commented 6 years ago

Finally I've decided to merge your example with #9. The ability of using multiple publishDir, introduced recently, I think should be preferred over the use of saveAs. Thanks for your contribution!