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

Added thread correction

parent af0d5e67
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ class GearsCentrifuge(val root: Configurable) extends QScript with SummaryQScrip
centrifuge.report = Some(new File(outputDir, s"$outputName.centrifuge.report"))
centrifuge.metFile = Some(centrifugeMetOutput)
val centrifugeCmd = centrifuge | new Gzip(this) > centrifugeOutput
centrifugeCmd.threadsCorrection = -1
add(centrifugeCmd)
makeKreport("centrifuge", unique = false)
......
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