Skip to content

Commit

Permalink
Merge pull request #52 from broadinstitute/lfleming1022-patch-3
Browse files Browse the repository at this point in the history
Update SC_Plate_QC.wdl to include space in runtime memory
  • Loading branch information
lfleming1022 authored Feb 2, 2024
2 parents e4dedfe + bee08e4 commit dfeb543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartSeq/SC_Plate_QC/SC_Plate_QC.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ task graphPlate{

runtime {
docker: "bgranger/ss2_qc:0.1"
memory: memory + "GB"
memory: memory + " GB"
cpu: "2"
disks: "local-disk "+disk_space+" HDD"
bootDiskSizeGb: boot_disk_space
Expand Down

0 comments on commit dfeb543

Please sign in to comment.