Skip to content

Commit

Permalink
Adding space to runtime mem
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleming1022 authored Feb 2, 2024
1 parent e4dedfe commit 7ed72a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmartSeq/scRNA_Pipeline/SmartSeq2_scRNA_pipeline.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ task AdapterQC {
runtime {
docker: ss2_adapter_qc_docker
disks: "local-disk " + disk_size + " HDD"
memory: mem + "GB"
memory: mem + " GB"
cpu: "1"
}
output {
Expand Down Expand Up @@ -209,7 +209,7 @@ task ExtractQC_metrics {
runtime {
docker: ss2_docker
disks: "local-disk 25 HDD"
memory: mem + "GB"
memory: mem + " GB"
cpu: "1"
}

Expand Down

0 comments on commit 7ed72a4

Please sign in to comment.