annotate macros.xml @ 1:08780101bc36 draft

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