Only run UG in the bundle for chr20
This commit is contained in:
parent
e1e480a0b9
commit
eccb76c304
|
|
@ -317,6 +317,7 @@ class GATKResourcesBundle extends QScript {
|
||||||
class UG(@Input bam: File, @Input ref: File, @Input outVCF: File) extends UnifiedGenotyper with UNIVERSAL_GATK_ARGS {
|
class UG(@Input bam: File, @Input ref: File, @Input outVCF: File) extends UnifiedGenotyper with UNIVERSAL_GATK_ARGS {
|
||||||
this.input_file = List(bam)
|
this.input_file = List(bam)
|
||||||
this.reference_sequence = ref
|
this.reference_sequence = ref
|
||||||
|
this.intervalsString ++= List("20");
|
||||||
this.out = outVCF
|
this.out = outVCF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue