From 58558b44d7247463c0e5aa8a4933d7276525a4c8 Mon Sep 17 00:00:00 2001 From: Justin Lim Date: Tue, 24 Sep 2024 23:11:22 -0400 Subject: [PATCH] Update GatherBatchEvidence outputs Update GatherBatchEvidence to match the output names of TinyResolve. --- wdl/GatherBatchEvidence.wdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wdl/GatherBatchEvidence.wdl b/wdl/GatherBatchEvidence.wdl index 4dc96a134..1e77ec426 100644 --- a/wdl/GatherBatchEvidence.wdl +++ b/wdl/GatherBatchEvidence.wdl @@ -505,8 +505,8 @@ workflow GatherBatchEvidence { File? BAF_stats = MatrixQC.BAF_stats File? Matrix_QC_plot = MatrixQC.QC_plot - File? manta_tloc_tar = TinyResolve.tloc_manta_tar - File? manta_unresolved_tar = TinyResolve.unresolved_manta_tar + File? manta_tloc_tar = TinyResolve.manta_tloc_tar + File? manta_unresolved_tar = TinyResolve.manta_unresolved_tar File? metrics_file_batchevidence = GatherBatchEvidenceMetrics.metrics_file }