Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jul 31, 2024
1 parent 93b68cc commit 8a56b1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ task IntersectTargetIntervalListWithTruthBed {

gatk IntervalListToBed -I ~{target_interval_list} -O "${target_bed}" --SORT

truth_bed="~{truth_bed}"
intersected_truth_bed="${truth_bed%%.bed}"
intersected_truth_bed="${intersected_truth_bed}_intersected.bed"

Expand Down

0 comments on commit 8a56b1b

Please sign in to comment.