mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
2d38566eca
* fix: remove left-over unnecessary code * Add megan/rma2info * Attempt at fixing test * Right yml formatting * Get the versios reporting correct
9 lines
192 B
Text
9 lines
192 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
withName: MEGAN_RMA2INFO {
|
|
ext.args = "-c2c Taxonomy"
|
|
}
|
|
|
|
}
|