Skip to content

Commit

Permalink
disk runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Apr 3, 2024
1 parent 2d135a8 commit 0ffc09b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipes/WDL/tasks/tasks_nextstrain.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ task taxid_to_nextclade_dataset_name {
docker: "python:slim"
memory: "1 GB"
cpu: 1
disks: "local-disk " + disk_size + " LOCAL"
disk: disk_size + " GB" # TES
dx_instance_type: "mem2_ssd1_v2_x2"
disks: "local-disk 50 HDD"
disk: "50 GB" # TES
dx_instance_type: "mem1_ssd1_v2_x2"
maxRetries: 2
}
output {
Expand Down

0 comments on commit 0ffc09b

Please sign in to comment.