Skip to content

Commit 5313f2a

Browse files
committed
c949a60dcc3caf33547348f923216aba
1 parent 33fbd38 commit 5313f2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wdl/tasks/VariantCalling/DeepVariant.wdl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ workflow Run {
6363
Boolean is_t2t_shard8 = length(how_to_shard_wg_for_calling) < 20 && shard_id == "9_15"
6464
Boolean is_38_chr1 = length(how_to_shard_wg_for_calling) > 20 && shard_id == "1-p"
6565
Boolean is_38_shard3 = length(how_to_shard_wg_for_calling) > 20 && shard_id == "11-q_17-q"
66+
Boolean is_38_1q_17p = length(how_to_shard_wg_for_calling) > 20 && shard_id == "1-q_17-p"
6667

67-
Boolean pay_toll = true # is_t2t_chrX || is_38_chr1 || is_t2t_shard8 || is_38_shard3
68+
Boolean pay_toll = is_t2t_chrX || is_38_chr1 || is_t2t_shard8 || is_38_shard3 || is_38_1q_17p # true #
6869
Int use_this_memory = if (pay_toll) then 6*dv_threads else dv_memory
6970
call DV as DeepV {
7071
input:

0 commit comments

Comments
 (0)