Skip to content

Commit

Permalink
fix missing index extension (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueribeiro authored Jan 31, 2022
1 parent aa6e2a0 commit ac4be47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/ResolveCpxSv.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ workflow ResolveComplexSv {
File pe_exclude_list_idx = pe_exclude_list + ".tbi"
File cytobands_idx = cytobands + ".tbi"
scatter (i in range(length(disc_files))) {
File disc_files_idx = disc_files[i]
File disc_files_idx = disc_files[i] + ".tbi"
}

# Get SR count cutoff from RF metrics to use in single-ender rescan procedure
Expand Down

0 comments on commit ac4be47

Please sign in to comment.