stevekm / nf-niceutils

nice utility methods for Nextflow pipelines
MIT License
1 stars 0 forks source link

more methods #2

Open stevekm opened 5 months ago

stevekm commented 5 months ago

some methods for consideration

stevekm commented 5 months ago

consider use of the new~ish "topic" channels and version output channels from Nextflow processes so we dont need to actually create a YAML in every process ; the methods in the plugin should be designed to use those as well

stevekm commented 4 months ago

see https://github.com/stevekm/nextflow-demos/tree/master/topic-channels-versions track issue here https://github.com/nextflow-io/nextflow/issues/4870