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

Added a default vmem

parent a5876f3f
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ class CoverageStats(val root: Configurable) extends PythonCommandLineFunction {
@Output(doc = "plot File (png)")
var plot: File = _
override val defaultVmem = "12G"
def cmdLine = getPythonCommand +
required(input) + required("--plot", plot) + " > " + required(output)
......
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