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

Fix memory issues

parent 6075c248
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@ class VcfStats(val root: Configurable) extends BiopetJavaCommandLineFunction {
@Input(doc = "Input fastq", shortName = "I", required = true)
var input: File = _
override val defaultVmem = "4G"
override val defaultThreads = 3
protected var outputDir: File = _
/**
......
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