comparison picard_macros.xml @ 16:d837223d4ad2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 78c3dea7dcd0c854fe7e6dc1d2b2349956167661
author iuc
date Tue, 16 Oct 2018 11:48:40 -0400
parents a5a13ea16d17
children c943f4a04af0
comparison
equal deleted inserted replaced
15:a5a13ea16d17 16:d837223d4ad2
5 <param name="validation_stringency" type="select" label="Select validation stringency" help=" Setting stringency to SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded."> 5 <param name="validation_stringency" type="select" label="Select validation stringency" help=" Setting stringency to SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded.">
6 <option value="LENIENT" selected="True">Lenient</option> 6 <option value="LENIENT" selected="True">Lenient</option>
7 <option value="SILENT">Silent</option> 7 <option value="SILENT">Silent</option>
8 <option value="STRICT">Strict</option> 8 <option value="STRICT">Strict</option>
9 </param> 9 </param>
10 </xml>
11
12 <xml name="sanitize_query">
13 <sanitizer>
14 <valid initial="string.printable">
15 <remove value="&apos;" />
16 </valid>
17 <mapping initial="none">
18 <add source="&apos;" target="&apos;&quot;&apos;&quot;&apos;" />
19 </mapping>
20 </sanitizer>
10 </xml> 21 </xml>
11 22
12 <token name="@TOOL_VERSION@">2.18.2</token> 23 <token name="@TOOL_VERSION@">2.18.2</token>
13 24
14 <xml name="requirements"> 25 <xml name="requirements">