Skip to content

Commit

Permalink
added unit to mem
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Apr 26, 2024
1 parent abf80b3 commit 41bcb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PECGS-QUICviz/QUICviz.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ task QUICviz {
}
runtime {
docker: quicvizDocker
memory: memory
memory: memory + " GB"
cpu: cpu
disks: "local-disk 100 HDD"
}
Expand Down Expand Up @@ -117,7 +117,7 @@ task mergeImages {
}
runtime {
docker: quicvizDocker
memory: memory
memory: memory + " GB"
cpu: cpu
disks: "local-disk 100 HDD"
}
Expand Down

0 comments on commit 41bcb26

Please sign in to comment.