Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit 4118423

Browse files
author
bshifaw
authored
update output variable (#22)
1 parent 6fb2ec6 commit 4118423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mutect2_pon.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ workflow Mutect2_Panel {
9898
9999
output {
100100
File pon = MergeVCFs.merged_vcf
101-
File pon_idx = MergeVCFs.merged_vcf_index
101+
File pon_idx = MergeVCFs.merged_vcf_idx
102102
Array[File] normal_calls = Mutect2.filtered_vcf
103-
Array[File] normal_calls_idx = Mutect2.filtered_vcf_index
103+
Array[File] normal_calls_idx = Mutect2.filtered_vcf_idx
104104
}
105105
}
106106

0 commit comments

Comments
 (0)