mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
added test for metrics
This commit is contained in:
parent
e0e8273f74
commit
3117b2973c
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@ process {
|
|||
|
||||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||
|
||||
withName: GATK4_MARKDUPLICATES_SPARK_METRICS {
|
||||
ext.args = '--metrics-file test.metrics'
|
||||
}
|
||||
}
|
||||
// necessary to override tests/config/nextflow.config
|
||||
// override tests/config/nextflow.config
|
||||
docker.userEmulation = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue