Mercurial > repos > greg > gene_family_aligner
comparison macros.xml @ 11:a2b29eb5459d draft
Uploaded
author | greg |
---|---|
date | Mon, 10 Apr 2017 13:49:04 -0400 |
parents | 43341e97bb08 |
children | af8dad310c32 |
comparison
equal
deleted
inserted
replaced
10:5ad5d4204edf | 11:a2b29eb5459d |
---|---|
89 <option value="yes">Yes</option> | 89 <option value="yes">Yes</option> |
90 </param> | 90 </param> |
91 <when value="no" /> | 91 <when value="no" /> |
92 <when value="yes"> | 92 <when value="yes"> |
93 <conditional name="trim_type_cond"> | 93 <conditional name="trim_type_cond"> |
94 <param name="trim_type" type="select" label="Select process used for gap trimming"> | 94 <param name="trim_type" type="select" label="Select process used for trimming"> |
95 <option value="gap_trimming" selected="true">Nucleotide based</option> | 95 <option value="gap_trimming" selected="true">Remove gappy sites in alignments (gap trimming)</option> |
96 <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach</option> | 96 <option value="automated_trimming">Trim alignments using trimAl's ML heuristic trimming approach (automated trimming)</option> |
97 </param> | 97 </param> |
98 <when value="gap_trimming"> | 98 <when value="gap_trimming"> |
99 <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" /> | 99 <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" /> |
100 </when> | 100 </when> |
101 <when value="automated_trimming" /> | 101 <when value="automated_trimming" /> |