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

Raise default memory for VEP

parent 793751c9
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,8 @@ class VariantEffectPredictor(val root: Configurable) extends BiopetCommandLineFu
// ought to be a flag, but is BUG in VEP; becomes numeric ("1" is true)
var failed: Option[Int] = config("failed")
override def defaultCoreMemory = 4.0
override def beforeGraph(): Unit = {
super.beforeGraph()
if (!cache && !database) {
......
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