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

Added more memory

parent 6407b260
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@ class CentrifugeKreport(val root: Configurable) extends BiopetCommandLineFunctio
var minScore: Option[Double] = config("min_score")
var minLength: Option[Int] = config("min_length")
override def defaultCoreMemory = 4.0
executable = config("exe", default = "centrifuge-kreport", freeVar = false)
def cmdLine = executable +
......
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