comparison deepTools_macros.xml @ 5:72bfafe3330b draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit e071ca1cc84da473ecc209c9d5e633d90cbc6a78
author bgruening
date Mon, 15 May 2017 03:56:29 -0400
parents d3ca92396f80
children 031a98a187c4
comparison
equal deleted inserted replaced
4:d3ca92396f80 5:72bfafe3330b
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>