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

Set default vmem to 5G

parent b7c5a56c
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,8 @@ class FastqSync(val root: Configurable) extends BiopetJavaCommandLineFunction {
@Output(doc = "Sync statistics", required = true)
var outputStats: File = _
override val defaultVmem = "5G"
// executed command line
override def commandLine =
super.commandLine +
......
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