comparison deepTools_macros.xml @ 13:fa6cd160faf3 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit beb75870e99ed8ceca69753bf7de546877b3e2ff
author bgruening
date Fri, 12 Aug 2016 05:13:11 -0400
parents e9d7ac6f8e20
children 7414b8b48dae
comparison
equal deleted inserted replaced
12:e9d7ac6f8e20 13:fa6cd160faf3
95 </sanitizer> 95 </sanitizer>
96 </param> 96 </param>
97 </xml> 97 </xml>
98 98
99 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> 99 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
100 <token name="@WRAPPER_VERSION@">2.2.3</token> 100 <token name="@WRAPPER_VERSION@">2.3.3</token>
101 <xml name="requirements"> 101 <xml name="requirements">
102 <requirements> 102 <requirements>
103 <requirement type="package" version="2.7.10">python</requirement> 103 <requirement type="package" version="2.7.10">python</requirement>
104 <requirement type="binary">@BINARY@</requirement> 104 <requirement type="package" version="2.3.3">deepTools</requirement>
105 <requirement type="package" version="2.2.3">deepTools</requirement>
106 <yield /> 105 <yield />
107 </requirements> 106 </requirements>
108 <expand macro="stdio" /> 107 <expand macro="stdio" />
109 <version_command>@BINARY@ --version</version_command> 108 <version_command>@BINARY@ --version</version_command>
110 </xml> 109 </xml>