Mercurial > repos > iuc > circos
diff macros.xml @ 10:c31a007c4929 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit 164c36ba98fe4cd293e035efca00a9efa885a7ec"
| author | iuc |
|---|---|
| date | Mon, 11 Oct 2021 10:08:58 +0000 |
| parents | b7c1698df177 |
| children | 0ee66defe58b |
line wrap: on
line diff
--- a/macros.xml Mon Nov 23 10:55:35 2020 +0000 +++ b/macros.xml Mon Oct 11 10:08:58 2021 +0000 @@ -1,12 +1,13 @@ <?xml version="1.0"?> <macros> - <token name="@CIRCOS_VERSION@">0.69.8</token> + <token name="@TOOL_VERSION@">0.69.8</token> + <token name="@VERSION_SUFFIX@">8</token> - <token name="@WRAPPER_VERSION@">@CIRCOS_VERSION@+galaxy7</token> + <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy@VERSION_SUFFIX@</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@CIRCOS_VERSION@">circos</requirement> + <requirement type="package" version="@TOOL_VERSION@">circos</requirement> <requirement type="package" version="2.7">python</requirement> <requirement type="package" version="0.6.4">bcbiogff</requirement> <requirement type="package" version="1.70">biopython</requirement>
