Skip to content

Commit

Permalink
Update GatherBatchEvidence outputs
Browse files Browse the repository at this point in the history
Update GatherBatchEvidence to match the output names of TinyResolve.
  • Loading branch information
CuriousTim committed Sep 25, 2024
1 parent 67edc3f commit 58558b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wdl/GatherBatchEvidence.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 58558b4

Please sign in to comment.