Skip to content
Snippets Groups Projects
Commit 474c1d39 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

add allStats output

parent efc225af
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,18 @@ task VcfEval {
File nonSnpRoc = outputDir + "/non_snp_roc.tsv.gz"
File phasing = outputDir + "/phasing.txt"
File weightedRoc = outputDir + "/weighted_roc.tsv.gz"
Array[File] allStats = [falseNegativesVcf,
falseNegativesVcfIndex,
falsePositivesVcf,
falsePositivesVcfIndex,
truePositivesBaselineVcf,
truePositivesBaselineVcfIndex,
truePositivesVcf,
truePositivesVcfIndex,
summary,
nonSnpRoc,
phasing,
weightedRoc]
}
runtime {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment