Skip to content

Commit

Permalink
Merge pull request #43 from broadinstitute/cnv_benchmark_yg
Browse files Browse the repository at this point in the history
Wittyer WDL Output Updates
  • Loading branch information
yueyaog authored Sep 8, 2023
2 parents e5c0d27 + f60b350 commit 2b623f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BenchmarkCNV/BenchmarkCNV/BenchmarkCNV.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ workflow Benchmark_CNV_Caller {
~{'--includeBed '+ bedfile} \
-o ~{truth_sample_name}_wittyer_output

# Move wittyer output to the output directory
mv ~{truth_sample_name}_wittyer_output/Wittyer.*.Vs.*.vcf.gz ~{truth_sample_name}_wittyer_output/Wittyer.~{truth_sample_name}.Vs.~{query_sample_name}.vcf.gz
mv ~{truth_sample_name}_wittyer_output/Wittyer.*.Vs.*.vcf.gz.tbi ~{truth_sample_name}_wittyer_output/Wittyer.~{truth_sample_name}.Vs.~{query_sample_name}.vcf.gz.tbi

>>>
runtime {
docker: wittyer_docker
Expand Down

0 comments on commit 2b623f4

Please sign in to comment.