Skip to content
Snippets Groups Projects
Commit 0b6eb747 authored by bow's avatar bow
Browse files

Remove default value from expressionMeasures option

parent 4764854d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
/** Expression measurement modes */
// see the enumeration below for valid modes
var expressionMeasures: List[String] = config("expression_measures", default = Nil)
var expressionMeasures: List[String] = config("expression_measures")
/** Strandedness modes */
var strandProtocol: String = config("strand_protocol")
......
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