Skip to content
Snippets Groups Projects
Commit e0ed3259 authored by Sander Bollen's avatar Sander Bollen
Browse files

Set default h_vmem to 6GB for bedtools coverage (used ~3.5GB in test run)

parent 9d86b1ed
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ class BedtoolsCoverage(val root: Configurable) extends Bedtools {
if (input.getName.endsWith(".bam")) inputTag = "-abam"
}
override val defaultVmem = "6G"
/** Returns command to execute */
def cmdLine = required(executable) + required("coverage") +
required(inputTag, input) +
......
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