Skip to content

Commit

Permalink
updated workflow level output
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Apr 29, 2024
1 parent 7f2129f commit c72c06b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions BenchmarkCNV/Clinical_CNV_Eval/Clinical_CNV_Eval.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@ workflow Clinical_CNV_Eval {
String merged_eval_decision = PostProcessWittyer.merged_eval_decision
String merged_overlap_ratio = PostProcessWittyer.merged_overlap_ratio
File? comparison_plot = PostProcessWittyer.comparison_plot
File short_variants_within_truth_interval_stats = PostProcessWittyer.short_variants_within_truth_interval_stats
File proband_snp_af_within_truth_interval_stats = PostProcessWittyer.proband_snp_af_within_truth_interval_stats
File normal_snp_af_within_truth_interval_stats = PostProcessWittyer.normal_snp_af_within_truth_interval_stats
File heterozyogisty_within_truth_interval_plot = PostProcessWittyer.heterozyogisty_within_truth_interval_plot
Float proband_hom_percentage = PostProcessWittyer.proband_hom_percentage
Float proband_het_percentage = PostProcessWittyer.proband_het_percentage
Float normal_hom_percentage = PostProcessWittyer.normal_hom_percentage
Float normal_het_percentage = PostProcessWittyer.normal_het_percentage
}
}
task GenerateTruthVCF{
Expand Down

0 comments on commit c72c06b

Please sign in to comment.