Mercurial > repos > bgruening > deeptools_plot_profile
comparison deepTools_macros.xml @ 15:aac8444d6681 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit e071ca1cc84da473ecc209c9d5e633d90cbc6a78
author | bgruening |
---|---|
date | Mon, 15 May 2017 03:59:01 -0400 |
parents | 81c1955dd523 |
children | 6f1f8f784e1c |
comparison
equal
deleted
inserted
replaced
14:81c1955dd523 | 15:aac8444d6681 |
---|---|
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> |