Skip to content

Commit

Permalink
increase instance memory for kraken2 task 72 -> 90GB
Browse files Browse the repository at this point in the history
increase instance memory for kraken2 task 72->90GB to support use of the JHU standard PlusPF db
  • Loading branch information
tomkinsc committed May 17, 2024
1 parent 4362b07 commit 990546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_metagenomics.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ task kraken2 {
Float? confidence_threshold
Int? min_base_qual

Int machine_mem_gb = 72
Int machine_mem_gb = 90
String docker = "quay.io/broadinstitute/viral-classify:2.2.4.0"
}

Expand Down

0 comments on commit 990546b

Please sign in to comment.