fixing bai output for indel cleaning.
This commit is contained in:
parent
2b2a4e0795
commit
dc8398e165
|
|
@ -313,7 +313,6 @@ class DataProcessingPipeline extends QScript {
|
||||||
}
|
}
|
||||||
|
|
||||||
case class clean (inBams: File, tIntervals: File, outBam: File) extends IndelRealigner with CommandLineGATKArgs {
|
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.input_file :+= inBams
|
||||||
this.targetIntervals = tIntervals
|
this.targetIntervals = tIntervals
|
||||||
this.out = outBam
|
this.out = outBam
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue