mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
b5aa12ad3b
* new module: samtools/getrg * add output file to stub * add missing config * Intentionally break prettier linting * [automated] Fix linting with Prettier Co-authored-by: Phil Ewels <phil@seqera.io> Co-authored-by: nf-core-bot <core@nf-co.re>
5 lines
119 B
Text
5 lines
119 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
}
|