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

increase memory for bcftools sort

parent 760f89e9
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ task Sort {
String outputPath = "output.vcf.gz"
String tmpDir = "./sorting-tmp"
String memory = "256M"
String memory = "5G"
Int timeMinutes = 1 + ceil(size(inputFile, "G")) * 5
String dockerImage = "quay.io/biocontainers/bcftools:1.10.2--h4f4756c_2"
}
......
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