nf-core_modules/tests/modules/motus/merge/nextflow.config
James A. Fellows Yates 8372df6fb2
Update MOTUS/MERGE (#2068)
* 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
2022-09-15 19:45:43 +02:00

8 lines
182 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: MOTUS_MERGE_BIOM {
ext.args = "-B"
}
}