Mercurial > repos > iuc > raxml
annotate raxml.xml @ 0:6805e85573b8 draft
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
author | iuc |
---|---|
date | Mon, 14 Nov 2016 14:03:39 -0500 |
parents | |
children | ba29b5e2a4be |
rev | line source |
---|---|
0
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
1 <tool id="raxml" name="Phyogenetic reconstruction with RaXML" version="1.0.2"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
2 <description>- Maximum Likelihood based inference of large phylogenetic trees</description> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
3 <requirements> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
4 <requirement type='package' version="8.2.4">raxml</requirement> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
5 </requirements> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
6 <command interpreter="python">raxml.py |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
7 ## Required parameters |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
8 ## binary is hard-coded to the pthreads enabled raxml executable if threads > 1 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
9 ## (-T) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
10 ## Cannot have --threads 1 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
11 #set $slots = $getVar('GALAXY_SLOTS', 1) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
12 #if $slots == 1: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
13 --binary "raxmlHPC" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
14 --threads 1 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
15 #else: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
16 --binary "raxmlHPC-PTHREADS" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
17 --threads $slots |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
18 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
19 ## (-s) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
20 --source "$infile" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
21 ## (-m) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
22 --model_type $search_model_selector.model_type |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
23 --base_model $search_model_selector.base_model |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
24 #if str( $search_model_selector.model_type ) == 'aminoacid': |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
25 $search_model_selector.aa_model_empirical_base_frequencies |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
26 #if $search_model_selector.aa_search_matrix: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
27 --aa_search_matrix $search_model_selector.aa_search_matrix |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
28 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
29 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
30 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
31 ## Optional parameters |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
32 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
33 #if str( $selExtraOpts.extraOptions ) == 'full': |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
34 ## (-N/#) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
35 #if $selExtraOpts.number_of_runs: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
36 --number_of_runs $selExtraOpts.number_of_runs |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
37 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
38 #if $selExtraOpts.number_of_runs_bootstop: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
39 --number_of_runs_bootstop $selExtraOpts.number_of_runs_bootstop |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
40 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
41 ## (-a) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
42 #if $selExtraOpts.weightfile: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
43 --weightfile "$selExtraOpts.weightfile" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
44 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
45 ## (-b) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
46 #if str ($selExtraOpts.secondary_structure_model) != "": |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
47 --secondary_structure_model $selExtraOpts.secondary_structure_model |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
48 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
49 ## (-b) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
50 #if str($selExtraOpts.bootseed): |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
51 --bootseed $selExtraOpts.bootseed |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
52 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
53 ## (-c) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
54 #if $selExtraOpts.numofcats: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
55 --numofcats $selExtraOpts.numofcats |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
56 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
57 ## (-d) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
58 $selExtraOpts.search_complete_random_tree |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
59 ## (-D) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
60 $selExtraOpts.ml_search_convergence |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
61 ## (-e) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
62 #if $selExtraOpts.model_opt_precision: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
63 --model_opt_precision $selExtraOpts.model_opt_precision |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
64 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
65 ## (-E) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
66 #if $selExtraOpts.excludefile: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
67 --excludefile "$selExtraOpts.excludefile" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
68 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
69 ## (-f) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
70 #if $selExtraOpts.search_algorithm: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
71 --search_algorithm $selExtraOpts.search_algorithm |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
72 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
73 ## (-F) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
74 $selExtraOpts.save_memory_cat_model |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
75 ## (-g) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
76 #if $selExtraOpts.groupingfile: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
77 --groupingfile "$selExtraOpts.groupingfile" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
78 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
79 ## (-G) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
80 #if $selExtraOpts.enable_evol_heuristics: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
81 --enable_evol_heuristics $selExtraOpts.enable_evol_heuristics |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
82 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
83 ## (-i) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
84 #if $selExtraOpts.initial_rearrangement_setting: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
85 --initial_rearrangement_setting $selExtraOpts.initial_rearrangement_setting |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
86 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
87 ## (-I) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
88 #if $selExtraOpts.posterior_bootstopping_analysis: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
89 --posterior_bootstopping_analysis $selExtraOpts.posterior_bootstopping_analysis |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
90 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
91 ## (-J) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
92 #if $selExtraOpts.majority_rule_consensus: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
93 --majority_rule_consensus $selExtraOpts.majority_rule_consensus |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
94 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
95 ## (-k) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
96 $selExtraOpts.print_branch_lengths |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
97 ## (-K) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
98 #if str ($selExtraOpts.multistate_sub_model) != "": |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
99 --multistate_sub_model $selExtraOpts.multistate_sub_model |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
100 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
101 ## (-m) - see elsewhere |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
102 ## (-M) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
103 $selExtraOpts.estimate_individual_branch_lengths |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
104 ## (-n) - see elsewhere |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
105 ## (-o) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
106 #if $selExtraOpts.outgroup_name: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
107 --outgroup_name "$selExtraOpts.outgroup_name" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
108 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
109 ## (-O) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
110 $selExtraOpts.disable_undetermined_seq_check |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
111 ## (-P) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
112 #if $selExtraOpts.external_protein_model: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
113 --external_protein_model "$selExtraOpts.external_protein_model" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
114 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
115 ## (-q) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
116 #if $selExtraOpts.multiple_model: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
117 --multiple_model "$selExtraOpts.multiple_model" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
118 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
119 ## (-r) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
120 #if $selExtraOpts.constraint_file: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
121 --constraint_file "$selExtraOpts.constraint_file" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
122 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
123 ## (-R) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
124 #if $selExtraOpts.bin_model_parameter_file: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
125 --bin_model_parameter_file "$selExtraOpts.bin_model_parameter_file" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
126 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
127 ## (-S) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
128 #if $selExtraOpts.secondary_structure_file: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
129 --secondary_structure_file "$selExtraOpts.secondary_structure_file" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
130 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
131 ## (-t) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
132 #if $selExtraOpts.start_tree_file: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
133 --starting_tree "$selExtraOpts.start_tree_file" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
134 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
135 ## (-T) see elsewhere |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
136 ## (-u) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
137 $selExtraOpts.use_median_approximation |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
138 ## (-U) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
139 $selExtraOpts.save_memory_gappy_alignments |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
140 ## (-V) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
141 $selExtraOpts.disable_rate_heterogeneity |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
142 ## (-W) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
143 #if $selExtraOpts.sliding_window_size: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
144 --sliding_window_size $selExtraOpts.sliding_window_size |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
145 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
146 ## (-x) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
147 #if str($selExtraOpts.rapid_bootstrap_random_seed): |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
148 --rapid_bootstrap_random_seed $selExtraOpts.rapid_bootstrap_random_seed |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
149 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
150 ## (-y) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
151 $selExtraOpts.parsimony_starting_tree_only |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
152 ## (-z) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
153 #if $selExtraOpts.file_multiple_trees: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
154 --file_multiple_trees "$selExtraOpts.file_multiple_trees" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
155 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
156 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
157 ## (-p) |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
158 #if $selExtraOpts.random_seed: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
159 --random_seed $selExtraOpts.random_seed |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
160 #else |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
161 --random_seed 1234567890 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
162 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
163 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
164 #else: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
165 --random_seed 1234567890 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
166 #end if |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
167 </command> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
168 <inputs> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
169 <param type="data" format="fasta,phylip" name="infile" label="Source file" help="(-s)"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
170 <conditional name="search_model_selector"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
171 <param name="model_type" type="select" label="Model Type" help="(--model_type)"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
172 <option value="nucleotide" selected="true">Nucleotide</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
173 <option value="aminoacid">Amino Acid</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
174 <option value="binary">Binary</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
175 <option value="multistate">Multistate</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
176 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
177 <when value="nucleotide"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
178 <param name="base_model" type="select" label="Substitution Model" help="--base-model"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
179 <option value="GTRCAT">GTRCAT</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
180 <option value="GTRCATI">GTRCATI</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
181 <option value="GTRGAMMA" selected="true">GTRGAMMA</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
182 <option value="GTRGAMMAI">GTRGAMMAI</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
183 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
184 </when> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
185 <when value="aminoacid"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
186 <param name="aa_model_empirical_base_frequencies" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
187 type="boolean" checked="no" truevalue="--aa_empirical_freq" falsevalue="" display="checkboxes" label="Use empirical base frequencies in AA models" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
188 <param name="base_model" type="select" label="Substitution Model (--base_model)"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
189 <option value="PROTCAT" selected="true">PROTCAT</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
190 <option value="PROTCATI">PROTCATI</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
191 <option value="PROTGAMMA">PROTGAMMA</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
192 <option value="PROTGAMMAI">PROTGAMMAI</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
193 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
194 <param name="aa_search_matrix" type="select" label="Matrix" help="(--aa_search_matrix)"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
195 <option value="DAYHOFF" selected="true">DAYHOFF</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
196 <option value="DCMUT">DCMUT</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
197 <option value="JTT">JTT</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
198 <option value="MTREV">MTREV</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
199 <option value="WAG">WAG</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
200 <option value="RTREV">RTREV</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
201 <option value="CPREV">CPREV</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
202 <option value="VT">VT</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
203 <option value="BLOSUM62">BLOSUM62</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
204 <option value="MTMAM">MTMAM</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
205 <option value="LG">LG</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
206 <option value="MTART">MTART</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
207 <option value="MTZOA">MTZOA</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
208 <option value="PMB">PMB</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
209 <option value="HIVB">HIVB</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
210 <option value="HIVW">HIVW</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
211 <option value="JTTDCMUT">JTTDCMUT</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
212 <option value="FLU">FLU</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
213 <option value="DUMMY">DUMMY</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
214 <option value="DUMMY2">DUMMY2</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
215 <option value="GTR_UNLINKED">GTR_UNLINKED</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
216 <option value="GTR">GTR</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
217 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
218 </when> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
219 <when value="binary"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
220 <param name="base_model" type="select" label="Substitution Model" help="(--base_model)"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
221 <option value="BINCAT">BINCAT</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
222 <option value="BINCATI">BINCATI</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
223 <option value="BINGAMMA">BINGAMMA</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
224 <option value="BINGAMMAI">BINGAMMAI</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
225 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
226 </when> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
227 <when value="multistate"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
228 <param name="base_model" type="select" label="Substitution Model"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
229 <option value="MULTICAT">MULTICAT</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
230 <option value="MULTICATI">MULTICATI</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
231 <option value="MULTIGAMMA">MULTIGAMMA</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
232 <option value="MULTIGAMMAI">MULTIGAMMAI</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
233 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
234 </when> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
235 </conditional> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
236 <conditional name="selExtraOpts"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
237 <param name="extraOptions" type="select" label="RAxML options to use" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
238 help="The required minimal settings are the input file and the |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
239 substitution model. To specify extra options select the 'Full option list'"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
240 <option value="required">Required options only</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
241 <option value="full">Full option list</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
242 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
243 <when value="required" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
244 <when value="full"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
245 <param name="number_of_runs" type="integer" value="" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
246 label="Number of runs" help="Specify the number of |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
247 alternative runs (-N|#) on distinct starting trees In combination |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
248 with the '-b' option will invoke a multiple boostrap analysis. |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
249 You can add the bootstopping criteria by choosing the autoMR, |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
250 autoMRE, autoMRE_IGN, or autoFC value in a menu below instead of |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
251 providing a number here. Bootstopping will only work in |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
252 combination with '-x' or '-b'." |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
253 optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
254 <param name="number_of_runs_bootstop" type="select" label="Use bootstopping criteria for number of runs" optional="True" help="--number_of_runs_bootstop"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
255 <option value="" selected="yes"></option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
256 <option value="autoMR">autoMR</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
257 <option value="autoMRE">autoMRE</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
258 <option value="autoMRE_IGN">autoMRE_IGN</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
259 <option value="autoFC">autoFC</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
260 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
261 <param format="txt" name="weightfile" type="data" label="Column weight file" optional="True" help="(-a)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
262 <param name="secondary_structure_model" type="select" label="Secondary structure substitution model" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
263 help="(--secondary_structure_model)"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
264 <option value="" selected="yes"></option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
265 <option value="S6A">S6A</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
266 <option value="S6B">S6B</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
267 <option value="S6C">S6C</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
268 <option value="S6D">S6D</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
269 <option value="S6E">S6E</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
270 <option value="S7A">S7A</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
271 <option value="S7B">S7B</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
272 <option value="S7C">S7C</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
273 <option value="S7D">S7D</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
274 <option value="S7E">S7E</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
275 <option value="S7F">S7F</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
276 <option value="S16">S16</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
277 <option value="S16A">S16A</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
278 <option value="S16B">S16B</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
279 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
280 <param name="bootseed" type="integer" value="" label="Random number for non-parametric bootstrapping" optional="True" help="(--bootseed)"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
281 <param name="rapid_bootstrap_random_seed" type="integer" value='' label="Rapid bootstrapping random seed" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
282 help="Specify a random seed and turn on rapid bootstrapping. CAUTION: unlike in version 7.0.4 RAxML will conduct rapid BS replicates under the model of rate heterogeneity you specified via '-m' and not by default under CAT. (-x)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
283 <param name="cutoff_threshold" type="float" label="MR Cutoff threshold" value="" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
284 help="Cutoff threshold for the MR-based bootstopping criteria, recommended value is 0.1. (-B)" optional="True"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
285 <param name="numofcats" type="integer" label="Number of Rate Categories for GTRCAT/GTRMIX" optional="True" help="(-c)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
286 <!-- (-C) Conduct model parameter optimization doesn't work in the pthreads version. Skip for now. --> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
287 <param name="search_complete_random_tree" type="boolean" checked="False" truevalue="--search_complete_random_tree" falsevalue="" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
288 display="checkboxes" label="Start ML optimization from a complete random starting tree" help="(--search_complete_random_tree)"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
289 <param name="ml_search_convergence" type="boolean" checked="False" truevalue="--ml_search_convergence" falsevalue="" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
290 label="ML search convergence criterion" help="(--ml_search_convergence)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
291 <param name="model_opt_precision" type="float" label="Model optimization precision" value="" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
292 help="Set model optimization precision in log likelihood units when MIX/MIXI or GAMMA/GAMMAI models are used (--model_opt_precision)" optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
293 <param format="txt" name="excludefile" type="data" label="Exclude file" optional="True" help="(-E)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
294 <param name="search_algorithm" type="select" label="Algorithm to execute" help="(-f)" optional="True"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
295 <option value="a">Rapid bootstrap and best ML tree search (a)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
296 <option value="A">Compute marginal ancestral states (A)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
297 <option value="b">Draw bipartition information (b)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
298 <option value="c">Check if the alignment can be read (c)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
299 <option value="d" selected="true">Hill-climbing ML Search (d) (default)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
300 <option value="e">Optimize GAMMA/GAMMAI model/branches (e)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
301 <option value="g">Compute per-site log likelihoods for -z trees (g)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
302 <option value="h">Compute log likelihood test for -t / -z trees (h)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
303 <option value="j">Generate bootstrapped alignment files (j)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
304 <option value="J">Compute SH-like support values for the -t tree (J)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
305 <option value="m">Compare bipartitions between -t and -z trees (m)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
306 <option value="n">Compute log likelihood score for -z trees (n)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
307 <option value="o">Use old slower search algorithm (o)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
308 <option value="p">Stepwise MP addition of new sequences (p)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
309 <option value="q">Fast quartet calculator (q)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
310 <option value="r">Compute pairwise RF distances in -z trees (r)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
311 <option value="s">Split a multi-gene alignment (s)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
312 <option value="S">Compute site-specific placement bias (S)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
313 <option value="t">Randomized tree searches on a fixed starting tree (t)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
314 <option value="T">Final optimization of a ML tree from a bootstrap (T)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
315 <option value="u">Morphological weight calibration using ML on a -t tree (u)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
316 <option value="v">Classify environmental sequences (v)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
317 <option value="w">Compute ELW-test on -z trees (w)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
318 <option value="x">Compute GAMMA model pair-wise ML distances on a tree (x)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
319 <option value="y">Classify environmental sequences into a reference tree (y)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
320 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
321 <param name="save_memory_cat_model" type="boolean" checked="no" truevalue="--save_memory_cat_model" falsevalue="" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
322 display="checkboxes" label="ML tree searches under CAT model" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
323 help="ML tree searches under CAT model for very large trees without switching to GAMMA in the end (saves memory) and no thorough optimization under GAMMA (--save_memory_cat_model)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
324 <param name="groupingfile" format="txt" type="data" label="Multifurcating constraint tree" optional="True" help="(-g)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
325 <param name="enable_evol_heuristics" type="float" label="Enable the ML-based evolutionary placement algorithm heuristics" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
326 help="Enable the ML-based evolutionary placement algorithm heuristics by specifiyng a threshold value (fraction of insertion branches to be evaluated using slow insertions under ML). (--enable_evol_heuristics)" optional="True" > |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
327 <validator type="in_range" message="0.0 <= fraction <= 1.0" min="0.0" max="1.0"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
328 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
329 <param name="initial_rearrangement_setting" type="integer" value="" label="Initial rearrangement setting" optional="True" help="(-i)"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
330 <param name="posterior_bootstopping_analysis" type="select" label="Posterior bootstopping analysis" optional="True" help="(-I)"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
331 <option value="" selected="True"></option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
332 <option value="autoFC">Frequency-based criterion (autoFC)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
333 <option value="autoMR">Majority-rule consensus tree criterion (autoMR)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
334 <option value="autoMRE">Extended majority-rule consensus tree criterion (autoMRE)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
335 <option value="autoMRE_IGN">Extended MR consensus tree criterion with bipartitions (autoMRE_IGN)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
336 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
337 <!-- (-j) - EMPTY - we cannot handle intermediate tree files in Galaxy --> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
338 <param name="majority_rule_consensus" type="select" label="Compute consensus tree" optional="True" help="(-J)"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
339 <option value="" selected="True"></option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
340 <option value="MR">Majority-rule consensus tree (MR)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
341 <option value="MRE">Extended majority-rule consensus tree (MRE)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
342 <option value="STRICT">Strict consensus tree (STRICT)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
343 <option value="STRICT_DROP">Identify strict dropsets (STRICT_DROP)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
344 <option value="MR_DROP">Identify majority-rule dropsets (MR_DROP)</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
345 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
346 <param name="print_branch_lengths" type="boolean" checked="no" truevalue="--print_branch_lengths" falsevalue="" display="checkboxes" label="Print bootstrapped trees with branch lengths" help="Specifies that bootstrapped trees should be printed with branch lengths. The bootstraps will run a bit longer, because model parameters will be optimized at the end of each run under GAMMA or GAMMA+P-Invar respectively. (-k)" optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
347 <param name="multistate_sub_model" type="select" optional="True" label="Specify a multi-state substitution model" help="(-K)"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
348 <option value="" selected="true"></option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
349 <option value="GTR">GTR</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
350 <option value="ORDERED">ORDERED</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
351 <option value="MK">MK</option> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
352 </param> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
353 <param name="estimate_individual_branch_lengths" type="boolean" checked="no" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
354 truevalue="--estimate_individual_branch_lengths" falsevalue="" display="checkboxes" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
355 label="Estimate individual per-partition branch lengths" help="Only has effect with a partition file (-M)." optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
356 <param name="outgroup_name" type="text" value="" label="Outgroup name" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
357 help="E.g. Mouse or Mouse,Rat. No spaces between taxon names are allowed. (-o)" optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
358 <param name="disable_undetermined_seq_check" type="boolean" checked="no" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
359 truevalue="--disable_undertermined_seq_check" falsevalue="" display="checkboxes" label="Disable check for completely undetermined sequence in alignment" optional="True" help="Disable the check for completely undetermined sequence in alignment. The program will not exit with an error message when '-O' is specified." /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
360 <param name="external_protein_model" format="txt" type="data" label="External AA substitution model" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
361 help="Specify the file name of a user-defined AA (Protein) substitution model. This file must contain 420 entries, the first 400 being the AA substitution rates (this must be a symmetric matrix) and the last 20 are the empirical base frequencies. (--external_protein_model)" optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
362 <param name="multiple_model" format="txt" type="data" label="Multiple model assignment to alignment partitions" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
363 help="Specify the file name which contains the assignment of models to alignment partitions for multiple models of substitution. For the syntax of this file please consult the manual. (--multiple_model)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
364 <param name="constraint_file" format="txt" type="data" label="Binary constraint tree" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
365 help="Specify the file name of a binary constraint tree. This tree does not need to be comprehensive, i.e. must not contain all taxa. (--constrain_file)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
366 <param name="bin_model_parameter_file" format="txt" type="data" label="Binary model parameter file" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
367 help="Specify the file name of a binary model parameter file that has previously been generated with RAxML using the '-f e' tree evaluation option. (-R)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
368 <param name="secondary_structure_file" format="txt" type="data" label="Secondary structure file" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
369 help="Specify the name of a secondary structure file. The file can contain '.' for alignment columns that do not form part of a stem and characters '()<>[]{}' to define stem regions and pseudoknots. (-S)"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
370 <param name="start_tree_file" format="txt" type="data" label="Starting tree file" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
371 help="Specify a user starting tree file name in Newick format. (-t)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
372 <param name="use_median_approximation" type="boolean" checked="no" truevalue="--use_median_approximation" falsevalue="" display="checkboxes" label="Use the median for the discrete approximation" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
373 help="Use the median for the discrete approximation of the GAMMA model of rate heterogeneity. (-T)" optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
374 <param name="save_memory_gappy_alignments" type="boolean" checked="no" truevalue="--save_memory_gappy_alignments" falsevalue="" display="checkboxes" label="Save memory on large gappy alignments" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
375 help="Try to save memory by using SEV-based implementation for gap columns on large gappy alignments. (-U)" optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
376 <param name="disable_rate_heterogeneity" type="boolean" checked="no" truevalue="--disable_raite_heterogeneity" falsevalue="" display="checkboxes" label="Disable rate heterogeneity" help="Disable rate heterogeneity among sites model and use one without rate heterogeneity instead. Only works if you specify the CAT model of rate heterogeneity. (_V)" optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
377 <param name="sliding_window_size" type="integer" value="" label="Sliding window size" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
378 help="Sliding window size for leave-one-out site-specific placement bias algorithm. Only effective when used in combination with '-f S'. Default is '100 sites' (-W)" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
379 <param name="parsimony_starting_tree_only" type="boolean" checked="no" truevalue="--parsimony_starting_tree_only" falsevalue="" display="checkboxes" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
380 label="Compute a randomized parsimony starting tree only" optional="True" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
381 help="If you want to only compute a parsimony starting tree with RAxML specify '-y'. The program will exit after computation of the starting tree." /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
382 <param name="file_multiple_trees" format="txt" type="data" label="Multiple trees file" |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
383 help="Specify the file name of a file containing multiple trees e.g. from a bootstrap that shall be used to draw bipartition values onto a tree provided with '-t', It can also be used to compute per site log likelihoods in combination with '-f g' and to read a bunch of trees for '-f h', '-f m' and '-f n'. (-z)" optional="True" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
384 <param name="random_seed" type="integer" value="1234567890" label="Random |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
385 seed used for the parsimony inferences" help="(--random_seed)"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
386 </when> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
387 </conditional> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
388 </inputs> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
389 <outputs> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
390 <data format="txt" name="info" from_work_dir="RAxML_info.galaxy" label="Info" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
391 <!-- REQUIRED --> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
392 <data format="txt" name="logReq" from_work_dir="RAxML_log.galaxy" label="Log"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
393 <filter>(selExtraOpts['extraOptions'] == 'required')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
394 <filter>selExtraOpts['search_algorithm'] != 'a'</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
395 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
396 <data format="nhx" name="parsimonyTreeReq" from_work_dir="RAxML_parsimonyTree.galaxy" label="Parsimony Tree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
397 <filter>(selExtraOpts['extraOptions'] == 'required')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
398 <filter>selExtraOpts['search_algorithm'] != 'a'</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
399 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
400 <data format="nhx" name="resultReq" from_work_dir="RAxML_result.galaxy" label="Result"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
401 <filter>(selExtraOpts['extraOptions'] == 'required')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
402 <filter>selExtraOpts['search_algorithm'] != 'a'</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
403 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
404 <!-- ADVANCED --> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
405 <data format="nhx" name="randomTree" from_work_dir="RAxML_randomTree.galaxy" label="Random Tree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
406 <filter>selExtraOpts['search_complete_random_tree'] is True</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
407 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
408 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
409 <data format="nhx" name="bestTree" from_work_dir="RAxML_bestTree.galaxy" label="Best-scoring ML Tree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
410 <!-- <filter>(selExtraOpts['extraOptions'] == 'full')</filter> --> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
411 <!-- <filter>(selExtraOpts['search_algorithm'] != 'b')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
412 <filter>(selExtraOpts['majority_rule_consensus'] == '')</filter> --> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
413 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
414 <data format="nhx" name="bestTreeMultipleModel" from_work_dir="RAxML_bestTree.galaxy" label="Best-scoring ML Tree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
415 <filter>(selExtraOpts['extraOptions'] == "full")</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
416 <filter>(selExtraOpts['multiple_model'] != '')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
417 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
418 <data format="txt" name="bestTreeMultipleModelPartitions" from_work_dir="RAxML_bestTreePartitions.galaxy" label="Best-scoring ML Tree Partitions"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
419 <filter>(selExtraOpts['extraOptions'] == "full")</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
420 <filter>selExtraOpts['multiple_model'] is not None </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
421 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
422 <data format="txt" name="log" from_work_dir="RAxML_log.galaxy" label="Log"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
423 <filter>(selExtraOpts['extraOptions'] == "full")</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
424 <filter>(selExtraOpts['rapid_bootstrap_random_seed'] == '')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
425 <filter>(selExtraOpts['bootseed'] == '')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
426 <filter>(selExtraOpts['search_algorithm'] != 'a')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
427 <filter>(selExtraOpts['search_algorithm'] != 'b')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
428 <filter>(selExtraOpts['majority_rule_consensus'] == '') </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
429 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
430 <data format="nhx" name="result" from_work_dir="RAxML_result.galaxy" label="Result"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
431 <filter>(selExtraOpts['extraOptions'] == "full")</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
432 <filter>(selExtraOpts['rapid_bootstrap_random_seed'] == '')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
433 <filter>selExtraOpts['bootseed'] == ''</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
434 <filter>selExtraOpts['search_algorithm'] != 'a'</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
435 <filter>selExtraOpts['search_algorithm'] != 'b'</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
436 <filter>(selExtraOpts['majority_rule_consensus'] == '') </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
437 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
438 <data format="txt" name="resultMultipleModelPartitions" from_work_dir="RAxML_resultPartitions.galaxy" label="Result Partitions"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
439 <filter>(selExtraOpts['extraOptions'] == "full")</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
440 <filter>(selExtraOpts['multiple_model'] is not None)</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
441 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
442 <data format="nhx" name="parsimonyTree" from_work_dir="RAxML_parsimonyTree.galaxy" label="Parsimony Tree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
443 <filter>(selExtraOpts['extraOptions'] == "full")</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
444 <!-- |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
445 <filter>(selExtraOpts['rapid_bootstrap_random_seed'] == '')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
446 <filter>(selExtraOpts['bootseed'] == '')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
447 <filter>(selExtraOpts['search_algorithm'] != 'a')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
448 <filter>(selExtraOpts['constraint_file'] is None)</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
449 <filter>(selExtraOpts['groupingfile'] is None)</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
450 <filter>(selExtraOpts['search_complete_random_tree'] is False)</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
451 <filter>(selExtraOpts['start_tree_file'] is None)</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
452 <filter>(selExtraOpts['majority_rule_consensus'] == '') </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
453 --> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
454 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
455 <data format="nhx" name="bootstrap" from_work_dir="RAxML_bootstrap.galaxy" label="Final Bootstrap Trees"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
456 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
457 <filter>selExtraOpts['number_of_runs'] != '' or selExtraOpts['number_of_runs_bootstop'] != ''</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
458 <filter>selExtraOpts['rapid_bootstrap_random_seed'] != '' or selExtraOpts['bootseed'] != ''</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
459 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
460 <data format="txt" name="bipartitions" from_work_dir="RAxML_bipartitions.galaxy" label="Bipartitions"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
461 <filter>(selExtraOpts['search_algorithm'] == 'b') or ((selExtraOpts['search_algorithm'] == 'a') and (selExtraOpts['rapid_bootstrap_random_seed'] != '')) </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
462 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
463 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
464 <data format="txt" name="bipartitionsBranchLabels" from_work_dir="RAxML_bipartitionsBranchLabels.galaxy" label="Bipartitions Branch Labels"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
465 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
466 <filter>(selExtraOpts['search_algorithm'] == 'b') or ((selExtraOpts['search_algorithm'] == 'a') and (selExtraOpts['rapid_bootstrap_random_seed'] != '')) </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
467 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
468 <data format="nhx" name="strictConsensusTree" from_work_dir="RAxML_StrictConsensusTree.galaxy" label="Strict Consensus Tree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
469 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
470 <filter>(selExtraOpts['majority_rule_consensus'] == 'STRICT') </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
471 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
472 <data format="nhx" name="majorityRuleConsensusTree" from_work_dir="RAxML_MajorityRuleConsensusTree.galaxy" label="Majority Rule Consensus Tree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
473 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
474 <filter>(selExtraOpts['majority_rule_consensus'] == 'MR')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
475 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
476 <data format="nhx" name="majorityRuleExtendedConsensusTree" from_work_dir="RAxML_MajorityRuleExtendedConsensusTree.galaxy" label="Majority Rule Extended Consensus Tree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
477 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
478 <filter>(selExtraOpts['majority_rule_consensus'] == 'MRE')</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
479 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
480 <data format="txt" name="bipartitionFreq" from_work_dir="RAxML_bipartitionFrequences.galaxy" label="Pair-wise bipartition frequences."> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
481 <filter>selExtraOpts['search_algorithm'] == 'm' </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
482 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
483 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
484 <data format="txt" name="perSiteLLs" from_work_dir="RAxML_perSiteLLs.galaxy" label="Per-site likelihood schores"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
485 <filter>selExtraOpts['search_algorithm'] == 'g' </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
486 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
487 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
488 <data format="txt" name="distances" from_work_dir="RAxML_distances.galaxy" label="Pair-wise distances"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
489 <filter>selExtraOpts['search_algorithm'] == 'x' </filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
490 <filter>selExtraOpts['extraOptions'] == "full"</filter> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
491 </data> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
492 </outputs> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
493 <tests> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
494 <test> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
495 <param name="extraOptions" value="required"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
496 <param name="infile" value="dna.phy"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
497 <param name="model_type" value="nucleotide"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
498 <param name="base_model" value="GTRCAT"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
499 <output name="parsimonyTreeReq" file="RAxML_parsimonyTree.galaxy.basic" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
500 <output name="bestTree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
501 <assert_contents> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
502 <has_text_matching expression="Frog" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
503 </assert_contents> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
504 </output> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
505 </test> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
506 <test> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
507 <param name="extraOptions" value="full"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
508 <param name="infile" value="dna.fasta"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
509 <param name="model_type" value="nucleotide"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
510 <param name="base_model" value="GTRCAT"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
511 <param name="number_of_runs" value="5"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
512 <output name="parsimonyTree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
513 <assert_contents> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
514 <has_text_matching expression="Chicken" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
515 <has_text_matching expression="RUN.4" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
516 </assert_contents> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
517 </output> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
518 <output name="parsimonyTreeReq" file="RAxML_parsimonyTree.galaxy.multi" lines_diff="30"/> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
519 <output name="bestTree"> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
520 <assert_contents> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
521 <has_text_matching expression="Whale" /> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
522 </assert_contents> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
523 </output> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
524 </test> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
525 </tests> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
526 <help> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
527 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
528 RAxML_ (Randomized Axelerated Maximum Likelihood) is a program for Maximum Likelihood-based inference of large phylogenetic |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
529 trees. The program is explicitly being developed to efficiently infer trees for |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
530 extremely large datasets, either in terms of the number of taxa and/or the |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
531 sequence length. |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
532 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
533 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
534 .. _RAxML: http://www.exelixis-lab.org/ |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
535 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
536 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
537 **Tool development**: |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
538 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
539 Oleksandr Moskalenko with adaptations from Tiago Antao. |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
540 |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
541 </help> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
542 <citations> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
543 <citation type="doi">10.1093/bioinformatics/btu033</citation> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
544 </citations> |
6805e85573b8
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
iuc
parents:
diff
changeset
|
545 </tool> |