mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
57b43ed3de
* Update meta.yml by fixing html pattern expected Fixed html pattern typo: Before: pattern: "*.thml" After fix: pattern: "*.html" * main.nf for bbmap_clumpify * meta.yml for bbmap_clumpify * bbmap/clumpify via Gitpod and @mahesh-panchal guide * small changes to tests * explicit mention of output file pattern - *.clumped.fastq.gz * Update modules/bbmap/clumpify/main.nf Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se> * Update modules/bbmap/clumpify/main.nf Accepted @mahesh-panchal suggestions Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se> Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se> Co-authored-by: Matthias De Smet <11850640+matthdsm@users.noreply.github.com>
5 lines
No EOL
122 B
Text
5 lines
No EOL
122 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
} |