nf-core / modules

Repository to host tool-specific module files for the Nextflow DSL2 community!
https://nf-co.re/modules
MIT License
276 stars 690 forks source link

Add GMM-Demux #5892

Closed mari-ga closed 1 month ago

mari-ga commented 3 months ago

PR checklist

Closes #XXX

SPPearce commented 1 month ago

The tool seems to work fine without specifying any of the optional outputs, can we just test that without the additional config?

SPPearce commented 1 month ago

Currently the prefix is only used in the summary_report_${prefix}.txt file (which should probably be ${prefix}_summary_report.txt). Do we want to rename the output files with ${prefix}?

mari-ga commented 1 month ago

I added one simple test without nextflow.config, please let me know if it's correct