Skip to content
Snippets Groups Projects
Commit 534cc259 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Raise memory

parent f6b12ca4
No related branches found
No related tags found
1 merge request!61Switch to structs
......@@ -198,8 +198,8 @@ task GenotypeGVCFs {
IndexedVcfFile? dbsnpVCF
Int memory = 4
Float memoryMultiplier =3.0
Int memory = 6
Float memoryMultiplier = 2.0
}
String dbsnpArg = if defined(dbsnpVCF) then "-D " + select_first([dbsnpVCF]).file else ""
......
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