# HG changeset patch # User soranzo # Date 1409328944 14400 # Node ID 59731e950e23398a0fdc435ec6ec0d46ccfc0c4b # Parent 443ccd9208a0e5aed380cbf8a4e94f93ed72db36 Fix some options. diff -r 443ccd9208a0 -r 59731e950e23 freebayes.xml --- a/freebayes.xml Fri Jun 20 17:19:11 2014 -0400 +++ b/freebayes.xml Fri Aug 29 12:15:44 2014 -0400 @@ -119,7 +119,7 @@ ${options_type.allele_scope.u} -n "${options_type.allele_scope.n}" --haplotype-length "${options_type.allele_scope.haplotype_length}" - --min-repeat-length "${options_type.allele_scope.min_repeat_length}" + --min-repeat-size "${options_type.allele_scope.min_repeat_length}" --min-repeat-entropy "${options_type.allele_scope.min_repeat_entropy}" ${options_type.allele_scope.no_partial_observations} #end if @@ -166,13 +166,13 @@ #if str( $options_type.genotype_likelihoods.genotype_likelihoods_selector ) == "True": --base-quality-cap "${$options_type.genotype_likelihoods.base_quality_cap}" ${$options_type.genotype_likelihoods.experimental_gls} - --prob_contamination "${$options_type.genotype_likelihoods.prob_contamination}" + --prob-contamination "${$options_type.genotype_likelihoods.prob_contamination}" #end if ## ALGORITHMIC FEATURES #if str( $options_type.algorithmic_features.algorithmic_features_selector ) == "True": - v + ${options_type.algorithmic_features.report_genotype_likelihood_max} -B "${options_type.algorithmic_features.B}" --genotyping-max-banddepth "${options_type.algorithmic_features.genotyping_max_banddepth}" -W "${options_type.algorithmic_features.W}" @@ -375,16 +375,16 @@ - + - - - + + + @@ -463,7 +463,7 @@ - + @@ -680,7 +680,7 @@ --haplotype-length N Allow haplotype calls with contiguous embedded matches of up to this length. (default: 3) - --min-repeat-length N + --min-repeat-size N When assembling observations across repeats, require the total repeat length at least this many bp. (default: 5) --min-repeat-entropy N