comparison deepTools_macros.xml @ 15:512155688d98 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit e071ca1cc84da473ecc209c9d5e633d90cbc6a78
author bgruening
date Mon, 15 May 2017 03:55:21 -0400
parents 3f08ed685149
children 4a42f2445e42
comparison
equal deleted inserted replaced
14:3f08ed685149 15:512155688d98
1 <macros> 1 <macros>
2 2
3 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> 3 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
4 <token name="@WRAPPER_VERSION@">2.5.1.0</token> 4 <token name="@WRAPPER_VERSION@">2.5.1.1</token>
5 <xml name="requirements"> 5 <xml name="requirements">
6 <requirements> 6 <requirements>
7 <requirement type="package" version="@WRAPPER_VERSION@">deeptools</requirement> 7 <requirement type="package" version="2.5.1">deeptools</requirement>
8 <yield /> 8 <yield />
9 </requirements> 9 </requirements>
10 <expand macro="stdio" /> 10 <expand macro="stdio" />
11 <version_command>@BINARY@ --version</version_command> 11 <version_command>@BINARY@ --version</version_command>
12 </xml> 12 </xml>