Skip to content
Snippets Groups Projects
Commit 24d9af80 authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Merge branch 'fix-combinevariants' into 'develop'

Fix for issue #167

See merge request !172
parents 67e03c46 d7eb5cd6
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ class CombineVariants(val root: Configurable) extends Gatk {
}
override def beforeGraph: Unit = {
super.beforeGraph
genotypeMergeOptions match {
case Some("UNIQUIFY") | Some("PRIORITIZE") | Some("UNSORTED") | Some("REQUIRE_UNIQUE") | None =>
case _ => throw new IllegalArgumentException("Wrong option for genotypeMergeOptions")
......
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