Skip to content

Commit 8773529

Browse files
committed
Add more memory to lcms metabolomics wdl
1 parent 6690831 commit 8773529

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

wdl/metaMS_lcms_metabolomics.wdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@ task runMetaMSLCMSMetabolomics {
6262

6363
runtime {
6464
docker: "~{if defined(docker_image) then docker_image else 'microbiomedata/metams:3.2.1'}"
65+
docker_args: "--memory=16g"
66+
memory: "16 GB"
67+
cpu: cores
6568
}
6669
}

0 commit comments

Comments
 (0)