Added Dbsnp to Indel Realigner; added known indels rod-binding to realigner.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4576 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
e02aac0743
commit
6d7ed5781c
|
|
@ -124,6 +124,8 @@ class fullCallingPipeline extends QScript {
|
|||
realigner.intervals = Nil
|
||||
realigner.intervalsString = Nil
|
||||
realigner.scatterCount = num_cleaner_scatter_jobs min contigs.size
|
||||
realigner.DBSNP = qscript.pipeline.getProject.getDbsnpFile
|
||||
realigner.rodbind :+= RodBind("indels", "VCF", swapExt(qscript.pipeline.getProject.getReferenceFile, "fasta", "1kg_pilot_indels.vcf")
|
||||
|
||||
// if scatter count is > 1, do standard scatter gather, if not, explicitly set up fix mates
|
||||
if (realigner.scatterCount > 1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue