Skip to content

Commit

Permalink
kraken2 task: specify runtime CPU hint; cpuPlatform: "Intel Ice Lake"
Browse files Browse the repository at this point in the history
kraken2 task: specify runtime CPU hint; cpuPlatform: "Intel Ice Lake"
  • Loading branch information
tomkinsc committed May 24, 2024
1 parent 990546b commit 08bca88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipes/WDL/tasks/tasks_metagenomics.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ task kraken2 {
docker: docker
memory: machine_mem_gb + " GB"
cpu: 16
cpuPlatform: "Intel Ice Lake"
disks: "local-disk " + disk_size + " LOCAL"
disk: disk_size + " GB" # TESs
dx_instance_type: "mem3_ssd1_v2_x8"
Expand Down

0 comments on commit 08bca88

Please sign in to comment.