diff macros.xml @ 11:a2b29eb5459d draft

Uploaded
author greg
date Mon, 10 Apr 2017 13:49:04 -0400
parents 43341e97bb08
children af8dad310c32
line wrap: on
line diff
--- a/macros.xml	Mon Apr 10 13:36:27 2017 -0400
+++ b/macros.xml	Mon Apr 10 13:49:04 2017 -0400
@@ -91,9 +91,9 @@
             <when value="no" />
             <when value="yes">
                 <conditional name="trim_type_cond">
-                    <param name="trim_type" type="select" label="Select process used for gap trimming">
-                        <option value="gap_trimming" selected="true">Nucleotide based</option>
-                        <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach</option>
+                    <param name="trim_type" type="select" label="Select process used for trimming">
+                        <option value="gap_trimming" selected="true">Remove gappy sites in alignments (gap trimming)</option>
+                        <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach (automated trimming)</option>
                     </param>
                     <when value="gap_trimming">
                         <param name="gap_trimming" type="float" value="0" min="0" max="1.0" label="Remove sites in alignments with gaps of" help="Zero value has no affect" />