mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
fix for a linting issue
This commit is contained in:
parent
8c98a78d2a
commit
bf18604471
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ process VARDICTJAVA {
|
|||
|
||||
output:
|
||||
tuple val(meta), path("*.vcf.gz"), emit: vcf
|
||||
path "versions.yml" , emit: versions
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
task.ext.when == null || task.ext.when
|
||||
|
|
Loading…
Reference in a new issue