Removing Uniquify from main pipeline indel merge, since the pipeline isn't merging from samples with the same name anyway.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4721 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
corin 2010-11-23 17:25:22 +00:00
parent 53672361cc
commit fe28f8da9c
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ class fullCallingPipeline extends QScript {
val mergeIndels = new CombineVariants with CommandLineGATKArgs
mergeIndels.jobOutputFile = new File(".queue/logs/IndelCalling/CombineVariants.out")
mergeIndels.out = new TaggedFile("IndelCalls/" + qscript.pipeline.getProject.getName+".indels.vcf","vcf")
mergeIndels.genotypemergeoption = Some(org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContextUtils.GenotypeMergeType.UNIQUIFY)
mergeIndels.genotypemergeoption = Some(org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContextUtils.GenotypeMergeType.UNSORTED)
mergeIndels.priority = priority
mergeIndels.variantmergeoption = Some(org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContextUtils.VariantMergeType.UNION)
mergeIndels.rodBind = indelCallFiles