comparison macros.xml @ 0:f5fa293605ca draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
author iuc
date Wed, 12 Sep 2018 13:22:43 -0400
parents
children 08780101bc36
comparison
equal deleted inserted replaced
-1:000000000000 0:f5fa293605ca
1 <macros>
2 <xml name="color_sanitizer">
3 <sanitizer>
4 <valid initial="string.ascii_letters,string.digits">
5 <add value="#" />
6 </valid>
7 </sanitizer>
8 </xml>
9 <xml name="quote_sanitizer">
10 <sanitizer>
11 <valid initial="string.printable">
12 <remove value="'" />
13 </valid>
14 </sanitizer>
15 </xml>
16 <xml name="figure_params">
17 <param argument="--figtype" type="select" label="Select figure type for plot">
18 <option value="pdf">pdf</option>
19 <option value="svg">svg</option>
20 <option value="ps">ps</option>
21 <option value="tiff">tiff</option>
22 <option value="png">png</option>
23 </param>
24 <param name="figsize_width" type="integer" value="14" min="2" label="Width of the output plot"/>
25 <param name="figsize_height" type="integer" value="8" min="2" label="Height of the output plot"/>
26 <param argument="--dpi" type="integer" value="300" min="60" max="1200" label="Dots-per-inch (DPI) for the output"/>
27 </xml>
28 <xml name="citations">
29 <citations>
30 <citation type="doi">10.1186/s12859-017-1708-7</citation>
31 </citations>
32 </xml>
33 <token name="@TOOL_VERSION@">0.6.4</token>
34 <token name="@ESCAPE_IDENTIFIER@"><![CDATA[re.sub('[^\s\w\-\.]', '_', str($file.element_identifier))]]></token>
35 </macros>