Skip to content
Snippets Groups Projects
Commit a18806aa authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Reduce flagstat memory

parent 82bd73ce
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ task Flagstat {
File inputBam
String outputPath
String memory = "1G"
String memory = "256M" # Only 40.5 MiB used for 150G bam file.
Int timeMinutes = 1 + ceil(size(inputBam, "G"))
String dockerImage = "quay.io/biocontainers/samtools:1.8--h46bd0b3_5"
}
......
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