Adding a window size variable to avoid indel genotyper error
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4873 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
a3729bd59c
commit
f0ab7b849a
|
|
@ -256,6 +256,7 @@ class fullCallingPipeline extends QScript {
|
|||
|
||||
var indel = new IndelGenotyperV2 with CommandLineGATKArgs
|
||||
indel.jobOutputFile = new File(".queue/logs/IndelCalling/%s/IndelGenotyperV2.out".format(sampleId))
|
||||
indel.window_size = Some(350)
|
||||
indel.analysisName = "IndelGenotyper_"+sampleId
|
||||
indel.input_file :+= bam
|
||||
indel.out = swapExt("IndelCalls/IntermediateFiles/" + sampleId, bam,".bam",".indels.vcf")
|
||||
|
|
|
|||
Loading…
Reference in New Issue