Updated rod binding syntax usage on CombineVariants from .rodBind to .variants.
This commit is contained in:
parent
d15852be0a
commit
cb28875c2a
|
|
@ -43,7 +43,7 @@ class VcfGatherFunction extends CombineVariants with GatherFunction {
|
|||
this.intervals = this.originalGATK.intervals
|
||||
this.intervalsString = this.originalGATK.intervalsString
|
||||
|
||||
this.rodBind = this.gatherParts.zipWithIndex map { case (input, index) => new RodBind("input"+index, "VCF", input) }
|
||||
this.variants = this.gatherParts.zipWithIndex map { case (input, index) => new TaggedFile(input, "input"+index) }
|
||||
this.rod_priority_list = (0 until this.gatherParts.size).map("input"+_).mkString(",")
|
||||
this.out = this.originalOutput
|
||||
this.assumeIdenticalSamples = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue