annotate raxmlng.xml @ 0:21da84148596 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
author iuc
date Sun, 21 Dec 2025 10:17:03 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
1 <tool id="raxmlng" name="RAxML-NG" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
2 <description>Maximum Likelihood based inference of large phylogenetic trees</description>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
3 <macros>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">1.2.2</token>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
6 </macros>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
7 <xrefs>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
8 <xref type="bio.tools">RAxML-NG</xref>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
9 </xrefs>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
10 <requirements>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
11 <requirement type="package" version="@TOOL_VERSION@">raxml-ng</requirement>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
12 </requirements>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
13 <command detect_errors="exit_code"><![CDATA[
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
14 raxml-ng
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
15 $command
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
16 #if $command == '--consense':
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
17 $consensus_type
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
18 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
19 --msa '$infile'
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
20 --prefix galaxy
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
21 #if $model.model_type == 'single_gui':
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
22 #if $model.seq_type == 'multistate':
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
23 #set model_matrix = '""'.join(["MULTI", str($model.single_model.multi_state_count),"_",str($model.single_model.subst_matrix)])
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
24 #else:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
25 #set model_matrix = str($model.single_model.subst_matrix)
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
26 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
27 #if str($model.rhas_model) in ['+G', '+R', '+I+G', '+I+R']:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
28 #set model_rhas = '""'.join([str($model.rhas_model), str($model.rhas_cat_count)])
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
29 #else
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
30 #set model_rhas = str($model.rhas_model)
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
31 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
32 --model ${model_matrix}${model.base_freqs}${model_rhas}
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
33 #elif $model.model_type == 'single_string'
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
34 --model '${model.model_string}'
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
35 #elif $model.model_type == 'multi_file'
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
36 --model '$model.model_file'
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
37 --brlen $model.brlen_linkage
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
38 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
39 #set start_trees = []
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
40 #if $tree_file:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
41 #set start_trees = start_trees + [str($tree_file)]
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
42 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
43 #if $tree_pars_count:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
44 #set start_trees = start_trees + ['""'.join(["pars{", str($tree_pars_count), "}"])]
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
45 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
46 #if $tree_rand_count:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
47 #set start_trees = start_trees + ['""'.join(["rand{", str($tree_rand_count), "}"])]
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
48 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
49 #set tree_str = '","'.join($start_trees)
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
50 #if $tree_str:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
51 --tree $tree_str
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
52 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
53 #if $outgroup_name:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
54 --outgroup '$outgroup_name'
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
55 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
56 #if $constraint_file:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
57 --tree-constraint '$constraint_file'
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
58 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
59 #if $command == '--all' or $command == '--bootstrap':
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
60 #if $bs_metric
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
61 --bs-metric $bs_metric
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
62 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
63 #if $bs_mre:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
64 --bs-trees autoMRE{$bs_reps}
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
65 --bs-cutoff $bs_cutoff
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
66 #else
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
67 --bs- trees $bs_reps
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
68 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
69 #elif $command == '--support':
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
70 #if $bs_metric
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
71 --bs-metric $bs_metric
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
72 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
73 --bs-trees $bs_trees
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
74 #elif $command == '--bsconverge':
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
75 --bs-cutoff $bs_cutoff
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
76 --bs-trees $bs_trees
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
77 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
78 #if $random_seed:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
79 --seed $random_seed
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
80 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
81 #if $lh_epsilon:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
82 --lh-epsilon $lh_epsilon
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
83 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
84 #if $lh_epsilon_triplet:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
85 --lh-epsilon-triplet $lh_epsilon_triplet
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
86 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
87 #if $blmin:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
88 --blmin $blmin
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
89 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
90 #if $blmax:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
91 --blmax $blmax
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
92 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
93 $pat_comp
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
94 $site_repeats
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
95 $rate_scalers
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
96 #if $force:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
97 --force $force
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
98 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
99 #if $log_level:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
100 --log $log_level
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
101 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
102 #if $site_weights:
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
103 --site-weights $site_weights
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
104 #end if
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
105 --threads auto{\${GALAXY_SLOTS:-8}}
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
106 ]]></command>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
107 <inputs>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
108 <section name="general_opts" expanded="true" title="General options">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
109 <param name="command" type="select" label="Analysis type">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
110 <option value="--check">Check alignment correctness</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
111 <!-- <option value="-parse">Convert alignment to a compressed binary format (RBA)</option> -->
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
112 <option value="--search" selected="true">Tree search (default)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
113 <option value="--search1">Tree search (FAST)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
114 <option value="--all">Tree search with branch support values (SLOW)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
115 <option value="--evaluate">Optimize branches and model parameters on a fixed topology</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
116 <option value="--start">Generate parsimony and/or random starting trees</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
117 <option value="--bootstrap">Bootstrap tree inference (SLOW)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
118 <option value="--support">Support value mapping from existing set of bootstrap trees</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
119 <option value="--bsconverge">Bootstopping: Test bootstrap convergerge a posteriori</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
120 <option value="--sitelh">Print per-site log-likelihoods</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
121 <option value="--ancestral">Ancestral state reconstruction on a given tree</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
122 <option value="--rfdist">RF: Compute pair-wise Robinson-Foulds distances between trees</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
123 <option value="--consense">Build a consensus tree</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
124 <option value="--terrace">Check whether a tree lies on a phylogenetic terrace</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
125 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
126 <param name="infile" argument="--msa" type="data" format="fasta,phylip" label="Source file with aligned sequences"
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
127 help="At least four aligned genomes are needed for RAxML-NG." />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
128 <conditional name="model">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
129 <param name="model_type" type="select" display="radio" label="Model type">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
130 <option value="single_gui" selected="true">Single model (GUI)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
131 <option value="single_string">Single model (string)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
132 <option value="multi_file">Partitioned model file</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
133 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
134 <when value="single_gui">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
135 <conditional name="single_model">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
136 <param name="seq_type" type="select" display="radio" label="Sequence type">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
137 <option value="nucleotide" selected="true">Nucleotide</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
138 <option value="aminoacid">Amino Acid</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
139 <option value="binary">Binary</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
140 <option value="multistate">Multistate</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
141 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
142 <when value="nucleotide">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
143 <param name="subst_matrix" type="select" label="Matrix">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
144 <option value="F81">F81</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
145 <option value="GTR" selected="true">GTR</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
146 <option value="HKY">HKY</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
147 <option value="JC">JC</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
148 <option value="K80">K80</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
149 <option value="SYM">SYM</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
150 <option value="TIM1">TIM1</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
151 <option value="TIM2">TIM2</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
152 <option value="TIM3">TIM3</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
153 <option value="TN93">TN93</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
154 <option value="TPM1">TPM1</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
155 <option value="TPM2">TPM2</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
156 <option value="TPM3">TPM3</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
157 <option value="TVM">TVM</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
158 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
159 </when>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
160 <when value="aminoacid">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
161 <param name="subst_matrix" type="select" label="Matrix">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
162 <option value="BLOSUM62">BLOSUM62</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
163 <option value="CPREV">CPREV</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
164 <option value="DAYHOFF">DAYHOFF</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
165 <option value="DCMUT">DCMUT</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
166 <option value="FLU">FLU</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
167 <option value="PROTGTR">GTR</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
168 <option value="HIVB">HIVB</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
169 <option value="HIVW">HIVW</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
170 <option value="JTT">JTT</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
171 <option value="JTT-DCMUT">JTT-DCMUT</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
172 <option value="LG" selected="true">LG</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
173 <option value="LG4M">LG4M</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
174 <option value="LG4X">LG4X</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
175 <option value="MTART">MTART</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
176 <option value="MTMAM">MTMAM</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
177 <option value="MTREV">MTREV</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
178 <option value="MTZOA">MTZOA</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
179 <option value="PMB">PMB</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
180 <option value="RTREV">RTREV</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
181 <option value="VT">VT</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
182 <option value="WAG">WAG</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
183 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
184 </when>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
185 <when value="binary">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
186 <param name="subst_matrix" type="select" label="Matrix">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
187 <option value="BIN">BIN</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
188 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
189 </when>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
190 <when value="multistate">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
191 <param name="multi_state_count" type="integer" value="2" label="Number of states" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
192 <param name="subst_matrix" type="select" label="Matrix">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
193 <option value="MK">MULTIx_MK</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
194 <option value="GTR">MULTIx_GTR</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
195 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
196 </when>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
197 </conditional>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
198 <param name="base_freqs" type="select" label="Stationary base frequencies">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
199 <option value="" selected="true">Default</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
200 <option value="+FO">ML estimate</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
201 <option value="+F">empirical</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
202 <option value="+FE">equal</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
203 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
204 <param name="rhas_model" type="select" label="Rate heterogeneity across sites (RHAS) model">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
205 <option value="">None / default</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
206 <option value="+G" selected="true">GAMMA</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
207 <option value="+I">Inv</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
208 <option value="+I+G">Inv+GAMMA</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
209 <option value="+R">FreeRate</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
210 <option value="+I+R">Inv+FreeRate</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
211 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
212 <param name="rhas_cat_count" type="integer" value="" optional="true" label="Number of RHAS categories" help="Typical range: 2..10 (default: 4)"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
213 </when>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
214 <when value="single_string">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
215 <param name="model_string" type="text" value="" optional="false" label="Model definition string" help="Help: https://github.com/amkozlov/raxml-ng/wiki/Input-data#single-model" >
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
216 <sanitizer>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
217 <valid initial="string.ascii_letters,string.digits,string.punctuation">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
218 <remove value="';"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
219 </valid>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
220 </sanitizer>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
221 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
222 </when>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
223 <when value="multi_file">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
224 <param name="model_file" type="data" format="txt" label="Partitioned model file" help="Help: https://github.com/amkozlov/raxml-ng/wiki/Input-data#multiple-models" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
225 <param name="brlen_linkage" type="select" display="radio" label="Branch length linkage among partitions">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
226 <option value="linked">Linked identical</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
227 <option value="scaled" selected="true">Linked proportional</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
228 <option value="unlinked">Unlinked</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
229 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
230 </when>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
231 </conditional>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
232 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
233 <section name="tree_opts" expanded="false" title="Tree options">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
234 <param name="tree_file" type="data" format="nhx" optional="true" label="User starting trees (NEWICK file)" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
235 <param name="tree_pars_count" type="integer" value="" optional="true" label="Number of PARSIMONY starting trees" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
236 <param name="tree_rand_count" type="integer" value="" optional="true" label="Number of RANDOM starting trees" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
237 <param name="outgroup_name" argument="--outgroup" type="text" value="" optional="true" label="Root a tree: Outgroup taxon name(s)" help="E.g. Mouse or Mouse,Rat. No spaces between taxon names are allowed"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
238 <param name="constraint_file" argument="--tree-constraint" type="data" format="txt" optional="true" label="Constraint tree" help="Topological constraint in NEWICK format (can be partial)"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
239 <param name="consensus_type" type="select" display="radio" label="Consensus type">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
240 <option value="strict">Strict</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
241 <option value="mr" selected="true">Majority Rule (MR)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
242 <option value="mre">Majority Rule Extended (MRE)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
243 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
244 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
245 <section name="bootstrap_opts" expanded="false" title="Bootstrapping options">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
246 <param name="bs_metric" type="select" multiple="true" display="checkboxes" label="Branch support metric">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
247 <option value="fbp" selected="true">Felsenstein bootstrap</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
248 <option value="tbe">Transfer bootstrap (TBE)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
249 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
250 <param name="bs_reps" type="integer" value="1000" min="1" max="10000" label="Number of replicates" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
251 <param name="bs_mre" type="boolean" checked="true" label="Use bootstopping (autoMRE convergence test)" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
252 <param name="bs_cutoff" type="float" value="0.03" min="0" max="1" label="Bootstopping cutoff" help="Cutoff threshold for the MRE-based convergence test" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
253 <param argument="--bs-trees" type="data" format="nhx" optional="true" label="Existing set of bootstrap trees"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
254 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
255 <section name="safety_opts" expanded="false" title="Safety checks">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
256 <param argument="--force" type="select" multiple="true" display="checkboxes" label="Disable safety checks (use with CAUTION!)">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
257 <option value="perf">Performance-related (e.g. number of threads)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
258 <option value="msa">MSA-related (e.g. duplicate or gap-only sequences) </option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
259 <option value="model">Model-related (e,g, invalid state frequencies)</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
260 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
261 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
262 <section name="advanced_opts" expanded="false" title="Advanced options">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
263 <param name="random_seed" argument="--seed" type="integer" value="1" label="Random seed" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
264 <param argument="--lh-epsilon" type="float" value="" optional="true" label="Log-likelihood epsilon for tree search and model optimization" help="Default: 0.1"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
265 <param argument="--lh-epsilon-triplet" type="float" value="" optional="true" label="Log-likelihood epsilon for branch length triplet optimization" help="Default: 1000"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
266 <param argument="--blmin" type="float" value="" optional="true" label="MIN branch length" help="Default: 10^-6"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
267 <param argument="--blmax" type="float" value="" optional="true" label="MAX branch length" help="Default: 100"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
268 <param name="pat_comp" type="boolean" truevalue="--pat-comp off" falsevalue="" label="Disable alignment pattern compression" help="Default: NO" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
269 <param name="site_repeats" type="boolean" truevalue="--site-repeats off" falsevalue="" label="Disable site repeats optimization" help="Default: NO" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
270 <param name="rate_scalers" type="boolean" truevalue="--rate-scalers on" falsevalue="" label="ALWAYS use individual CLV scalers for each rate category" help="Default: use if MSA has >2000 taxa" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
271 <param name="log_level" argument="--log" type="select" optional="true" label="Log verbosity">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
272 <option value="error">ERROR</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
273 <option value="warning">WARNING</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
274 <option value="result">RESULT</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
275 <option value="info">INFO</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
276 <option value="progress">PROGRESS</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
277 <option value="verbose">VERBOSE</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
278 <option value="debug">DEBUG</option>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
279 </param>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
280 <param argument="--site-weights" type="data" format="txt" optional="true" label="File with custom MSA column weights (positive integers only!)" />
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
281 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
282 </inputs>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
283 <outputs>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
284 <data format="txt" name="log" from_work_dir="galaxy.raxml.log" label="${tool.name} on ${on_string}: Log"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
285 <!--
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
286 <data format="binary" name="rba" from_work_dir="galaxy.raxml.rba" label="${tool.name} on ${on_string}: RAxML Binary Alignment">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
287 <filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
288 general_opts['command'] in ["-parse", "-search", "-search1", "-all"]
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
289 </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
290 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
291 -->
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
292 <data format="nhx" name="bestTree" from_work_dir="galaxy.raxml.bestTree" label="${tool.name} on ${on_string}: Best-scoring ML Tree">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
293 <filter>general_opts['command'] in ["--search", "--search1", "--all", "--evaluate"] </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
294 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
295 <data format="nhx" name="supportTree" from_work_dir="galaxy.raxml.support" label="${tool.name} on ${on_string}: ML Tree with branch support values">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
296 <filter>general_opts['command'] in ["--all", "--support"] </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
297 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
298 <data format="nhx" name="bootstrapTrees" from_work_dir="galaxy.raxml.bootstraps" label="${tool.name} on ${on_string}: Bootstrap trees">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
299 <filter>general_opts['command'] in ["--all", "--bootstrap"] </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
300 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
301 <data format="txt" name="bestModel" from_work_dir="galaxy.raxml.bestModel" label="${tool.name} on ${on_string}: Optimized model parameters">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
302 <filter>general_opts['command'] in ["--search", "--search1", "--all", "--evaluate"]</filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
303 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
304 <data format="nhx" name="startTree" from_work_dir="galaxy.raxml.startTree" label="${tool.name} on ${on_string}: Starting trees">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
305 <filter>general_opts['command'] in ["--search", "--search1", "--all", "--start"] </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
306 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
307 <data format="txt" name="siteLH" from_work_dir="galaxy.raxml.siteLH" label="${tool.name} on ${on_string}: Per-site log-likelihoods">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
308 <filter>general_opts['command'] == "--sitelh"</filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
309 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
310 <data format="txt" name="rfDistances" from_work_dir="galaxy.raxml.rfDistances" label="${tool.name} on ${on_string}: Pair-wise RF distances">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
311 <filter>general_opts['command'] == "--rfdist"</filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
312 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
313 <data format="txt" name="terrace" from_work_dir="galaxy.raxml.terrace" label="${tool.name} on ${on_string}: Terrace">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
314 <filter>general_opts['command'] == "--terrace"</filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
315 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
316 <data format="nhx" name="consensusTreeSTRICT" from_work_dir="galaxy.raxml.consensusTreeSTRICT" label="${tool.name} on ${on_string}: Consensus Tree (strict)">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
317 <filter>general_opts['command'] == "--consense" and tree_opts['consensus_type'] == "strict" </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
318 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
319 <data format="nhx" name="consensusTreeMR" from_work_dir="galaxy.raxml.consensusTreeMR" label="${tool.name} on ${on_string}: Consensus Tree (MR)">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
320 <filter>general_opts['command'] == "--consense" and tree_opts['consensus_type'] == "mr" </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
321 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
322 <data format="nhx" name="consensusTreeMRE" from_work_dir="galaxy.raxml.consensusTreeMRE" label="${tool.name} on ${on_string}: Consensus Tree (MRE)">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
323 <filter>general_opts['command'] == "--consense" and tree_opts['consensus_type'] == "mre" </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
324 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
325 <data format="nhx" name="ancestralTree" from_work_dir="galaxy.raxml.ancestralTree" label="${tool.name} on ${on_string}: Ancestral None-labeled Tree">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
326 <filter>general_opts['command'] == "--ancestral" </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
327 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
328 <data format="txt" name="ancestralStates" from_work_dir="galaxy.raxml.ancestralStates" label="${tool.name} on ${on_string}: Ancestral Sequences">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
329 <filter>general_opts['command'] == "--ancestral" </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
330 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
331 <data format="txt" name="ancestralProbs" from_work_dir="galaxy.raxml.ancestralProbs" label="${tool.name} on ${on_string}: Ancestral Marginal Probabilities">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
332 <filter>general_opts['command'] == "--ancestral" </filter>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
333 </data>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
334 </outputs>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
335 <tests>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
336 <test expect_num_outputs="4">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
337 <section name="general_opts">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
338 <param name="command" value="--search"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
339 <param name="infile" value="dna.phy"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
340 <conditional name="model">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
341 <param name="model_type" value="single_gui"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
342 <conditional name="single_model">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
343 <param name="seq_type" value="nucleotide"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
344 <param name="subst_matrix" value="HKY"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
345 </conditional>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
346 </conditional>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
347 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
348 <section name="tree_opts">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
349 <param name="tree_pars_count" value="6"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
350 <param name="tree_rand_count" value="4"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
351 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
352 <section name="advanced_opts">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
353 <param name="random_seed" value="1"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
354 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
355 <output name="log">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
356 <assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
357 <has_text text="Final LogLikelihood:"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
358 <has_text text="Elapsed time:"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
359 </assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
360 </output>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
361 <output name="startTree" file="tree10.raxml.galaxy" ftype="nhx"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
362 <output name="bestModel">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
363 <assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
364 <has_n_columns n="2" sep="="/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
365 <has_n_lines n="1"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
366 <has_text text="HKY"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
367 </assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
368 </output>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
369 <output name="bestTree" ftype="nhx">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
370 <assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
371 <has_text_matching expression="Frog"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
372 </assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
373 </output>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
374 </test>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
375 <test expect_num_outputs="2">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
376 <section name="general_opts">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
377 <param name="command" value="--consense"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
378 <param name="infile" value="dna.phy"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
379 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
380 <section name="tree_opts">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
381 <param name="tree_file" value="tree10.raxml.galaxy"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
382 <param name="consensus_type" value="mr"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
383 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
384 <section name="advanced_opts">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
385 <param name="random_seed" value="1"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
386 </section>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
387 <output name="log">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
388 <assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
389 <has_text text="run mode: Build consensus tree"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
390 <has_text text="Elapsed time:"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
391 </assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
392 </output>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
393 <output name="consensusTreeMR" ftype="nhx">
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
394 <assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
395 <has_text text="Cow"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
396 <has_text text="Frog"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
397 <has_n_lines n="1"/>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
398 </assert_contents>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
399 </output>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
400 </test>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
401 </tests>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
402 <help><![CDATA[
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
403 RAxML-NG is a phylogenetic tree inference tool which uses Maximum-Likelihood (ML) optimality criterion.
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
404 Its search heuristic is based on iteratively performing a series of Subtree Pruning and Regrafting (SPR) moves,
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
405 which allows to quickly navigate to the best-known ML tree.
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
406 RAxML-NG is a successor of RAxML 8.x (Stamatakis 2014).
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
407
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
408 Documentation: https://github.com/amkozlov/raxml-ng/wiki
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
409
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
410 .. _RAxML-NG: http://www.exelixis-lab.org/web/software/raxml-ng/
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
411
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
412 ]]></help>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
413 <citations>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
414 <citation type="doi">10.1093/bioinformatics/btz305</citation>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
415 </citations>
21da84148596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/raxml-ng commit 73e57581d32cd1ffa9b234faa87fc2e2ac3ae37f
iuc
parents:
diff changeset
416 </tool>