Skip to content

Commit

Permalink
more ram to TruvariIntrasample (for inversion_guesser.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-cunial committed Mar 17, 2024
1 parent bc0dd7b commit c5a48c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/pipelines/TruvariIntrasample.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ task TruvariIntrasampleImpl {
runtime {
docker: "us.gcr.io/broad-dsp-lrma/aou-lr/truvari_intrasample"
cpu: 1
memory: "16GB"
memory: "64GB"
disks: "local-disk " + disk_size_gb + " HDD"
preemptible: 0
}
Expand Down

0 comments on commit c5a48c1

Please sign in to comment.