nf-core_modules/tests/modules/megan/rma2info/nextflow.config
James A. Fellows Yates 2d38566eca
Add MEGAN/RMA2INFO (#1513)
* fix: remove left-over unnecessary code

* Add megan/rma2info

* Attempt at fixing test

* Right yml formatting

* Get the versios reporting correct
2022-04-12 08:35:36 +02:00

9 lines
192 B
Text

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