Skip to content

Commit

Permalink
Merge pull request #51 from broadinstitute/lfleming1022-patch-2
Browse files Browse the repository at this point in the history
Adding space to runtime mem
  • Loading branch information
lfleming1022 authored Feb 2, 2024
2 parents dfeb543 + 7ed72a4 commit 84ae130
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 84ae130

Please sign in to comment.