nf-core_modules/tests/modules/scramble/clusteranalysis/nextflow.config

12 lines
365 B
Text
Raw Normal View History

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: "test_scramble_clusteranalysis:SCRAMBLE_CLUSTERANALYSIS" {
ext.args = "--eval-meis"
}
withName: "test_scramble_clusteranalysis_fasta:SCRAMBLE_CLUSTERANALYSIS" {
ext.args = "--eval-meis --eval-dels"
}
}