Skip to content

Commit

Permalink
change argument from "memory" to "mem" for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
cimendes committed Sep 13, 2023
1 parent c6c2a15 commit 87f9afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/taxon_id/task_kraken2.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ task kraken2_standalone {
String kraken2_args = ""
String classified_out = "classified#.fastq"
String unclassified_out = "unclassified#.fastq"
Int memory = 32
Int mem = 32
Int cpu = 4
}
command <<<
Expand Down Expand Up @@ -126,7 +126,7 @@ task kraken2_standalone {
}
runtime {
docker: "~{docker}"
memory: "~{memory} GB"
memory: "~{mem} GB"
cpu: cpu
disks: "local-disk 100 SSD"
preemptible: 0
Expand Down

0 comments on commit 87f9afb

Please sign in to comment.