Skip to content

Commit

Permalink
[refs #119] Outputs MuTect2 stats
Browse files Browse the repository at this point in the history
This is needed by FilterMutectCalls
  • Loading branch information
mark-welsh committed Feb 8, 2020
1 parent 6a4b776 commit dce275e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatk/MuTect2.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ task MuTect2 {
output {
File vcf_file = "~{output_vcf_name}"
File vcf_idx_file = "~{output_vcf_name}" + ".idx"
File mutect2_stats_file = "~{output_vcf_name}" + ".stats"
File f1r2_counts_tarball = "~{output_f1r2_name}"
}

Expand Down

0 comments on commit dce275e

Please sign in to comment.