Skip to content

Commit

Permalink
fix disk type
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Dec 11, 2024
1 parent 46d1005 commit f50f62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/utilities/file_handling/task_cat_lanes.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ task cat_lanes {
docker: "~{docker}"
memory: memory + " GB"
cpu: cpu
disks: "local-disk " + disk_size + " HDD"
disks: "local-disk " + disk_size + " SSD"
disk: disk_size + " GB"
preemptible: 1
}
Expand Down

0 comments on commit f50f62c

Please sign in to comment.