Skip to content

Commit 449595b

Browse files
committed
Merge branch 'dp-preemptible-cleanup' into dp-downsample
2 parents db2e420 + a38286a commit 449595b

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

pipes/WDL/tasks/tasks_assembly.wdl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ task select_references {
196196
disks: "local-disk ~{disk_size} SSD"
197197
disk: "~{disk_size} GB" # TESs
198198
dx_instance_type: "mem1_ssd1_v2_x2"
199-
preemptible: 2
199+
preemptible: 3
200200
}
201201
}
202202

@@ -858,7 +858,7 @@ task align_reads {
858858
disks: "local-disk ~{disk_size} LOCAL"
859859
disk: "~{disk_size} GB" # TES
860860
dx_instance_type: "mem1_ssd1_v2_x8"
861-
preemptible: 1
861+
preemptible: 3
862862
}
863863
}
864864

@@ -1125,7 +1125,6 @@ task run_discordance {
11251125
disks: "local-disk ~{disk_size} HDD"
11261126
disk: "~{disk_size} GB" # TES
11271127
dx_instance_type: "mem1_ssd1_v2_x2"
1128-
preemptible: 1
11291128
}
11301129
}
11311130

pipes/WDL/tasks/tasks_metagenomics.wdl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ task kraken2 {
336336
disks: "local-disk ~{disk_size} LOCAL"
337337
disk: "~{disk_size} GB" # TESs
338338
dx_instance_type: "mem3_ssd1_v2_x8"
339-
preemptible: 2
339+
preemptible: 3
340340
}
341341
}
342342

@@ -384,7 +384,6 @@ task report_primary_kraken_taxa {
384384
disks: "local-disk ~{disk_size} HDD"
385385
disk: "~{disk_size} GB" # TESs
386386
dx_instance_type: "mem1_ssd1_v2_x2"
387-
preemptible: 2
388387
}
389388
}
390389

@@ -863,7 +862,7 @@ task filter_bam_to_taxa {
863862
disk: "~{disk_size} GB" # TES
864863
cpu: 8
865864
dx_instance_type: "mem1_ssd1_v2_x8"
866-
preemptible: 1
865+
preemptible: 3
867866
}
868867
}
869868

pipes/WDL/tasks/tasks_reports.wdl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ task plot_coverage {
216216
disks: "local-disk ~{disk_size} HDD"
217217
disk: "~{disk_size} GB" # TES
218218
dx_instance_type: "mem1_ssd1_v2_x4"
219-
preemptible: 1
220219
}
221220
}
222221

pipes/WDL/tasks/tasks_utils.wdl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ task tar_extract {
356356
disks: "local-disk ~{disk_size} HDD"
357357
disk: "~{disk_size} GB" # TES
358358
dx_instance_type: "mem1_ssd1_v2_x2"
359-
preemptible: 2
360359
}
361360
output {
362361
Array[File] files = glob("unpack/*")

0 commit comments

Comments
 (0)