Skip to content

Commit

Permalink
Update task_taxonID.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
sevinsky authored Mar 27, 2021
1 parent e5fea1b commit 834b1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/task_taxonID.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ task pangolin {
runtime {
docker: "staphb/pangolin:1.1.14"
memory: "8 GB"
cpu: 40
cpu: 4
disks: "local-disk 100 SSD"
preemptible: 0
}
Expand Down Expand Up @@ -134,7 +134,7 @@ task pangolin2 {
runtime {
docker: "~{docker}"
memory: "8 GB"
cpu: 40
cpu: 4
disks: "local-disk 100 SSD"
preemptible: 0
}
Expand Down

0 comments on commit 834b1f9

Please sign in to comment.