Skip to content
Snippets Groups Projects
Commit 074a4fc6 authored by bow's avatar bow
Browse files

Use 5G for minimum default vmem

parent bdc61e74
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ class FastqSync(val root: Configurable) extends BiopetJavaCommandLineFunction {
javaMainClass = getClass.getName
override val defaultVmem: String = "5G"
@Input(doc = "Original FASTQ file (read 1 or 2)", shortName = "r", required = true)
var refFastq: File = null
......
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