changeset 10:29db8b6184ea

Default value for skipgap params should be true
author Jim Johnson <jj@umn.edu>
date Fri, 08 Jul 2011 12:15:04 -0500
parents 9181ff21b48a
children 11867a45a43d
files mothur/tools/mothur/chimera.uchime.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mothur/tools/mothur/chimera.uchime.xml	Fri Jul 08 12:13:46 2011 -0500
+++ b/mothur/tools/mothur/chimera.uchime.xml	Fri Jul 08 12:15:04 2011 -0500
@@ -119,8 +119,8 @@
   <param name="minlen" type="integer" value="0" label="minlen - minimum unaligned sequence length. Default 10" help="Applies to both query and reference sequences."/>
   <param name="maxlen" type="integer" value="0" label="maxlen - maximum unaligned sequence length. Defaults 10000" help="Applies to both query and reference sequences."/>
 
-   <param name="skipgaps" type="boolean" falsevalue="--skipgaps=false" truevalue="" checked="false" label="skipgaps - columns containing gaps do not count as diffs. Default=T" help="controls how gapped columns affect counting of diffs"/>
-   <param name="skipgaps2" type="boolean" falsevalue="--skipgaps2=false" truevalue="" checked="false" label="skipgaps2 - column is immediately adjacent to a column containing a gap, it is not counted as a diff. Default=T" help="controls how gapped columns affect counting of diffs"/>
+   <param name="skipgaps" type="boolean" falsevalue="--skipgaps=false" truevalue="" checked="true" label="skipgaps - columns containing gaps do not count as diffs. Default=T" help="controls how gapped columns affect counting of diffs"/>
+   <param name="skipgaps2" type="boolean" falsevalue="--skipgaps2=false" truevalue="" checked="true" label="skipgaps2 - column is immediately adjacent to a column containing a gap, it is not counted as a diff. Default=T" help="controls how gapped columns affect counting of diffs"/>
 
   <param name="chimealns" type="boolean" falsevalue="" truevalue="--chimealns=true" checked="false" label="chimealns - Produce a file containing multiple alignments of query sequences to parents in human readable format. " help="Alignments show columns with differences that support or contradict a chimeric model."/>