Mercurial > repos > iuc > newick_utils
annotate newick_display.xml @ 1:b4163d2f64ab draft default tip
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
author | iuc |
---|---|
date | Sun, 01 Dec 2019 17:33:02 -0500 |
parents | fe4235285ee8 |
children |
rev | line source |
---|---|
1
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
1 <tool id="newick_display" name="Newick Display" version="1.6+galaxy1"> |
0
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
2 <description>visualize a phylogenetic tree</description> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
3 <edam_operations> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
4 <edam_operation>operation_0567</edam_operation> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
5 </edam_operations> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
6 <requirements> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
7 <requirement type="package" version="1.6">newick_utils</requirement> |
1
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
8 <requirement type="package" version="7.0.9_6">imagemagick</requirement> |
0
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
9 </requirements> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
10 <command detect_errors="aggressive"><![CDATA[ |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
11 nw_display |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
12 #if $outformat != 'txt': |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
13 -s |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
14 #end if |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
15 $scalebar |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
16 -u '$legend' |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
17 -I 'r' |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
18 -i |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
19 #if $condbranchsupport.branchsupport == "true": |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
20 'fill:$condbranchsupport.supcolor; |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
21 font-size:$condbranchsupport.supfontsize; |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
22 transform:$condbranchsupport.suptransform;' |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
23 #else: |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
24 "visibility:hidden;" |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
25 #end if |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
26 -b |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
27 #if $condbranchlength.branchlength == "true": |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
28 'fill:$condbranchlength.lencolor; |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
29 font-size:$condbranchlength.lenfontsize; |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
30 transform:$condbranchlength.lentransform;' |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
31 #else: |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
32 "visibility:hidden;" |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
33 #end if |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
34 |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
35 -l 'font-family:$leafFont;font-size:$leafSize;' |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
36 -d "stroke:grey;fill:none;stroke-width:2;stoke-linecap:round;" |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
37 -w $width |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
38 $radial |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
39 |
1
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
40 '$fileNewick' |
0
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
41 |
1
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
42 #if $outformat == 'png': |
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
43 | convert - 'png:$output' |
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
44 #else: |
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
45 > '$output' |
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
46 #end if |
0
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
47 ]]></command> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
48 <inputs> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
49 <param name="fileNewick" format="txt,newick,nw,nwk,nhx,mothur.tre" type="data" label="Newick file"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
50 <param name="scalebar" type="boolean" truevalue="" falsevalue="-S" checked="True" label="Display scale bar" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
51 <param name="legend" type="text" value="" label="Unit name for the scale bar" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
52 <param name="leafFont" type="text" value="sans-serif" label="Leaf font" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
53 <param name="leafSize" type="text" value="10px" label="Leaf font-size" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
54 <conditional name="condbranchsupport"> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
55 <param name="branchsupport" type="select" label="Branch support"> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
56 <option value="true">Display branch support</option> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
57 <option value="false" selected="true">Hide branch support</option> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
58 </param> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
59 <when value="true"> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
60 <param name="supcolor" type="color" value="red" label="color" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
61 <param name="supfontsize" type="text" value="10px" label="font-size" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
62 <param name="suptransform" type="text" value="translateY(1.5em)" label="move" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
63 </when> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
64 <when value="false" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
65 </conditional> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
66 <conditional name="condbranchlength"> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
67 <param name="branchlength" type="select" label="Branch length"> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
68 <option value="true">Display branch length</option> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
69 <option value="false" selected="true">Hide branch length</option> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
70 </param> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
71 <when value="true"> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
72 <param name="lencolor" type="color" value="blue" label="color" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
73 <param name="lenfontsize" type="text" value="10px" label="font-size" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
74 <param name="lentransform" type="text" value="translate(-1.5em,0em)" label="move" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
75 </when> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
76 <when value="false" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
77 </conditional> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
78 <param name="width" type="integer" value="800" label="Image width" help="in pixels for image output or in characters for text output" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
79 <param name="radial" type="boolean" truevalue="-r" falsevalue="" checked="False" label="Draw a radial tree" /> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
80 <param name="outformat" type="select" label="Choose an output format"> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
81 <option value="svg" selected="true">SVG</option> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
82 <option value="png">PNG</option> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
83 <option value="txt">Text</option> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
84 </param> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
85 </inputs> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
86 <outputs> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
87 <data name="output" format="svg" label="${tool.name} on ${on_string}: Tree Graph" > |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
88 <change_format> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
89 <when input="outformat" value="png" format="png"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
90 <when input="outformat" value="txt" format="txt"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
91 </change_format> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
92 </data> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
93 </outputs> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
94 <tests> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
95 <test> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
96 <param name="fileNewick" value="tree.nwk"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
97 <param name="width" value="400"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
98 <param name="leafFont" value="courier"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
99 <output name="output" file="tree.svg" ftype="svg" lines_diff="2"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
100 </test> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
101 <test><!-- test radial tree --> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
102 <param name="fileNewick" value="tree.nwk"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
103 <param name="radial" value="-r"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
104 <param name="branchlength" value="true"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
105 <output name="output" file="tree2.svg" ftype="svg" lines_diff="2"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
106 </test> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
107 <test><!-- test with png output format --> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
108 <param name="fileNewick" value="tree.nwk"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
109 <param name="radial" value="-r"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
110 <param name="branchlength" value="true"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
111 <param name="outformat" value="png"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
112 <output name="output" file="tree.png" ftype="png" compare="sim_size" delta="15000"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
113 </test> |
1
b4163d2f64ab
"planemo upload for repository https://github.com/tjunier/newick_utils commit 352b2b1efa8400e145f02adb34e36c4af4524e54"
iuc
parents:
0
diff
changeset
|
114 <test><!-- test with txt output format --> |
0
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
115 <param name="fileNewick" value="tree.nwk"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
116 <param name="outformat" value="txt"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
117 <output name="output" file="tree.txt" ftype="txt"/> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
118 </test> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
119 </tests> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
120 <help><![CDATA[ |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
121 **What it does** |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
122 |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
123 This tool outputs a graph representing the tree, either as text or |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
124 as a SVG or PNG image. Underscores in labels are replaced with spaces. |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
125 Trees with no branch lengths are taken to be cladograms and are |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
126 drawn with leaves aligned. Otherwise, the tree is assumed to be a |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
127 phylogram: branch lengths are honored and a scale bar is drawn. |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
128 |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
129 .. image:: $PATH_TO_IMAGES/example.png |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
130 :alt: example newick tree graph |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
131 |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
132 ]]></help> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
133 <citations> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
134 <citation type="doi">10.1186/1748-7188-3-7</citation> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
135 </citations> |
fe4235285ee8
planemo upload for repository https://github.com/tjunier/newick_utils commit e21a4f5dd923d549651f1a15c755e2de89cbd46d
iuc
parents:
diff
changeset
|
136 </tool> |