comparison phylogenomics_analysis.xml @ 56:ae197e9e9497 draft

Uploaded
author greg
date Fri, 10 Feb 2017 14:00:16 -0500
parents 77c1b345bc95
children c662ff5166df
comparison
equal deleted inserted replaced
55:150087c2f41d 56:ae197e9e9497
99 #if str($tree_inference_method) == 'raxml': 99 #if str($tree_inference_method) == 'raxml':
100 #set rooting_order_file_cond = $tree_inference_cond.rooting_order_file_cond 100 #set rooting_order_file_cond = $tree_inference_cond.rooting_order_file_cond
101 #set rooting_order_file = $rooting_order_file_cond.rooting_order_file 101 #set rooting_order_file = $rooting_order_file_cond.rooting_order_file
102 #if str($rooting_order_file) == 'yes': 102 #if str($rooting_order_file) == 'yes':
103 --rooting_order '$rooting_order_file_cond.rooting_order' 103 --rooting_order '$rooting_order_file_cond.rooting_order'
104 #else:
105 #set default_rooting_order = $__tool_directory__/rooting_order.config
106 --rooting_order '$default_rooting_order'
104 #end if 107 #end if
105 --bootstrap_replicates $tree_inference_cond.bootstrap_replicates 108 --bootstrap_replicates $tree_inference_cond.bootstrap_replicates
106 #end if 109 #end if
107 --max_orthogroup_size $options_type.phylogenetic_trees_cond.max_orthogroup_size 110 --max_orthogroup_size $options_type.phylogenetic_trees_cond.max_orthogroup_size
108 --min_orthogroup_size $options_type.phylogenetic_trees_cond.min_orthogroup_size 111 --min_orthogroup_size $options_type.phylogenetic_trees_cond.min_orthogroup_size
231 <option value="raxml" selected="true">RAxML</option> 234 <option value="raxml" selected="true">RAxML</option>
232 <option value="fasttree">FastTree</option> 235 <option value="fasttree">FastTree</option>
233 </param> 236 </param>
234 <when value="raxml"> 237 <when value="raxml">
235 <conditional name="rooting_order_file_cond"> 238 <conditional name="rooting_order_file_cond">
236 <param name="rooting_order_file" type="select" label="Select history item containing strings matching sequence identifiers of species for determining the most basal taxa in the orthogroups for rooting trees?"> 239 <param name="rooting_order_file" type="select" label="Select rooting order configuration for rooting trees?" help="Select no for the default rooting order configuration which uses the most distant taxon present in the orthogroup">
237 <option value="no" selected="true">No</option> 240 <option value="no" selected="true">No</option>
238 <option value="yes">Yes</option> 241 <option value="yes">Yes</option>
239 </param> 242 </param>
240 <when value="no" /> 243 <when value="no" />
241 <when value="yes"> 244 <when value="yes">
242 <param name="rooting_order" format="txt" type="data" label="History item containing strings matching sequence identifiers of species for determining the most basal taxa in the orthogroups for rooting trees" /> 245 <param name="rooting_order" format="txt" type="data" label="Rooting order configuration for rooting trees" />
243 </when> 246 </when>
244 </conditional> 247 </conditional>
245 <param name="bootstrap_replicates" type="integer" value="100" min="0" label="Number of replicates for rapid bootstrap analysis and search for the best-scoring ML tree" /> 248 <param name="bootstrap_replicates" type="integer" value="100" min="0" label="Number of replicates for rapid bootstrap analysis and search for the best-scoring ML tree" />
246 </when> 249 </when>
247 <when value="fasttree" /> 250 <when value="fasttree" />
324 - **Use corresponding coding sequences?** - Selecting 'Yes' for this option requires that the selected input data format is 'ptorthocs' or this tool will produce an error. 327 - **Use corresponding coding sequences?** - Selecting 'Yes' for this option requires that the selected input data format is 'ptorthocs' or this tool will produce an error.
325 328
326 * **Phylogenetic trees options** 329 * **Phylogenetic trees options**
327 330
328 - **Phylogenetic trees inference method** - Phylogenetic trees inference method. 331 - **Phylogenetic trees inference method** - Phylogenetic trees inference method.
329 - **Select history item containing strings matching sequence identifiers of species for determining the most basal taxa in the orthogroups for rooting trees?** - If 'No' is selected, trees will be rooted using the most distant taxon present in the orthogroup. 332 - **Select rooting order configuration for rooting trees??** - If 'No' is selected, trees will be rooted using the most distant taxon present in the orthogroup.
330 - **History item containing strings matching sequence identifiers of species for determining the most basal taxa in the orthogroups for rooting trees** - History item containing a set of string fragments matching sequences identifiers of species in the classification (including scaffold taxa) to be used for determining the most basal taxa in the orthogroups for rooting trees. The set of string fragments must be listed in decreasing order from older to younger lineages.
331 - **Number of replicates for rapid bootstrap analysis and search for the best-scoring ML tree** - Number of replicates for rapid bootstrap analysis and search for the best-scoring ML tree. 333 - **Number of replicates for rapid bootstrap analysis and search for the best-scoring ML tree** - Number of replicates for rapid bootstrap analysis and search for the best-scoring ML tree.
332 - **Maximum number of sequences in orthogroup alignments** - Maximum number of sequences in orthogroup alignments. 334 - **Maximum number of sequences in orthogroup alignments** - Maximum number of sequences in orthogroup alignments.
333 - **Minimum number of sequences in orthogroup alignments** - Minimum number of sequences in orthogroup alignments. 335 - **Minimum number of sequences in orthogroup alignments** - Minimum number of sequences in orthogroup alignments.
334 336
335 * **MSA quality control options** 337 * **MSA quality control options**