Skip to content

Commit

Permalink
Add memory to modkit
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Jan 29, 2025
1 parent 085fc5d commit 3540b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modkit.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ task Pileup {
String logFilePath = "modkit.log"

Int threads = 4
String memory = "16GiB"

}

Expand Down Expand Up @@ -64,6 +65,7 @@ task Pileup {
runtime {
docker: dockerImage
cpu: threads
memory: memory

}
}

0 comments on commit 3540b4a

Please sign in to comment.