Fixing 'variants' change in qscript

This commit is contained in:
Eric Banks 2011-08-09 12:30:46 -04:00
parent c3c9876391
commit 5a3c99b7b9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class VcfGatherFunction extends CombineVariants with GatherFunction {
this.intervals = this.originalGATK.intervals
this.intervalsString = this.originalGATK.intervalsString
this.variants = this.gatherParts.zipWithIndex map { case (input, index) => new TaggedFile(input, "input"+index) }
this.variant = 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