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

Added a default for snptest

parent 62aa5420
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,8 @@ class GwasTest(val root: Configurable) extends QScript with BiopetQScript with R ...@@ -50,6 +50,8 @@ class GwasTest(val root: Configurable) extends QScript with BiopetQScript with R
override def dictRequired = true override def dictRequired = true
override def defaults = Map("snptest" -> Map("genotype_field" -> "GP"))
/** Init for pipeline */ /** Init for pipeline */
def init(): Unit = { def init(): Unit = {
inputGens.foreach { g => inputGens.foreach { g =>
......
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