comparison deepTools_macros.xml @ 14:7414b8b48dae draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2c5f94de9ddf6798e49b7e9c340c841ca2bfbcfe
author bgruening
date Mon, 19 Sep 2016 17:21:23 -0400
parents fa6cd160faf3
children 101dbaba3141
comparison
equal deleted inserted replaced
13:fa6cd160faf3 14:7414b8b48dae
89 label="Region of the genome to limit the operation to" 89 label="Region of the genome to limit the operation to"
90 help="This is useful when testing parameters to reduce the time required. The format is chr:start:end, for example "chr10" or "chr10:456700:891000"."> 90 help="This is useful when testing parameters to reduce the time required. The format is chr:start:end, for example "chr10" or "chr10:456700:891000".">
91 <sanitizer> 91 <sanitizer>
92 <valid initial="string.letters,string.digits"> 92 <valid initial="string.letters,string.digits">
93 <add value="|"/> 93 <add value="|"/>
94 <add value=":"/>
94 </valid> 95 </valid>
95 </sanitizer> 96 </sanitizer>
96 </param> 97 </param>
97 </xml> 98 </xml>
98 99
99 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> 100 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
100 <token name="@WRAPPER_VERSION@">2.3.3</token> 101 <token name="@WRAPPER_VERSION@">2.3.5</token>
101 <xml name="requirements"> 102 <xml name="requirements">
102 <requirements> 103 <requirements>
103 <requirement type="package" version="2.7.10">python</requirement> 104 <requirement type="package" version="2.7.10">python</requirement>
104 <requirement type="package" version="2.3.3">deepTools</requirement> 105 <requirement type="package" version="2.3.5">deepTools</requirement>
105 <yield /> 106 <yield />
106 </requirements> 107 </requirements>
107 <expand macro="stdio" /> 108 <expand macro="stdio" />
108 <version_command>@BINARY@ --version</version_command> 109 <version_command>@BINARY@ --version</version_command>
109 </xml> 110 </xml>