comparison deepTools_macros.xml @ 30:25d830337d31 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 810c1359b884661d3f5c7372be0f0f88c859a3b9
author bgruening
date Thu, 01 Jun 2023 15:54:55 +0000
parents ba6efa77fb79
children e4c7985d4585
comparison
equal deleted inserted replaced
29:ba6efa77fb79 30:25d830337d31
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@">3.5.1.0</token> 4 <token name="@TOOL_VERSION@">3.5.2</token>
5 <token name="@GALAXY_VERSION@">20.01</token>
5 <xml name="requirements"> 6 <xml name="requirements">
6 <requirements> 7 <requirements>
7 <requirement type="package" version="3.5.1">deeptools</requirement> 8 <requirement type="package" version="@TOOL_VERSION@">deeptools</requirement>
8 <requirement type="package" version="1.9">samtools</requirement> 9 <requirement type="package" version="1.9">samtools</requirement>
9 </requirements> 10 </requirements>
10 <expand macro="stdio" /> 11 <expand macro="stdio" />
11 <version_command>@BINARY@ --version</version_command> 12 <version_command>@BINARY@ --version</version_command>
12 </xml> 13 </xml>