Now compiles.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4295 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
c581bd2d84
commit
c1720cc8f5
|
|
@ -127,10 +127,7 @@ class fullCallingPipeline extends QScript {
|
||||||
// step through the un-indel-cleaned graph:
|
// step through the un-indel-cleaned graph:
|
||||||
// 1a. call snps and indels
|
// 1a. call snps and indels
|
||||||
val snps = new UnifiedGenotyper with CommandLineGATKArgs
|
val snps = new UnifiedGenotyper with CommandLineGATKArgs
|
||||||
for ( bam <- bamFiles ) {
|
snps.input_file = bamFiles
|
||||||
snps.input_file :+= bam.toNamedFile
|
|
||||||
}
|
|
||||||
//snps.input_file = bamFiles
|
|
||||||
snps.group :+= "Standard"
|
snps.group :+= "Standard"
|
||||||
snps.out = new File(base+".vcf")
|
snps.out = new File(base+".vcf")
|
||||||
snps.standard_min_confidence_threshold_for_emitting = Some(10)
|
snps.standard_min_confidence_threshold_for_emitting = Some(10)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue