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

Change default

parent 685c021e
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class GearsSingle(val root: Configurable) extends QScript with SummaryQScript wi
var outputName: String = _
var gearsUseKraken: Boolean = config("gears_use_kraken", default = true)
var gearsUserQiimeRtax: Boolean = config("gear_use_qiime_rtax", default = true)
var gearsUserQiimeRtax: Boolean = config("gear_use_qiime_rtax", default = false)
/** Executed before running the script */
def init(): Unit = {
......
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