mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
8372df6fb2
* Update main.nf * Update meta.yml * Re-add logos as not staged in a way that works with MultiQC config files * Add meta to mOTUs merge * Put tests back to use downloaded db * Apply suggestions from code review * Fix test text string * md5sum -> contains * Update nextflow.config
8 lines
182 B
Text
8 lines
182 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
withName: MOTUS_MERGE_BIOM {
|
|
ext.args = "-B"
|
|
}
|
|
}
|