mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
Update tests/modules/gatk4/mutect2/main.nf
fix spelling mistake Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
This commit is contained in:
parent
62c6123ec4
commit
50cc136a78
1 changed files with 4 additions and 4 deletions
|
@ -121,11 +121,11 @@ workflow test_gatk4_mutect2_mitochondria {
|
||||||
|
|
||||||
workflow test_gatk4_mutect2_tumor_normal_pair_f1r2_stubs {
|
workflow test_gatk4_mutect2_tumor_normal_pair_f1r2_stubs {
|
||||||
input = [ [ id:'test', normal_id:'normal', tumor_id:'tumour' ], // meta map
|
input = [ [ id:'test', normal_id:'normal', tumor_id:'tumour' ], // meta map
|
||||||
[ "foo_parired.bam",
|
[ "foo_paired.bam",
|
||||||
"foo_parired2.bam"
|
"foo_paired2.bam"
|
||||||
],
|
],
|
||||||
[ "foo_parired.bam.bai",
|
[ "foo_paired.bam.bai",
|
||||||
"foo_parired2.bam.bai"
|
"foo_paired2.bam.bai"
|
||||||
],
|
],
|
||||||
[]
|
[]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue