comparison mosdepth.xml @ 2:efd53f6ceb16 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mosdepth commit 37a76b08262eee35b2bdb2604d6a7beda046fe68
author iuc
date Mon, 06 Nov 2023 20:15:36 +0000
parents 69f93450c57d
children 5cd5d0947354
comparison
equal deleted inserted replaced
1:69f93450c57d 2:efd53f6ceb16
23 <yield /> 23 <yield />
24 </valid> 24 </valid>
25 </sanitizer> 25 </sanitizer>
26 <validator type="regex">([0-9A-Za-z!#$%&amp;+./:;?@^_|~-][0-9A-Za-z!#$%&amp;*+./:;=?@^_|~-]*)?</validator> 26 <validator type="regex">([0-9A-Za-z!#$%&amp;+./:;?@^_|~-][0-9A-Za-z!#$%&amp;*+./:;=?@^_|~-]*)?</validator>
27 </xml> 27 </xml>
28 <token name="@TOOL_VERSION@">0.3.4</token> 28 <token name="@TOOL_VERSION@">0.3.5</token>
29 </macros> 29 </macros>
30 <requirements> 30 <requirements>
31 <requirement type="package" version="@TOOL_VERSION@">mosdepth</requirement> 31 <requirement type="package" version="@TOOL_VERSION@">mosdepth</requirement>
32 <requirement type="package" version="1.12">gzip</requirement> 32 <requirement type="package" version="1.13">gzip</requirement>
33 </requirements> 33 </requirements>
34 <command detect_errors="exit_code"><![CDATA[ 34 <command detect_errors="exit_code"><![CDATA[
35 #if $advanced.options == "yes" and len($advanced.quantize) 35 #if $advanced.options == "yes" and len($advanced.quantize)
36 #set $quantize_depths = [] 36 #set $quantize_depths = []
37 #for $i, $quant_group in enumerate($advanced.quantize) 37 #for $i, $quant_group in enumerate($advanced.quantize)