annotate fasttree.xml @ 0:614a12d56e58 draft default tip

planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
author sanbi-uwc
date Mon, 09 Jan 2017 08:07:45 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
1 <tool id="fasttree" name="FastTree" version="0.1">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
2 <description>infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences.</description>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
3
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
4 <requirements>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
5 <requirement type="package" version="2.1.9">fasttree</requirement>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
6 </requirements>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
7
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
8 <command detect_errors="aggressive">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
9 <![CDATA[
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
10 OMP_NUM_THREADS=\${GALAXY_SLOTS:-1} &&
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
11 export OMP_NUM_THREADS &&
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
12 FastTreeMP
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
13 #if ( ( str( $advanced_options.advanced_options_selector ) == 'false'
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
14 and str( $advanced_options.alignment_type1 ) == 'nucl' ) or
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
15 ( str( $advanced_options.advanced_options_selector ) == 'true'
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
16 and str( $advanced_options.alignment_type_selection.alignment_type2 ) == 'nucl' ) ):
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
17 -nt
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
18 #end if
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
19 #if str( $advanced_options.advanced_options_selector ) == 'true':
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
20 $advanced_options.fastest
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
21 $advanced_options.gamma
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
22 $advanced_options.noml
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
23 $advanced_options.nosupport
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
24 $advanced_options.log
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
25 #if str( $advanced_options.alignment_type_selection.alignment_type2 ) == 'nucl':
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
26 $advanced_options.alignment_type_selection.nucl_alignment_model
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
27 #else
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
28 $advanced_options.alignment_type_selection.prot_alignment_model
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
29 #end if
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
30 #end if
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
31 '${input_alignment}' > '${output_tree}'
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
32 ]]>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
33 </command>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
34
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
35 <inputs>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
36 <param name="input_alignment" type="data" format="fasta,phylip"
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
37 label="Multiple sequence alignment"/>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
38 <conditional name="advanced_options">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
39 <param name="advanced_options_selector" type="select" label="Advanced options">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
40 <option value="true">Yes</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
41 <option value="false" selected="True">No</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
42 </param>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
43 <when value="true">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
44 <param argument="-fastest" type="boolean" truevalue="-fastest" falsevalue=""
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
45 label="Fastest mode (recommended for > 50,000 sequences)"/>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
46 <param argument="-gamma" type="boolean" truevalue="-gamma" falsevalue=""
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
47 label="Rescale likelihoods using Gamma20 model" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
48 <param argument="-noml" type="boolean" truevalue="-noml" falsevalue=""
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
49 label="Disable Maximum-Likelihood topology refinement step" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
50 <param argument="-nosupport" type="boolean" truevalue="-nosupport" falsevalue=""
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
51 label="Disable computation of support values for tree splits" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
52 <param argument="-log" type="boolean" truevalue="-log output_log.txt" falsevalue=""
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
53 label="Save log file" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
54 <conditional name="alignment_type_selection">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
55 <param name="alignment_type2" type="select" label="Alignment type">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
56 <option value="nucl">Nucleotide</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
57 <option value="prot" selected="True">Protein</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
58 </param>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
59 <when value="nucl">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
60 <param name="nucl_alignment_model" label="Alignment model" type="select">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
61 <option value="" selected="True">Jukes-Cantor+CAT</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
62 <option value="-gtr">GTR+CAT</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
63 </param>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
64 </when>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
65 <when value="prot">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
66 <param name="prot_alignment_model" label="Alignment model" type="select">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
67 <option value="">JTT+CAT</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
68 <option value="-wag">WAG+CAT</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
69 <option value="-lg">LG+CAT</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
70 </param>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
71 </when>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
72 </conditional>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
73 </when>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
74 <when value="false">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
75 <param name="alignment_type1" type="select" label="Alignment type">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
76 <option value="nucl">Nucleotide</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
77 <option value="prot" selected="True">Protein</option>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
78 </param>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
79 </when>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
80 </conditional>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
81
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
82 </inputs>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
83
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
84 <outputs>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
85 <data name="output_tree" format="nhx" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
86 <data name="output_log" format="txt" label="Log from ${tool.name} on ${on_string}" from_work_dir="output_log.txt">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
87 <filter>advanced_options['advanced_options_selector'] == 'true' and advanced_options['log'] is True</filter>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
88 </data>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
89 </outputs>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
90
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
91 <tests>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
92 <test>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
93 <param name="input_alignment" value="sample_aln1.fasta" ftype="fasta" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
94 <param name="advanced_options_selector" value="false" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
95 <param name="alignment_type1" value="nucl" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
96 <output name="output_tree">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
97 <assert_contents>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
98 <has_text_matching expression="^^\(\(\(471528:[^,]+,\(\(484305:[^,]+,\(471785:[^,]+,\(484347:[^,]+,484343:" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
99 </assert_contents>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
100 </output>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
101 </test>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
102 <test>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
103 <param name="input_alignment" value="sample_aln2.fasta" ftype="fasta" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
104 <param name="advanced_options_selector" value="false" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
105 <output name="output_tree">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
106 <assert_contents>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
107 <has_text_matching expression="^\(\(N3970:\d\.\d+,N3339:\d\.\d+\)\d+\.\d+:\d\.\d+,\(\(\(\(N3243:\d\.\d+,\(\(N3234:\d\.\d+,\(N500:" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
108 </assert_contents>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
109 </output>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
110 </test>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
111 <test>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
112 <param name="input_alignment" value="sample_aln2.fasta" ftype="fasta" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
113 <param name="advanced_options_selector" value="true" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
114 <param name="log" value="True" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
115 <output name="output_log">
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
116 <assert_contents>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
117 <has_text text="Amino acid distances: BLOSUM45 Joins: balanced Support: SH-like 1000" />
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
118 </assert_contents>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
119 </output>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
120 </test>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
121 </tests>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
122
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
123 <help>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
124 <![CDATA[
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
125 FastTree infers approximately-maximum-likelihood phylogenetic trees from
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
126 alignments of nucleotide or protein sequences. For more information see
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
127 the `FastTree`_ website.
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
128
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
129 .. _FastTree: http://www.microbesonline.org/fasttree
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
130 ]]>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
131 </help>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
132
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
133 <citations>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
134 <citation type="doi">10.1093/molbev/msp077</citation>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
135 <citation type="doi">10.1371/journal.pone.0009490</citation>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
136 </citations>
614a12d56e58 planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/tools/fasttree commit 4db125fcd73327813d7bd511852bbe9ffc68a25c
sanbi-uwc
parents:
diff changeset
137 </tool>