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

Fixed vmem

parent 7bd889e4
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,6 @@ trait BiopetCommandLineFunction extends CommandLineResources { biopetFunction =>
beforeGraph()
internalBeforeGraph()
if (vmem.isDefined) jobResourceRequests :+= "h_vmem=" + vmem.get
super.freezeFieldValues()
}
......
......@@ -34,6 +34,7 @@ trait CommandLineResources extends CommandLineFunction with Configurable {
override def freezeFieldValues(): Unit = {
setResources()
if (vmem.isDefined) jobResourceRequests :+= "h_vmem=" + vmem.get
super.freezeFieldValues()
}
......
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