updating a package
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@6079 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
86aa82caf8
commit
3879b02cdd
|
|
@ -137,7 +137,7 @@ class HybridSelectionPipeline extends QScript {
|
|||
combineSNPsIndels.rodBind :+= RodBind("indels", "VCF", filterIndels.out)
|
||||
combineSNPsIndels.rodBind :+= RodBind("snps", "VCF", filterSNPs.out)
|
||||
combineSNPsIndels.rod_priority_list = "indels,snps"
|
||||
combineSNPsIndels.filteredrecordsmergetype = org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContextUtils.FilteredRecordMergeType.KEEP_IF_ANY_UNFILTERED
|
||||
combineSNPsIndels.filteredrecordsmergetype = org.broadinstitute.sting.utils.variantcontext.VariantContextUtils.FilteredRecordMergeType.KEEP_IF_ANY_UNFILTERED
|
||||
combineSNPsIndels.assumeIdenticalSamples = true
|
||||
combineSNPsIndels.out = projectBase + ".unannotated.vcf"
|
||||
combineSNPsIndels.jobOutputFile = combineSNPsIndels.out + ".out"
|
||||
|
|
|
|||
Loading…
Reference in New Issue