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

memory multiples by the number of threads

parent 66dc8af2
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ class Pbzip2(val root:Configurable) extends BiopetCommandLineFunction {
override val defaultVmem = (memory * 2 / 1000) + "G"
override val defaultThreads = 2
override def beforeCmd {
memory = memory * threads
}
def cmdLine = required(executeble) +
conditional(decomrpess, "-d") +
conditional(!decomrpess, "-z") +
......
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