mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update modules/rtgtools/vcfeval/main.nf
Co-authored-by: Matthias De Smet <11850640+matthdsm@users.noreply.github.com>
This commit is contained in:
parent
eb8688d2b8
commit
6fd9246aef
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ process RTGTOOLS_VCFEVAL {
|
|||
'quay.io/biocontainers/rtg-tools:3.12.1--hdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(truth_vcf), path(truth_vcf_tbi), path(query_vcf), path(query_vcf_tbi), path(bed)
|
||||
tuple val(meta), path(query_vcf), path(query_vcf_tbi), path(bed)
|
||||
tuple path(truth_vcf), path(truth_vcf_tbi),
|
||||
path(sdf)
|
||||
|
||||
output:
|
||||
|
|
Loading…
Reference in a new issue