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

Set a default for show zero's

parent 35bb7212
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ class GearsCentrifuge(val root: Configurable) extends QScript with SummaryQScrip
var outputName: String = _
override def fixedValues = Map("centrifugekreport" -> Map("only_unique" -> false))
override def defaults = Map("centrifugekreport" -> Map("show_zeros" -> true))
def init(): Unit = {
require(fastqR1 != 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