nf-core_modules/tests/modules/vcflib/vcfuniq/nextflow.config
Harshil Patel 280712419d
Add new vcflib/vcfuniq module (#1208)
* Add new vcflib/vcfuniq module

* Rename module from vcfutils to vcfuniq

* Fix tests

* Compress output by default

* Fix ECLint
2022-01-14 18:18:11 +00:00

9 lines
204 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: VCFLIB_VCFUNIQ {
ext.prefix = { "${meta.id}.uniq" }
}
}