annotate neper_visualization.xml @ 0:82edf8dea5db draft

"planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
author ximgchess
date Sat, 13 Nov 2021 00:14:53 +0000
parents
children a5e15abf30b5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
1 <tool id="neper_visualization" name="Neper Visualization" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
2 <description></description>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
3 <macros>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
4 <import>macros.xml</import>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
5 <import>color_macros.xml</import>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
6 <token name="@VERSION_SUFFIX@">0</token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
7
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
8 <!-- Mesh Keys
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
9 id#identifier#node, @var{n}D elt, @var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
10 x#x coordinate#node, @var{n}D elt, @var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
11 y#y coordinate#node, @var{n}D elt, @var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
12 z#z coordinate#node, @var{n}D elt, @var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
13 coo#x, y and z coordinates#node, @var{n}D elt, @var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
14 dim#dimension (= lowest parent elt dimension)#node
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
15 elset0d#0D elset#0D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
16 elset1d#1D elset#1D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
17 elset2d#2D elset#2D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
18 elset3d#3D elset#3D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
19 part#partition#@var{n}D elt, node
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
20 group#group#@var{n}D elt, @var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
21 cyl#whether or not is used to describe the circular part of a cylinder domain#1D elt, 1D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
22 vol#volume#3D elt, 3D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
23 area#surface area#2D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
24 diameq#equivalent diameter@footnote{Equivalent diameter = diameter of the circle of equivalent area/volume in 2D/3D.#2D elt, 3D elt, 2D elset, 3D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
25 radeq#equivalent radius@footnote{Equivalent radius = radius of the circle of equivalent area/volume in 2D/3D.}#2D elt, 3D elt, 2D elset, 3D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
26 length#average edge length#@math{n}D elt, 1D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
27 lengths#edge lengths#2D elt, 3D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
28 elsetvol#elset volume#3D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
29 elsetarea#elset area#2D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
30 elsetlength#elset length#1D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
31 rr#radius ratio#3D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
32 rrav}, @code{rrmin}, @code{rrmax}
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
33 #average, min and max radius ratios @tab 3D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
34 Osize#Osize#3D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
35 eltnb#number of elements#@var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
36 true#true level#@var{n}D elt, @var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
37 body#body level#@var{n}D elt, @var{n}D elset
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
38 domtype#type of domain (0 if on a domain vertex, 1 if on a domain edge and 2 if on a domain face)#@w{2D elset}, @w{1D elset}, @w{0D elset}, @w{2D elt}, @w{1D elt}, @w{0D elt}
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
39 2dmeshp#coordinates of the closest point of the 2D mesh#node, 3D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
40 2dmeshd#distance to @samp{2dmeshp}#node, 3D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
41 2dmeshv#vector to @samp{2dmeshp}#node, 3D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
42 2dmeshn#outgoing normal vector of the 2D mesh at @samp{2dmeshp#node, 3D elt
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
43 per#periodic (1 if periodic, 0 otherwise)#0D elt, 1D elt, 2D elt (in 3D), 0D elset, 1D elset, 2D elset (in 3D)
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
44 col_rodrigues#color according to the Rodrigues vector color convention@footnote{Applies to a mesh of Rodrigues space.}#node
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
45 col_stdtriangle#color according to the stereographic triangle (IPF) color convention@footnote{Applies to a mesh of the stereographic triangle.}#node
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
46 -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
47
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
48 <xml name="set_elt" token_name="option">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
49 <conditional name="@NAME@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
50 <param name="set_@NAME@" type="select" label="Set @NAME@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
51 <option value="default">use default</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
52 <option value="by_value">by value </option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
53 <option value="from_file">from file</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
54 </param>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
55 <when value="default"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
56 <when value="by_value">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
57 <param name="@NAME@" argument="-@NAME@" type="text" label="@NAME@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
58 <option value="all">all</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
59 <option value="none">none</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
60 <yield/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
61 </param>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
62 </when>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
63 <when value="from_file">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
64 <param name="elements_file" argument="-@NAME@" type="data" format="txt" label="Elements file"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
65 </when>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
66 </conditional>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
67 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
68
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
69 <xml name="elt_elset">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
70 <param name="by_set" type="boolean" truevalue="elset" falsevalue="elt" checked="false" label="apply to element set"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
71 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
72 <xml name="set_el_color" token_name="option">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
73 <conditional name="@NAME@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
74 <param name="set_@NAME@" type="select" label="Set @NAME@ by">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
75 <option value="default" selected="true">Use default</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
76 <option value="data_value">data value</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
77 <option value="color">color</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
78 <option value="from_file">from file</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
79 </param>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
80 <when value="default"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
81 <when value="data_value">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
82 <param argument="-@NAME@" type="text" label="Set @NAME@ by element or element set">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
83 <yield/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
84 </param>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
85 <expand macro="elt_elset"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
86 </when>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
87 <when value="color">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
88 <expand macro="color_selector" argument="-@NAME@" label="Set @NAME@ color"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
89 <expand macro="elt_elset"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
90 </when>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
91 <when value="from_file">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
92 <param name="color_file" argument="-@NAME@" type="data" format="txt" label="Color file"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
93 </when>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
94 </conditional>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
95 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
96
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
97 <xml name="tess_data">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
98 <section name="tess" expanded="false" title="Tessellation Rendering">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
99 <conditional name="datacellcol">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
100 <param name="set_datacellcol" argument="-datacellcol" type="select" label="Set datacell color">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
101 <option value="none">None</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
102 <option value="id" selected="true">id</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
103 <option value="mode">mode</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
104 <option value="by_value">By value</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
105 </param>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
106 <when value="none"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
107 <when value="id"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
108 <when value="mode"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
109 <when value="by_value">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
110 <expand macro="color_selector" name="datacellcolor" label="Select datacell color"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
111 </when>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
112 <when value="by_value">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
113 </when>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
114 </conditional>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
115 </section>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
116 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
117 <token name="@TESS_DATA@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
118 #if $tess.datacellcol.set_datacellcol in ['id','mode']
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
119 -datacellcol $tess.datacellcol.set_datacellcol
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
120 #elif $tess.datacellcol.set_datacellcol == 'by_value'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
121 -datacellcol $tess.datacellcol.datacellcolor
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
122 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
123 </token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
124
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
125 <!--
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
126 neper -V example_mesh.msh -showelt1d all -dataelset3dcol id -dataelt1drad 0.0025 -dataelt3dedgerad 0.0025
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
127 -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
128
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
129 <xml name="mesh_data">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
130 <section name="mesh_data" expanded="false" title="Mesh Data Loading">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
131 <!-- NOTE: elt or elset -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
132 <!-- datanodecoo -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
133 <!-- datanodecoofact -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
134 <!-- datanoderad -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
135 <!-- datanodecol -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
136 <!-- datanodecolscheme -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
137 <!-- datanodescale -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
138 <!-- datanodescaletitle -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
139 </section>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
140 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
141 <token name="@MESH_DATA@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
142 </token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
143
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
144 <xml name="mesh_color">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
145 <section name="mesh_color" expanded="false" title="Mesh Data Rendering">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
146 <!-- NOTE: elt or elset -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
147 <!-- dataelt3dcol -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
148 <expand macro="set_el_color" name="dataelt3dcol">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
149 </expand>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
150 <!-- dataelt3dcolscheme -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
151 <!-- dataelt3dcolscale -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
152 <!-- dataelt3dcolscaletitle -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
153 <!-- dataelt3dedgerad -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
154 <param argument="-dataelt3dedgerad" type="float" value="" min="0.0" optional="true" label="data element 3d edge radius"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
155 <!-- dataelt3dedgecol -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
156
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
157 <!-- dataelt2dcol -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
158 <expand macro="set_el_color" name="dataelt2dcol">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
159 <!-- dataelt2dcolscheme -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
160 <!-- dataelt2dcolscale -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
161 <!-- dataelt2dcolscaletitle -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
162 <!-- dataelt2dedgerad -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
163 <param argument="-dataelt2dedgerad" type="float" value="" min="0.0" optional="true" label="data element 2d edge radius"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
164 <!-- dataelt2dedgecol -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
165
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
166 <!-- dataelt1dcol -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
167 <expand macro="set_el_color" name="dataelt1dcol">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
168 <!-- dataelt1dcolscheme -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
169 <!-- dataelt1dcolscale -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
170 <!-- dataelt1dcolscaletitle -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
171 <!-- dataelt1drad -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
172 <param argument="-dataelt1drad" type="float" value="" min="0.0" optional="true" label="data element 1d radius"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
173
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
174 <!-- dataelt0dcol -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
175 <expand macro="set_el_color" name="dataelt0dcol">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
176 <!-- dataelt0dcolscheme -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
177 <!-- dataelt0dcolscale -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
178 <!-- dataelt0dcolscaletitle -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
179 <!-- dataelt0drad -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
180 <param argument="-dataelt0drad" type="float" value="" min="0.0" optional="true" label="data element 1d radius"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
181 </section>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
182 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
183 <token name="@MESH_COLOR@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
184 #if $mesh_color.dataelt3dcol.set_dataelt3dcol == 'from_file'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
185 #pass
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
186 #elif $mesh_color.dataelt3dcol.set_dataelt3dcol != 'default'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
187 #set opt = '-dataelt3dcol'.replace('elt',str($mesh_color.dataelt3dcol.by_set))
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
188 $opt '$mesh_color.dataelt3dcol.dataelt3dcol'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
189 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
190 #if $mesh_color.dataelt2dcol.set_dataelt2dcol == 'from_file'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
191 #pass
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
192 #elif $mesh_color.dataelt2dcol.set_dataelt2dcol != 'default'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
193 #set opt = '-dataelt2dcol'.replace('elt',str($mesh_color.dataelt2dcol.by_set))
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
194 $opt '$mesh_color.dataelt2dcol.dataelt2dcol'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
195 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
196 #if $mesh_color.dataelt1dcol.set_dataelt1dcol == 'from_file'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
197 #pass
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
198 #elif $mesh_color.dataelt1dcol.set_dataelt1dcol != 'default'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
199 #set opt = '-dataelt1dcol'.replace('elt',str($mesh_color.dataelt1dcol.by_set))
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
200 $opt '$mesh_color.dataelt1dcol.dataelt1dcol'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
201 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
202 #if $mesh_color.dataelt0dcol.set_dataelt0dcol == 'from_file'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
203 #pass
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
204 #elif $mesh_color.dataelt0dcol.set_dataelt0dcol != 'default'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
205 #set opt = '-dataelt0dcol'.replace('elt',str($mesh_color.dataelt0dcol.by_set))
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
206 $opt '$mesh_color.dataelt0dcol.dataelt3dcol'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
207 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
208
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
209 #if $mesh_color.dataelt3dedgerad
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
210 -dataelt3dedgerad $mesh_color.dataelt3dedgerad
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
211 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
212 #if $mesh_color.dataelt2dedgerad
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
213 -dataelt2dedgerad $mesh_color.dataelt2dedgerad
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
214 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
215 #if $mesh_color.dataelt1drad
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
216 -dataelt1drad $mesh_color.dataelt1drad
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
217 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
218 #if $mesh_color.dataelt0drad
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
219 -dataelt0drad $mesh_color.dataelt0drad
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
220 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
221 </token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
222
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
223 <xml name="show_settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
224 <section name="show" expanded="false" title="Show Settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
225 <expand macro="optional_yn" arg="-showtess" label="Show tess" help="test"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
226 <expand macro="optional_yn" arg="-showtesr" label="Show tesr" help="test"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
227 <expand macro="optional_yn" arg="-showmesh" label="Show mesh" help="test"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
228 <expand macro="optional_yn" arg="-showmeshslice" label="Show mesh slice" help="test"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
229 <!-- showpoint -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
230 </section>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
231 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
232 <token name="@SHOW_SETTINGS@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
233 #if $show.showtess
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
234 -showtess $show.showtess
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
235 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
236 #if $show.showtesr
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
237 -showtesr $show.showtesr
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
238 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
239 #if $show.showmesh
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
240 -showmesh $show.showmesh
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
241 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
242 #if $show.showmeshslice
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
243 -showmeshslice $show.showmeshslice
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
244 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
245 ## -showpoint
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
246 </token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
247
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
248 <xml name="show_tess_settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
249 <section name="show_tess" expanded="false" title="Show Tessellation Settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
250 <!-- showcell -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
251 <!-- showpoly -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
252 <!-- showface -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
253 <!-- showedge -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
254 <!-- showver -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
255 <!-- showseed -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
256 <!-- showfaceinter -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
257 <expand macro="optional_yn" arg="-showfaceinter" label="Show the interpolations of the tessellation faces" help=""/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
258 <!-- RASTER tesr -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
259 <!-- showvoidvox -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
260 </section>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
261 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
262 <token name="@SHOW_TESS_SETTINGS@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
263 #if $show_tess.showfaceinter
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
264 -showfaceinter $show_tess.showfaceinter
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
265 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
266 </token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
267
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
268 <xml name="show_mesh_settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
269 <section name="show_mesh" expanded="false" title="Show Mesh Settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
270 <expand macro="set_elt" name="showelt3d"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
271 <expand macro="set_elt" name="showelt2d">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
272 <option value="elt3d_shown">elt3d_shown</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
273 </expand>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
274 <expand macro="set_elt" name="showelt1d">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
275 <option value="elt2d_shown">elt2d_shown</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
276 <option value="elt3d_shown">elt3d_shown</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
277 </expand>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
278 <expand macro="set_elt" name="showelt0d">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
279 <option value="elt1d_shown">elt1d_shown</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
280 <option value="elt2d_shown">elt2d_shown</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
281 <option value="elt3d_shown">elt3d_shown</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
282 </expand>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
283 <!-- shownode -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
284 <expand macro="optional_yn" arg="-showcys" label="Show the coordinate system" help=""/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
285 <expand macro="optional_yn" arg="-showshadow" label="Show the shadows" help=""/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
286 </section>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
287 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
288 <token name="@SHOW_MESH_SETTINGS@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
289 #if $show_mesh.showelt3d.set_showelt3d == 'by_value'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
290 -showelt3d '$show_mesh.showelt3d.showelt3d'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
291 #elif $show_mesh.showelt3d.set_showelt3d == 'from_file'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
292 -showelt3d 'file($show_mesh.showelt3d.elements_file)'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
293 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
294 #if $show_mesh.showelt2d.set_showelt2d == 'by_value'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
295 -showelt2d '$show_mesh.showelt2d.showelt2d'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
296 #elif $show_mesh.showelt2d.set_showelt2d == 'from_file'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
297 -showelt2d 'file($show_mesh.showelt2d.elements_file)'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
298 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
299 #if $show_mesh.showelt1d.set_showelt1d == 'by_value'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
300 -showelt1d '$show_mesh.showelt1d.showelt1d'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
301 #elif $show_mesh.showelt1d.set_showelt1d == 'from_file'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
302 -showelt1d 'file($show_mesh.showelt1d.elements_file)'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
303 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
304 #if $show_mesh.showelt0d.set_showelt0d == 'by_value'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
305 -showelt0d '$show_mesh.showelt0d.showelt0d'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
306 #elif $show_mesh.showelt0d.set_showelt0d == 'from_file'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
307 -showelt0d 'file($show_mesh.showelt0d.elements_file)'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
308 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
309 ## shownode
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
310 #if $show_mesh.showcys
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
311 -showcys $show_mesh.showcys
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
312 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
313 #if $show_mesh.showshadow
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
314 -showshadow $show_mesh.showshadow
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
315 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
316 </token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
317
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
318 <xml name="camera_settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
319 <section name="camera" expanded="false" title="Camera Settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
320 <expand macro="set_nv" name="cameracoo" label="Specify the camera coordinates">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
321 <expand macro="tx3d" label="Camera position" lx="x" ly="y" lz="z"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
322 </expand>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
323 <expand macro="set_nv" name="cameralookat" label="Specify the camera look-at point">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
324 <expand macro="tx3d" label="Camera lookat" lx="x" ly="y" lz="z"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
325 </expand>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
326 <param name="cameraangle" type="float" value="" min="1" max="179" optional="true" label="Set the opening angle of the camera along the horizontal direction (in degrees)"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
327 <expand macro="set_nv" name="camerasky" label="Specify the sky vector of the camera (vertical direction)">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
328 <expand macro="tx3d" label="Camera Sky vector" lx="x" ly="y" lz="z" x="0" y="0" z="1"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
329 </expand>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
330 <param name="cameraprojection" type="select" optional="true" label="Camera Projection">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
331 <help>Default value: perspective for 3D and orthographic for 2D</help>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
332 <option value="perspective">perspective</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
333 <option value="orthographic">orthographic</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
334 </param>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
335 </section>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
336 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
337 <token name="@CAMERA_SETTINGS@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
338 #if $camera.cameracoo.set_cameracoo == 'by_value'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
339 -cameracoo "${camera.cameracoo.x}:${camera.cameracoo.y}:${camera.cameracoo.z}"
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
340 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
341 #if $camera.cameralookat.set_cameralookat == 'by_value'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
342 -cameralookat "${camera.cameralookat.x}:${camera.cameralookat.y}:${camera.cameralookat.z}"
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
343 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
344 #if $camera.cameraangle
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
345 -cameraangle $camera.cameraangle
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
346 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
347 #if $camera.camerasky.set_camerasky == 'by_value'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
348 -camerasky "${camera.camerasky.x}:${camera.camerasky.y}:${camera.camerasky.z}"
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
349 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
350 #if $camera.cameraprojection
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
351 -cameraprojection $camera.cameraprojection
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
352 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
353 </token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
354
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
355 <xml name="image_settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
356 <section name="image" expanded="false" title="Image Settings">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
357 <expand macro="set_ny" name="imagesize" label="Set the image size">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
358 <expand macro="size2d" label="Image size" lx="width" ly="height"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
359 </expand>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
360 <expand macro="color_selector" name="imagebackground" label="Image background color"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
361 <param name="imageantialias" type="boolean" truevalue="" falsevalue="-imageantialias 0" checked="true" label="Use antialiasing"
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
362 help="Use antialiasing to produce a smoother image. Switch antialiasing off for faster image gener- ation or smaller image file"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
363 </section>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
364 </xml>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
365 <token name="@IMAGE_SETTINGS@">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
366 #if $image.imagesize.set_imagesize == 'yes'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
367 -imagesize "${image.imagesize.x}:${image.imagesize.y}"
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
368 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
369 #if $image.imagebackground
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
370 -imagebackground "$image.imagebackground"
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
371 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
372 $image.imageantialias
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
373 </token>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
374
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
375 </macros>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
376 <expand macro="requirements" />
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
377 <expand macro="version_command" />
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
378 <command detect_errors="exit_code"><![CDATA[
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
379 #*
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
380 #set $tessfiles = []
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
381 #set $mshfiles = []
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
382 #for $input in $inputs
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
383 #if $input.is_of_type('neper.msh')
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
384 #silent $mshfiles.append(str($input))
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
385 #else
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
386 #silent $tessfiles.append(str($input))
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
387 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
388 #end for
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
389 #set $ds = ','.join($tessfiles + $mshfiles)
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
390 neper -V
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
391 '$ds'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
392 *#
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
393 neper -V
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
394 '$inputs'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
395 @TESS_DATA@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
396 @TRANSFORM@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
397 @MESH_COLOR@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
398 @SHOW_SETTINGS@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
399 @SHOW_TESS_SETTINGS@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
400 @SHOW_MESH_SETTINGS@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
401 @CAMERA_SETTINGS@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
402 @IMAGE_SETTINGS@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
403 -imageformat "$imageformat"
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
404 -print output
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
405 | grep -v '%$' | tee 'neper.log'
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
406 #if 'png' in $imageformat
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
407 && test -s output.png
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
408 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
409 #if 'vtk' in $imageformat
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
410 && test -s output.vtk
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
411 #end if
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
412 ]]></command>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
413 <inputs>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
414 <param name="inputs" type="data" format="neper.tesr,neper.tess,gmsh.msh" multiple="true" label="Input to visualize"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
415 <expand macro="tess_data"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
416 <expand macro="transform"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
417 <expand macro="mesh_color"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
418 <expand macro="show_settings"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
419 <expand macro="show_tess_settings"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
420 <expand macro="show_mesh_settings"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
421 <expand macro="camera_settings"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
422 <expand macro="image_settings"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
423 <param name="imageformat" argument="-imageformat" type="select" multiple="true" optional="false" label="Image formats">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
424 <option value="png" selected="true">PNG</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
425 <option value="vtk">VTK</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
426 <option value="pov">POV</option>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
427 </param>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
428 </inputs>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
429 <outputs>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
430 <data name="log" format="txt" label="${tool.name} on ${on_string} log" from_work_dir="neper.log"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
431 <data name="output_png" format="png" label="${tool.name} on ${on_string} png" from_work_dir="output.png">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
432 <filter>'png' in imageformat</filter>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
433 </data>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
434 <data name="output_vtk" format="vtkascii" label="${tool.name} on ${on_string} vtk" from_work_dir="output.vtk">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
435 <filter>'vtk' in imageformat</filter>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
436 </data>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
437 <data name="output_pov" format="pov" label="${tool.name} on ${on_string} pov" from_work_dir="output.pov">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
438 <filter>'pov' in imageformat</filter>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
439 </data>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
440 </outputs>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
441 <tests>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
442 <!-- Test-1 neper -V neper.tess -datacellcol id -imageformat "png" -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
443 <test>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
444 <param name="inputs" ftype="neper.tess" value="neper.tess"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
445 <output name="log">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
446 <assert_contents>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
447 <has_text text="Wrote file `output.png'." />
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
448 </assert_contents>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
449 </output>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
450 </test>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
451 <!-- Test-2 neper -V gmsh.msh -datacellcol id -imageformat "png,vtk" -->
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
452 <test>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
453 <param name="inputs" ftype="neper.tess" value="gmsh.msh"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
454 <param name="imageformat" value="png,vtk"/>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
455 <output name="log">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
456 <assert_contents>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
457 <has_text text="Wrote file `output.png'." />
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
458 <has_text text="Wrote file `output.vtk'." />
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
459 </assert_contents>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
460 </output>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
461 <output name="output_vtk">
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
462 <assert_contents>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
463 <has_text text="vtk DataFile" />
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
464 <has_text text="DATASET UNSTRUCTURED_GRID" />
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
465 </assert_contents>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
466 </output>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
467 </test>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
468
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
469 </tests>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
470 <help><![CDATA[
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
471 **Neper Visualization**
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
472
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
473 @NEPER_HELP@
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
474
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
475 Module -V is the module for visualizing tessellations, meshes and simulation results as publication-quality PNG images1 or as VTK files, for interactive visualization. Results can be defined from internal data, data loaded from external files or a simulation directory as generated by module -S. For the PNG images, it is possible to set different attributes of the tessellations and meshes such as the node coordinates, or the colors and transparencies of the different entities. Point data can also be represented, using symbols of specified sizes and colors. Slice views can also be generated.
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
476
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
477 ]]></help>
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
478 <expand macro="citations" />
82edf8dea5db "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/neper commit fd705c5d17e50a45fb6833d269aa23387391687a"
ximgchess
parents:
diff changeset
479 </tool>