Merged bug fix from Stable into Unstable

This commit is contained in:
Mauricio Carneiro 2011-08-08 10:50:09 -04:00
commit 0db46d0648
1 changed files with 1 additions and 0 deletions

View File

@ -313,6 +313,7 @@ class DataProcessingPipeline extends QScript {
}
case class clean (inBams: File, tIntervals: File, outBam: File) extends IndelRealigner with CommandLineGATKArgs {
@Output(doc="output bai file") var bai = swapExt(outBam, ".bam", ".bai")
this.input_file :+= inBams
this.targetIntervals = tIntervals
this.out = outBam