Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Jan 16, 2025
1 parent c3c1b97 commit a6079c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/skylab/StarAlign.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ task STARsoloFastq {
Boolean is_slidetags

# runtime values
String cpu_platform = "Intel Cascade Lake"
String cpu_platform = "Intel Ice Lake"
Int mem_size = 512
Int machine_mem_mb = 512000
Int cpu = 128
Expand Down Expand Up @@ -424,7 +424,7 @@ task STARsoloFastq {
runtime {
docker: samtools_star_docker_path
memory: "~{mem_size} GiB"
disks: "local-disk ~{disk} HDD"
disks: "local-disk ~{disk} SSD"
disk: disk + " GB" # TES
cpu: cpu
cpuPlatform: cpu_platform
Expand Down

0 comments on commit a6079c4

Please sign in to comment.