nf-core_modules/tests/modules/snpeff/nextflow.config
Maxime U. Garcia d8bef6057b
update snpeff to 5.1 and cache up to 105 (#1877)
* update snpeff to 5.1 and cache up to 105

* update dm5checksum
2022-07-13 15:16:21 +02:00

9 lines
198 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: SNPEFF {
container = 'nfcore/snpeff:5.1.WBcel235'
}
}