mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fixed meta.yml
This commit is contained in:
parent
4b8bd9ebf9
commit
bd7e1414a4
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue