mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
fix input cardinality for index
This commit is contained in:
parent
175ea9b7f9
commit
3af61cfbbc
2 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,8 @@ include { GATK4_CNNSCOREVARIANTS } from '../../../../modules/gatk4/cnnscorevaria
|
||||||
workflow test_gatk4_cnnscorevariants {
|
workflow test_gatk4_cnnscorevariants {
|
||||||
|
|
||||||
input = [ [ id:'test' ], // meta map
|
input = [ [ id:'test' ], // meta map
|
||||||
file(params.test_data['homo_sapiens']['illumina']['test_genome_vcf'], checkIfExists: true),
|
file(params.test_data['homo_sapiens']['illumina']['test_genome_vcf_gz'], checkIfExists: true),
|
||||||
|
file(params.test_data['homo_sapiens']['illumina']['test_genome_vcf_gz_tbi'], checkIfExists: true),
|
||||||
[],
|
[],
|
||||||
[]
|
[]
|
||||||
]
|
]
|
||||||
|
|
|
@ -7,3 +7,4 @@
|
||||||
- path: output/gatk4/test.vcf.gz
|
- path: output/gatk4/test.vcf.gz
|
||||||
contains:
|
contains:
|
||||||
- "##ALT=<ID=NON_REF,Description="
|
- "##ALT=<ID=NON_REF,Description="
|
||||||
|
- path: output/gatk4/test.vcf.gz.tbi
|
||||||
|
|
Loading…
Add table
Reference in a new issue