Mercurial > repos > iuc > intervene
view macros.xml @ 3:21beb30956c2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
author | iuc |
---|---|
date | Fri, 21 Oct 2022 16:07:46 +0000 |
parents | 08780101bc36 |
children |
line wrap: on
line source
<macros> <xml name="color_sanitizer"> <sanitizer> <valid initial="string.ascii_letters,string.digits"> <add value="#" /> </valid> </sanitizer> </xml> <xml name="quote_sanitizer"> <sanitizer> <valid initial="string.printable"> <remove value="'" /> </valid> </sanitizer> </xml> <xml name="figure_params"> <param argument="--figtype" type="select" label="Select figure type for plot"> <option value="pdf">pdf</option> <option value="svg">svg</option> <option value="ps">ps</option> <option value="tiff">tiff</option> <option value="png">png</option> </param> <param name="figsize_width" type="integer" value="14" min="2" label="Width of the output plot"/> <param name="figsize_height" type="integer" value="8" min="2" label="Height of the output plot"/> <param argument="--dpi" type="integer" value="300" min="60" max="1200" label="Dots-per-inch (DPI) for the output"/> </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/s12859-017-1708-7</citation> </citations> </xml> <token name="@TOOL_VERSION@">0.6.5</token> <token name="@VERSION_SUFFIX@">2</token> <token name="@ESCAPE_IDENTIFIER@"><![CDATA[re.sub('[^\s\w\-\.]', '_', str($file.element_identifier))]]></token> </macros>