annotate ConcatPhyl.xml @ 0:6d930f037fea draft

planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
author abims-sbr
date Thu, 13 Apr 2017 05:49:32 -0400
parents
children 1f8d039bd241
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
1 <tool name="ConcatPhyl" id="concatphyl" version="1.0">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
2
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
3 <description>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
4 Concatenation and phylogeny
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
5 </description>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
6
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
7 <macros>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
8 <import>macros.xml</import>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
9 </macros>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
10
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
11 <requirements>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
12 <expand macro="python_required" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
13 <!-- <requirement type="package" version="1.3.1">samtools</requirement> -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
14 <requirement type="package" version="8.2.9">raxml</requirement>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
15 </requirements>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
16
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
17 <command><![CDATA[
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
18 python $__tool_directory__/scripts/S01_concatenate.py ${zip}
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
19
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
20 #if $format.format_run == "nucleic" :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
21 nucleic $format.zip_nuc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
22 #elif $format.format_run == "proteic" :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
23 proteic $format.zip_aa
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
24 #end if
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
25 > ${output};
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
26
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
27 raxmlHPC
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
28 #if $format.format_run == "nucleic" :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
29 -n "galaxy_run"
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
30 ##-q "./05_partitions_gene_NUC"
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
31 -s "./03_Concatenation_nuc.phy"
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
32 ## (-m)
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
33 -m $format.base_model
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
34 #elif $format.format_run == "proteic" :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
35 -n "galaxy_run"
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
36 ##-q "./06_partitions_gene_AA"
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
37 -s "./02_Concatenation_aa.phy"
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
38 ## (-m)
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
39 -m $format.base_model$format.aa_search_matrix
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
40 #end if
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
41
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
42 ## --- Optional parameters ---
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
43
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
44 ##if $raxml_options.options == "yes" :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
45
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
46 ## (-p)
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
47 #if $random_seed:
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
48 -p $random_seed
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
49 #else
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
50 -p 1234567890
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
51 #end if
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
52
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
53 ## (-N/#)
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
54 #if $number_of_runs:
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
55 -N $number_of_runs
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
56 #end if
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
57 #if $number_of_runs_bootstop:
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
58 -# $number_of_runs_bootstop
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
59 #end if
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
60
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
61 ## (-f)
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
62 #if $search_algorithm:
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
63 -f $search_algorithm
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
64 #end if
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
65
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
66 ## (-x)
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
67 #if $rapid_bootstrap_random_seed:
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
68 -x $rapid_bootstrap_random_seed
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
69 #end if
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
70 ##else :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
71
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
72 ##-N 100 -f a -x 12345
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
73
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
74 ##end if
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
75 >> ${output};
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
76 ]]>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
77 </command>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
78
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
79 <inputs>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
80
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
81 <param name="zip" type="data" format="no_unzip.zip,zip" label="Choose your ZIP file" help="Contains the files filter after the tool oase" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
82 <conditional name="format">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
83 <param name="format_run" type="select" label="Which format do you want to use for this tool (concatenation and RAxML run) ? ">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
84 <option value="nucleic">Nucleic format</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
85 <option value="proteic">Proteic format</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
86 </param>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
87
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
88 <when value="nucleic">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
89 <param name="zip_nuc" type="data" format="no_unzip.zip,zip" label="Choose your ZIP file" help="It must contain the aligned files without indels in NUCLEIC format" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
90 <!-- ## Nucleotide substitution models -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
91 <param name="base_model" type="select" label="Substitution Model">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
92 <option value="GTRCAT">GTRCAT</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
93 <option value="GTRCATI">GTRCATI</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
94 <option value="GTRGAMMA" selected="true">GTRGAMMA</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
95 <option value="GTRGAMMAI">GTRGAMMAI</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
96 </param>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
97 </when>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
98
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
99 <when value="proteic">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
100 <param name="zip_aa" type="data" format="no_unzip.zip,zip" label="Choose your ZIP file" help="It must contain the aligned files without indels in PROTEIC format" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
101 <!-- ## Aminoacid substitution models -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
102 <!--<param name="aa_model_empirical_base_frequencies" type="boolean" checked="no" truevalue="F" falsevalue="X" display="checkboxes" label="Use empirical base frequencies in AA models." /> -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
103 <param name="base_model" type="select" label="Substitution Model (-m)">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
104 <option value="PROTCAT" selected="true">PROTCAT</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
105 <option value="PROTCATI">PROTCATI</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
106 <option value="PROTGAMMA">PROTGAMMA</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
107 <option value="PROTGAMMAI">PROTGAMMAI</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
108 </param>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
109 <param name="aa_search_matrix" type="select" label="Matrix">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
110 <option value="DAYHOFF" selected="true">DAYHOFF</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
111 <option value="JTT">JTT</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
112 <option value="WAG">WAG</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
113 <option value="BLOSUM62">BLOSUM62</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
114 </param>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
115 </when>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
116 </conditional>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
117
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
118 <!-- <conditional name="raxml_options"> -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
119
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
120 <!--
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
121 <param name="options" type="select" label="Raxml advanced options">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
122 <option value="yes">Yes</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
123 <option value="no" select="true">No</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
124 </param>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
125
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
126 -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
127
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
128 <!-- <when value="yes"> -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
129
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
130 <param name="random_seed" type="integer" value="1234567890" size="12" label="Random seed used for the parsimony inferences" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
131
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
132 <!-- ## (-N/#) -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
133 <param name="number_of_runs" type="integer" size="8" value="100"
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
134 label="Number of runs" help="Specify the number of
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
135 alternative runs (-N|#) on distinct starting trees In combination
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
136 with the '-b' option will invoke a multiple boostrap analysis.
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
137 You can add the bootstopping criteria by choosing the autoMR,
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
138 autoMRE, autoMRE_IGN, or autoFC value in a menu below instead of
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
139 providing a number here. Bootstopping will only work in
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
140 combination with '-x' or '-b'."
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
141 optional="True" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
142 <param name="number_of_runs_bootstop" type="select" label="Use bootstopping criteria for number of runs" optional="True">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
143 <option value="" selected="yes"></option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
144 <option value="autoMR">autoMR</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
145 <option value="autoMRE">autoMRE</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
146 <option value="autoMRE_IGN">autoMRE_IGN</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
147 <option value="autoFC">autoFC</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
148 </param>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
149
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
150 <!-- ## (-f) -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
151 <param name="search_algorithm" type="select" label="Algorithm to execute" optional="True">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
152 <option value="a">Rapid bootstrap and best ML tree search (a)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
153 <option value="A">Compute marginal ancestral states (A)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
154 <option value="b">Draw bipartition information (b)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
155 <option value="c">Check if the alignment can be read (c)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
156 <option value="d" selected="true">Hill-climbing ML Search (d) (default)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
157 <option value="e">Optimize GAMMA/GAMMAI model/branches (e)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
158 <option value="g">Compute per-site log likelihoods for -z trees (g)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
159 <option value="h">Compute log likelihood test for -t / -z trees (h)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
160 <option value="j">Generate bootstrapped alignment files (j)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
161 <option value="J">Compute SH-like support values for the -t tree (J)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
162 <option value="m">Compare bipartitions between -t and -z trees (m)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
163 <option value="n">Compute log likelihood score for -z trees (n)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
164 <option value="o">Use old slower search algorithm (o)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
165 <option value="p">Stepwise MP addition of new sequences (p)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
166 <option value="q">Fast quartet calculator (q)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
167 <option value="r">Compute pairwise RF distances in -z trees (r)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
168 <option value="s">Split a multi-gene alignment (s)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
169 <option value="S">Compute site-specific placement bias (S)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
170 <option value="t">Randomized tree searches on a fixed starting tree (t)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
171 <option value="T">Final optimization of a ML tree from a bootstrap (T)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
172 <option value="u">Morphological weight calibration using ML on a -t tree (u)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
173 <option value="v">Classify environmental sequences (v)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
174 <option value="w">Compute ELW-test on -z trees (w)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
175 <option value="x">Compute GAMMA model pair-wise ML distances on a tree (x)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
176 <option value="y">Classify environmental sequences into a reference tree (y)</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
177 </param>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
178
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
179 <!-- ## (-q) -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
180 <param name="multiple_model" format="txt" type="data" label="Multiple model assignment to alignment partitions" optional="True" 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." />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
181
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
182 <!-- ## (-x) -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
183 <param name="rapid_bootstrap_random_seed" type="integer" value='1234567890' size="7" label="Rapid bootstrapping random seed" optional="True" 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." />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
184 <!-- </when> -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
185
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
186
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
187 <!-- </conditional> -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
188
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
189 <param name="out" type="select" label="What format of file do you want for your output (concatenation of the sequences) ? ">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
190 <option value="nothing">No output</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
191 <option value="fasta">Fasta format</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
192 <option value="phylip">Phylip format</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
193 <option value="nexus">Nexus format</option>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
194 </param>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
195 <!-- -m GTRGAMMA -N 100 -f a -x 12345 -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
196
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
197 <param name="raxml1" type="boolean" label="Do you want the output of RAxML : best tree ? " />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
198 <param name="raxml3" type="boolean" label="Do you want the output of RAxML : bi-partition ? " />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
199 <param name="raxml4" type="boolean" label="Do you want the output of RAxML : bootstrap ? " help="Only if the option 'rapid bootsptrap' is chosen. When you don't want to choose your options, this output is accessible"/>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
200
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
201 </inputs>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
202
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
203 <outputs>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
204 <data name="output" format="txt" label="Phylogeny"/>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
205
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
206 <data name="out_fasta_aa" format="fasta" label="Phylogeny_concatenation_fasta_aa" from_work_dir="02_Concatenation_aa.fas">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
207 <filter>format['format_run'] == "proteic" and out == "fasta"</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
208 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
209
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
210 <data name="out_phylip_aa" format="phylip" label="Phylogeny_concatenation_phylip_aa" from_work_dir="02_Concatenation_aa.phy">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
211 <filter>format['format_run'] == "proteic" and out == "phylip"</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
212 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
213
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
214 <data name="out_nexus_aa" format="nexus" label="Phylogeny_concatenation_nexus_aa" from_work_dir="02_Concatenation_aa.nex">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
215 <filter>format['format_run'] == "proteic" and out == "nexus"</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
216 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
217
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
218 <data name="out_fasta_nuc" format="fasta" label="Phylogeny_concatenation_fasta_nuc" from_work_dir="03_Concatenation_nuc.fas">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
219 <filter>format['format_run'] == "nucleic" and out == "fasta"</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
220 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
221
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
222 <data name="out_phylip_nuc" format="phylip" label="Phylogeny_concatenation_phylip_nuc" from_work_dir="03_Concatenation_nuc.phy">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
223 <filter>format['format_run'] == "nucleic" and out == "phylip"</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
224 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
225
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
226 <data name="out_nexus_nuc" format="nexus" label="Phylogeny_concatenation_nexus_nuc" from_work_dir="03_Concatenation_nuc.nex">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
227 <filter>format['format_run'] == "nucleic" and out == "nexus"</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
228 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
229
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
230 <data name="out_raxml1" format="txt" label="Phylogeny_RAxML_BestTree" from_work_dir="RAxML_bestTree.galaxy_run">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
231 <filter>raxml1 == True</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
232 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
233
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
234 <data name="out_raxml3" format="txt" label="Phylogeny_RAxML_BiPartition" from_work_dir="RAxML_bipartitions.galaxy_run">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
235 <filter>raxml3 == True</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
236 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
237
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
238 <data name="out_raxml4" format="txt" label="Phylogeny_RAxML_BootStrap" from_work_dir="RAxML_bootstrap.galaxy_run">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
239 <filter>raxml4 == True</filter>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
240 </data>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
241 </outputs>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
242
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
243 <tests>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
244 <test>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
245 <param name="zip" ftype="zip" value="from_filter_oase.zip" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
246 <conditional name="format">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
247 <param name="format_run" value="nucleic" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
248 <param name="zip_nuc" ftype="zip" value="test_05_output_CDS_Search_input_ConcatPhyl.zip" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
249 <param name="base_model" value="GTRGAMMA" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
250 </conditional>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
251 <param name="random_seed" value="1234567890" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
252 <param name="number_of_runs" value="100" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
253 <param name="number_of_runs_bootstop" value="" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
254 <param name="search_algorithm" value="d" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
255 <!-- <param name="multiple_model" value="" /> -->
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
256 <param name="rapid_bootstrap_random_seed" value="123456789" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
257 <param name="out" value="nothing" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
258 <param name="raxml1" value="True" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
259 <param name="raxml3" value="True" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
260 <param name="raxml4" value="True" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
261 <output name="out_raxml4">
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
262 <assert_contents>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
263 <has_text text="(Ap,(((Pf,Ph),Pg),((Pu,Te),(Am,Th))),Ac);"/>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
264 <has_text text="(Ap,(Ph,(Pg,((Pf,(Pu,Te)),(Am,Th)))),Ac);"/>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
265 <has_text text="(Ap,(((Pu,Te),(Am,Th)),((Pf,Ph),Pg)),Ac);"/>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
266 </assert_contents>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
267 </output>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
268
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
269 </test>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
270 </tests>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
271
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
272 <help>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
273
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
274 ============
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
275 What it does
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
276 ============
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
277
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
278 | This tool takes a zip file containing nucleic fasta sequence files and searches different homologous genes from pairwise comparisons.
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
279 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
280 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
281 | The run RAxML was written by **Alexandros Stamatakis**.
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
282 | The script was written by **Eric Fontanillas**.
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
283 | The wrapper was written by **Julie Baffard**.
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
284
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
285 --------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
286
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
287 ==========
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
288 Parameters
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
289 ==========
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
290
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
291 | The choice of the format sequences is possible : **proteic** or **nucleic**
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
292 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
293
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
294 The choice of parameters for the RAxML run is possible :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
295
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
296 **-m** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
297 | is the option for the choice of the substitution model.
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
298 | By default it's GTRGAMMA.
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
299 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
300
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
301 **-N** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
302 | is the option for the choice of the number of run
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
303 | by default it's 100
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
304 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
305
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
306 **rapid bootstrapping** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
307 | is the option to have, in addition to the best tree search, the rapid bootstrapping
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
308 | this translates by : -x 12345 -f a
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
309 | by default, this option is choosen
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
310 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
311
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
312 --------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
313
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
314 ======
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
315 Inputs
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
316 ======
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
317
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
318 option **Select a zip file containing the input files** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
319
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
320 | the input zip file must have the extension .ort.zip
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
321 | At the beginning, when you upload your input, you have to change the extension .zip to .ort.zip
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
322
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
323
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
324 --------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
325
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
326 =======
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
327 Outputs
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
328 =======
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
329
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
330 This tool, produces the following files :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
331
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
332 **Phylogeny** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
333 | is the general output. It gives the information about the concatenation (statistics) and the RAxML run.
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
334 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
335
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
336 **Phylogeny_concatenation_fasta_aa** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
337 | is the output which contains the sequences concatenated in fasta format when you choose the option proteic
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
338 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
339
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
340 **Phylogeny_concatenation_phylip_aa** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
341 | is the output which contains the sequences concatenated in phylip format when you choose the option proteic
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
342 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
343
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
344 **Phylogeny_concatenation_nexus_aa** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
345 | is the output which contains the sequences concatenated in nexus format when you choose the option proteic
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
346 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
347
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
348 **Phylogeny_concatenation_fasta_nuc** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
349 | is the output which contains the sequences concatenated in fasta format when you choose the option nucleic
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
350 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
351
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
352 **Phylogeny_concatenation_phylip_nuc** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
353 | is the output which contains the sequences concatenated in phylip format when you choose the option nucleic
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
354 | it's this output which is used for the RAxML run
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
355 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
356
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
357 **Phylogeny_concatenation_nexus_nuc** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
358 | is the output which contains the sequences concatenated in nexus format when you choose the option nucleic
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
359 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
360
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
361 **Phylogeny_RAxML_BestTree** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
362 | is the output of RAxML run which contains the Best Tree found
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
363 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
364
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
365 **Phylogeny_RAxML_BiPartitionBranchLabel** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
366 | is the output of RAxML run which contains the Best Tree found with supported values as branch labels
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
367 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
368
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
369 **Phylogeny_RAxML_BiPartition** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
370 | is the output of RAxML run which contains the Best Tree found with supported values
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
371 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
372
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
373 **Phylogeny_RAxML_BootStrap** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
374 | is the output of RAxML run which contains all the boostrapped trees
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
375 | the number of boostraped trees depending of the option -N (number of run)
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
376 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
377
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
378 --------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
379
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
380 ===============
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
381 Working Example
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
382 ===============
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
383
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
384 ---------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
385 The input files and options
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
386 ---------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
387
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
388 **Input files**
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
389 | 6 files with 200 nucleic sequences each
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
390 | a zip file containing 2 locus aligned without indel (in nucleic format)
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
391 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
392 **Parameters**
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
393 | option : nucleic
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
394 | no option for the RAxML run, so by default it's : -m GTRGAMMA -N 100 -f a -x 12345
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
395 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
396
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
397 ----------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
398 The output files
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
399 ----------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
400
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
401 **Phylogeny** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
402
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
403 | ******************** CONCATENATION ********************
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
404 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
405 | Process nucleotides concatenation:
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
406 | Number of taxa aligned = 6
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
407 | Number of loci concatenated = 2
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
408 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
409 | Total length of the concatenated sequences [All codon positions] = 504
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
410 | Total length of the concatenated sequences [Codon positions 1 and 2] = 336
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
411 | Total length of the concatenated sequences [Codon position 3] = 168
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
412 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
413 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
414
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
415 | ******************** RAxML RUN ********************
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
416
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
417
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
418 the informations of the RAxML run
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
419
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
420
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
421
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
422 **Phylogeny_concatenation_fasta_nuc** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
423
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
424 | &gt;Ps
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
425
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
426 cgcagttcctcggtgaggcgttgtagttcggcgttcagacggtcagctctctcctcggctgccctgcgagcattcagtgcctcatccatgtcagcttgcatggcggcaatgtctccctccatacggcgcttatctccagtcaaagtggtcacggtgatgttcagctcgttaacacgggatacagcatcgtgcagttcgttttcggcattcttacgagctctctcagatgtctcca
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
427 gaagagatcgaacgtcctccagctccgtttgtagagcgatcctcttcctctcgagtacggtaaccgccgaacgggcttcctcagcactacggcgctcctcctcaatggcaatctccagctccttgaccttggcactgagtcccttgttggccttagatagttcgttgtttgccctcaatgtctcgaccataatccttaacaacaacacactacagccaacaaccttccttgctt
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
428 taccctctttgtctatcttgcataatccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
429
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
430 | Ac
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
431
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
432 cgcagttcctcggtgacgcggtgcagctcggcggcgaggcggtctgccctctcctcggccgccctgcgggcgttcagggcctcgtccagatcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccagtcagcgtcgtcaccgtgatgttcagctcgttgacgcgagccgtggcgtcgtgcaactcgttctcggcattcttacgagctcgttcggc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
433 ggtctccagtagagatctaacatcctccagctctgtttgcaatgcaatcctcttcctctcgagtacagttacagcggaacgggcttcctcagcactgcggtgctcctcctcaatggcaatttccagctccttgaccttggcactaagtcccttgttggccttggacagctcgttgttggctctaagtgtctccacc---------------------------------------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
434 ------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
435
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
436 | &gt;Pp
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
437 | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
438 | ------------------------------------------------------------------------------------------------ataatccttgacgaccacacactgcatccaacaacttttctggccttgccttccttgtctattttacacaaaccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
439
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
440 | &gt;Ap
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
441
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
442 cgcagctcctcggtgacgcggtgcagctcggcggcgaggcgatcggctctctcctcggctgccctgcgggcgttcagggcctcatcaaggtcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccggtcagagtcgtcaccgtgatgttcagctcgttgacgcgagccgtggcgtcgtgtagctcgttctcggcattcttacgagctcgttcggc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
443 ggtctccagtagggatctaacatcctccagctccgtttgcaatgcaatcctcttcctctcgagtacagttacagcggaacgggcttcctcagcactgcggcgctcctcctcaatggcaatttccagctccttgaccttcgcactaagtcccttgttggccttggacagttcgttgttggctctaagtgtctccactataatccttaacaacaacacactgcaaccaacaacctt
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
444 ccgggccttgccttccttgtctatcttgcaaagaccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
445
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
446 | &gt;Pf
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
447
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
448 ctgagctcctcggtgaggcgctggagctcggagttcaggcggtcggctcgttcctcggcggcgcggcgagcgttcagcgcctcgtccatgtcggcctgcatggcggcgatgtccgcttccatgcggcgcttgtcgcccgtcagagtggtgaccgtgatgttcagctcgttgacacgggccacggcgtcgtgcagctcgttctcggcgttcttgcgagctctctccga
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
449 cgtctccagaagagatcggacgtcctcgagttccgtctgcagggcgatcctcttcctctcgagcacggtaacagcagaacgggcttcctcggcgctacggcgctcttcctcgatggcgatctccagttccttgacctttgcactgagtcccttgttggccttggatagttcgttgttagccctcagtgtctccaccataatccttaacaacaacacactacagccgacaac
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
450 cttccttgctttcccttctttgtcaatcttgcataatccggcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
451
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
452 | &gt;Pg
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
453
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
454 cgcagctcctcggtgagacgctgcagttcggaattcaggcggtccgccctctcttcggcagccctgcgggcgttcagcgcctcgtccatgtcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccggtcagcgtggtcacggtgatgttcagctcgttgacgcgagaaacggcgtcgtgcatctcgttttcggcattcttgcgagctctctccgacg
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
455 tctcaagaagggatcgtacatcctcgagttctgtctggagggcgatcctctttctctcaagcatggtaaccgcggagcgggcttcctcgccactgcggcgttcttcctcgatggtgatctccagttccttaaccttagtactcagtcccttgttggctttggacagttcgttgttcgctcttagtgtctccactataatccttaaccacaacacactacaaccaacaacctttcttgc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
456 cttgccttccttgtctatcttacacaagccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
457
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
458 .. class:: infomark
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
459
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
460 | If you choose the option proteic : you obtain a file with proteic sequences
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
461 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
462
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
463
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
464
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
465 **Phylogeny_concatenation_phylip_nuc** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
466
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
467 | 6 504
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
468 | Ps
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
469
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
470 cgcagttcctcggtgaggcgttgtagttcggcgttcagacggtcagctctctcctcggctgccctgcgagcattcagtgcctcatccatgtcagcttgcatggcggcaatgtctccctccatacggcgcttatctccagtcaaagtggtcacggtgatgttcagctcgttaacacgggatacagcatcgtgcagttcgttttcggcattcttacgagctctctcagatgtctcca
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
471 gaagagatcgaacgtcctccagctccgtttgtagagcgatcctcttcctctcgagtacggtaaccgccgaacgggcttcctcagcactacggcgctcctcctcaatggcaatctccagctccttgaccttggcactgagtcccttgttggccttagatagttcgttgtttgccctcaatgtctcgaccataatccttaacaacaacacactacagccaacaaccttccttgctt
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
472 taccctctttgtctatcttgcataatccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
473
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
474 | Ac
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
475
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
476 cgcagttcctcggtgacgcggtgcagctcggcggcgaggcggtctgccctctcctcggccgccctgcgggcgttcagggcctcgtccagatcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccagtcagcgtcgtcaccgtgatgttcagctcgttgacgcgagccgtggcgtcgtgcaactcgttctcggcattcttacgagctcgttcggc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
477 ggtctccagtagagatctaacatcctccagctctgtttgcaatgcaatcctcttcctctcgagtacagttacagcggaacgggcttcctcagcactgcggtgctcctcctcaatggcaatttccagctccttgaccttggcactaagtcccttgttggccttggacagctcgttgttggctctaagtgtctccacc---------------------------------------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
478 ------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
479
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
480 | Pp
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
481 | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
482 | ------------------------------------------------------------------------------------------------ataatccttgacgaccacacactgcatccaacaacttttctggccttgccttccttgtctattttacacaaaccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
483 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
484 | Ap
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
485
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
486 cgcagctcctcggtgacgcggtgcagctcggcggcgaggcgatcggctctctcctcggctgccctgcgggcgttcagggcctcatcaaggtcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccggtcagagtcgtcaccgtgatgttcagctcgttgacgcgagccgtggcgtcgtgtagctcgttctcggcattcttacgagctcgttcggc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
487 ggtctccagtagggatctaacatcctccagctccgtttgcaatgcaatcctcttcctctcgagtacagttacagcggaacgggcttcctcagcactgcggcgctcctcctcaatggcaatttccagctccttgaccttcgcactaagtcccttgttggccttggacagttcgttgttggctctaagtgtctccactataatccttaacaacaacacactgcaaccaacaacctt
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
488 ccgggccttgccttccttgtctatcttgcaaagaccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
489
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
490 Pf
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
491 ctgagctcctcggtgaggcgctggagctcggagttcaggcggtcggctcgttcctcggcggcgcggcgagcgttcagcgcctcgtccatgtcggcctgcatggcggcgatgtccgcttccatgcggcgcttgtcgcccgtcagagtggtgaccgtgatgttcagctcgttgacacgggccacggcgtcgtgcagctcgttctcggcgttcttgcgagctctctccga
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
492 cgtctccagaagagatcggacgtcctcgagttccgtctgcagggcgatcctcttcctctcgagcacggtaacagcagaacgggcttcctcggcgctacggcgctcttcctcgatggcgatctccagttccttgacctttgcactgagtcccttgttggccttggatagttcgttgttagccctcagtgtctccaccataatccttaacaacaacacactacagccgacaac
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
493 cttccttgctttcccttctttgtcaatcttgcataatccggcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
494
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
495 Pg
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
496 cgcagctcctcggtgagacgctgcagttcggaattcaggcggtccgccctctcttcggcagccctgcgggcgttcagcgcctcgtccatgtcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccggtcagcgtggtcacggtgatgttcagctcgttgacgcgagaaacggcgtcgtgcatctcgttttcggcattcttgcgagctctctccgacg
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
497 tctcaagaagggatcgtacatcctcgagttctgtctggagggcgatcctctttctctcaagcatggtaaccgcggagcgggcttcctcgccactgcggcgttcttcctcgatggtgatctccagttccttaaccttagtactcagtcccttgttggctttggacagttcgttgttcgctcttagtgtctccactataatccttaaccacaacacactacaaccaacaacctttcttgc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
498 cttgccttccttgtctatcttacacaagccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
499
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
500 .. class:: infomark
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
501
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
502 | If you choose the option proteic : you obtain a file with proteic sequences
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
503 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
504
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
505
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
506 **Phylogeny_concatenation_nexus_nuc** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
507
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
508 #NEXUS
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
509
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
510 | Begin data;
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
511 | Dimensions ntax=6 nchar=504;
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
512 | Format datatype=dna gap=-;
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
513
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
514 Matrix
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
515
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
516 Ps cgcagttcctcggtgaggcgttgtagttcggcgttcagacggtcagctctctcctcggctgccctgcgagcattcagtgcctcatccatgtcagcttgcatggcggcaatgtctccctccatacggcgcttatctccagtcaaagtggtcacggtgatgttcagctcgttaacacgggatacagcatcgtgcagttcgttttcggcattcttacgagctctctcagatgtct
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
517 ccagaagagatcgaacgtcctccagctccgtttgtagagcgatcctcttcctctcgagtacggtaaccgccgaacgggcttcctcagcactacggcgctcctcctcaatggcaatctccagctccttgaccttggcactgagtcccttgttggccttagatagttcgttgtttgccctcaatgtctcgaccataatccttaacaacaacacactacagccaacaaccttcct
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
518 tgctttaccctctttgtctatcttgcataatccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
519
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
520 Ac cgcagttcctcggtgacgcggtgcagctcggcggcgaggcggtctgccctctcctcggccgccctgcgggcgttcagggcctcgtccagatcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccagtcagcgtcgtcaccgtgatgttcagctcgttgacgcgagccgtggcgtcgtgcaactcgttctcggcattcttacgagctcgttc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
521 ggcggtctccagtagagatctaacatcctccagctctgtttgcaatgcaatcctcttcctctcgagtacagttacagcggaacgggcttcctcagcactgcggtgctcctcctcaatggcaatttccagctccttgaccttggcactaagtcccttgttggccttggacagctcgttgttggctctaagtgtctccacc---------------------------------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
522 ------------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
523
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
524 Pp ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
525 -----------------------------------------------------------------------------------------------------ataatccttgacgaccacacactgcatccaacaacttttctggccttgccttccttgtctattttacacaaaccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
526
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
527 Ap cgcagctcctcggtgacgcggtgcagctcggcggcgaggcgatcggctctctcctcggctgccctgcgggcgttcagggcctcatcaaggtcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccggtcagagtcgtcaccgtgatgttcagctcgttgacgcgagccgtggcgtcgtgtagctcgttctcggcattcttacgagctcgttc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
528 ggcggtctccagtagggatctaacatcctccagctccgtttgcaatgcaatcctcttcctctcgagtacagttacagcggaacgggcttcctcagcactgcggcgctcctcctcaatggcaatttccagctccttgaccttcgcactaagtcccttgttggccttggacagttcgttgttggctctaagtgtctccactataatccttaacaacaacacactgcaaccaacaa
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
529 ccttccgggccttgccttccttgtctatcttgcaaagaccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
530
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
531 Pf ctgagctcctcggtgaggcgctggagctcggagttcaggcggtcggctcgttcctcggcggcgcggcgagcgttcagcgcctcgtccatgtcggcctgcatggcggcgatgtccgcttccatgcggcgcttgtcgcccgtcagagtggtgaccgtgatgttcagctcgttgacacgggccacggcgtcgtgcagctcgttctcggcgttcttgcgagctctctcc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
532 gacgtctccagaagagatcggacgtcctcgagttccgtctgcagggcgatcctcttcctctcgagcacggtaacagcagaacgggcttcctcggcgctacggcgctcttcctcgatggcgatctccagttccttgacctttgcactgagtcccttgttggccttggatagttcgttgttagccctcagtgtctccaccataatccttaacaacaacacactacagccgaca
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
533 accttccttgctttcccttctttgtcaatcttgcataatccggcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
534
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
535 Pg cgcagctcctcggtgagacgctgcagttcggaattcaggcggtccgccctctcttcggcagccctgcgggcgttcagcgcctcgtccatgtcggcctgcatggcggcgatgtcgccctccatgcggcgcttgtcgccggtcagcgtggtcacggtgatgttcagctcgttgacgcgagaaacggcgtcgtgcatctcgttttcggcattcttgcgagctctctccg
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
536 acgtctcaagaagggatcgtacatcctcgagttctgtctggagggcgatcctctttctctcaagcatggtaaccgcggagcgggcttcctcgccactgcggcgttcttcctcgatggtgatctccagttccttaaccttagtactcagtcccttgttggctttggacagttcgttgttcgctcttagtgtctccactataatccttaaccacaacacactacaaccaacaacctttc
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
537 ttgccttgccttccttgtctatcttacacaagccagcccat
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
538
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
539 | ;
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
540 | End;
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
541 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
542
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
543 .. class:: infomark
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
544
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
545 | If you choose the option proteic : you obtain a file with proteic sequences
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
546 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
547
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
548
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
549 **Phylogeny_RAxML_BestTree** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
550
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
551 | ((Ac:0.02889451913999640381,Ap:0.01674414484251282934):0.17730049470177636217,
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
552 | ((Pp:0.23405795780876006984,Pg:0.02012322210145659623):0.14429203507314311561,Pf:0.09977363663005259231):0.04320803212100913365,Ps:0.08351583721596630983):0.0;
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
553 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
554
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
555
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
556
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
557 **Phylogeny_RAxML_BiPartitionBranchLabel** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
558
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
559 | (Pg:0.02012322210145659623,(Pf:0.09977363663005259231,(Ps:0.08351583721596630983,
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
560 | (Ac:0.02889451913999640381,Ap:0.01674414484251282934):0.17730049470177636217[89]):0.04320803212100913365[42]):0.14429203507314311561[70],Pp:0.23405795780876006984);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
561 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
562 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
563
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
564
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
565 **Phylogeny_RAxML_BiPartition** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
566
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
567 (Pg:0.02012322210145659623,(Pf:0.09977363663005259231,(Ps:0.08351583721596630983,
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
568 (Ac:0.02889451913999640381,Ap:0.01674414484251282934)89:0.17730049470177636217)42:0.04320803212100913365)70:0.14429203507314311561,Pp:0.23405795780876006984);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
569
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
570 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
571 |
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
572
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
573 **Phylogeny_RAxML_BootStrap** :
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
574
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
575 | ((Ap,Ac),((Pp,Pg),Pf),Ps);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
576 | ((Ap,Ac),((Pp,Pg),Pf),Ps);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
577 | (Pf,((Ap,Ac),(Pp,Pg)),Ps);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
578 | ((Ap,Ac),((Pp,Pg),Pf),Ps);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
579 | ((Ap,Ac),((Pp,Pg),Pf),Ps);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
580 | ((Ap,Ac),((Pp,Pg),Pf),Ps);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
581 | ((Pp,Pg),(Pf,(Ap,Ac)),Ps);
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
582
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
583 ...
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
584
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
585 </help>
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
586
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
587 <expand macro="citations" />
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
588
6d930f037fea planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 38545eb765e0df7fcc6b8130e8e5f87cf4481122
abims-sbr
parents:
diff changeset
589 </tool>