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

Fix memory requirements

parent 8f59db2c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ import scala.collection.JavaConversions._
class PrefixFastq(val root: Configurable) extends BiopetJavaCommandLineFunction {
javaMainClass = getClass.getName
memoryLimit = Some(1.0)
override val defaultVmem = "4G"
@Input(doc = "Input fastq", shortName = "I", required = true)
var inputFastq: 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