Skip to content
Snippets Groups Projects
Commit bf970477 authored by Cats's avatar Cats
Browse files

increase default memory for BWA mem

parent 94e54514
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ task Mem {
String? readgroup
Int threads = 2
String memory = "16G"
String memory = "32G"
String picardXmx = "4G"
# A mulled container is needed to have both picard and bwa in one container.
# This container contains: picard (2.18.7), bwa (0.7.17-r1188)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment