Fixed meta.yml

This commit is contained in:
Nicolas Vannieuwkerke 2022-05-09 15:55:48 +02:00
parent 4b8bd9ebf9
commit bd7e1414a4
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ process RTGTOOLS_VCFEVAL {
'quay.io/biocontainers/rtg-tools:3.12.1--hdfd78af_0' }"
input:
tuple val(meta), path(query_vcf), path(query_vcf_tbi)
tuple val(meta), path(query_vcf), path(query_vcf_tbi)
tuple path(truth_vcf), path(truth_vcf_tbi)
path(truth_regions)
path(sdf)

View file

@ -35,9 +35,9 @@ input:
type: file
description: The index of the called VCF (optional)
pattern: "*.tbi"
- bed:
- truth_regions:
type: file
description: The BED file of the called VCF
description: The BED file containing the truth regions
pattern: "*.bed"
- sdf:
type: file