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

Fix compile error

parent 44731da1
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ class Snptest(val root: Configurable) extends BiopetCommandLineFunction with Ref
var meanBf: List[String] = config("mean_bf", default = Nil)
var analysisDescription: Option[String] = config("analysis_description")
var analysisName: Option[String] = config("analysis_name")
var chunk: Option[Int] = config("chunk")
var debug: Boolean = config("debug", default = false)
var hwe: Boolean = config("hwe", default = false)
......@@ -170,5 +169,4 @@ class Snptest(val root: Configurable) extends BiopetCommandLineFunction with Ref
conditional(useRawPhenotypes, "-use_raw_phenotypes") +
conditional(noClobber, "-no_clobber")
}
}
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