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

Raised memory

parent 48f983ae
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ class GensToVcf(val root: Configurable) extends ToolCommandFunction with Referen
var contig: String = _
override def defaultCoreMemory = 5.0
override def beforeGraph(): Unit = {
super.beforeGraph()
if (reference == null) reference = referenceFasta()
......
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