comparison macro.xml @ 1:bd2a15dbcea1 draft

planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/polypolish commit afc3449a0b68d43fd1179543815dfe23b951e157
author iuc
date Fri, 20 Oct 2023 12:41:27 +0000
parents aaa868913641
children f355085dd2aa
comparison
equal deleted inserted replaced
0:aaa868913641 1:bd2a15dbcea1
1 1
2 <macros> 2 <macros>
3 <token name="@TOOL_VERSION@">0.5.0</token> 3 <token name="@TOOL_VERSION@">0.5.0</token>
4 <token name="@VERSION_SUFFIX@">0</token> 4 <token name="@VERSION_SUFFIX@">1</token>
5 <token name="@PROFILE@">21.05</token> 5 <token name="@PROFILE@">21.05</token>
6 <token name="@THREADS@">\${GALAXY_SLOTS:-7}</token> 6 <token name="@THREADS@">\${GALAXY_SLOTS:-7}</token>
7 <xml name="version_command"> 7 <xml name="version_command">
8 <version_command><![CDATA[polypolish -V]]></version_command> 8 <version_command><![CDATA[polypolish -V]]></version_command>
9 </xml> 9 </xml>
31 particularly near the edges of repeat sequences"> 31 particularly near the edges of repeat sequences">
32 <option value="filter" selected="true">Filter by insert size</option> 32 <option value="filter" selected="true">Filter by insert size</option>
33 <option value="non_filter"> No filtering step</option> 33 <option value="non_filter"> No filtering step</option>
34 </param> 34 </param>
35 <when value="filter"> 35 <when value="filter">
36 <param name="low" argument="--low" type="float" min="0" value="0.1" label="Low percentile threshold" help="Select the lower value to remove [default: 0.1]"/> 36 <param argument="--low" type="float" min="0" value="0.1" label="Low percentile threshold" help="Select the lower value to remove [default: 0.1]"/>
37 <param name="high" argument="--high" type="float" min="0" value="99.9" label="High percentile threshold" help="Select the lower value to remove [default: 99.9]"/> 37 <param argument="--high" type="float" min="0" value="99.9" label="High percentile threshold" help="Select the lower value to remove [default: 99.9]"/>
38 </when> 38 </when>
39 <when value="non_filter"> 39 <when value="non_filter">
40 </when> 40 </when>
41 </conditional> 41 </conditional>
42 </xml> 42 </xml>