Mercurial > repos > galaxyp > encyclopedia_encyclopedia
changeset 2:745cf6f2e8ac draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 64740168b7816f0fe38f6f0629cb7e618cd42878"
author | galaxyp |
---|---|
date | Thu, 08 Apr 2021 17:50:48 +0000 (2021-04-08) |
parents | f3a4d2a41393 |
children | 30751903d954 |
files | encyclopedia_encyclopedia.xml macros.xml |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/encyclopedia_encyclopedia.xml Mon Sep 14 16:57:41 2020 +0000 +++ b/encyclopedia_encyclopedia.xml Thu Apr 08 17:50:48 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="encyclopedia_encyclopedia" name="EncyclopeDIA" version="@VERSION@.0"> +<tool id="encyclopedia_encyclopedia" name="EncyclopeDIA" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> <description>Library Searching Directly from Data-Independent Acquisition (DIA) MS/MS Data</description> <macros> <import>macros.xml</import>
--- a/macros.xml Mon Sep 14 16:57:41 2020 +0000 +++ b/macros.xml Thu Apr 08 17:50:48 2021 +0000 @@ -1,8 +1,9 @@ <macros> - <token name="@VERSION@">0.9.5</token> + <token name="@TOOL_VERSION@">1.2.2</token> + <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">encyclopedia</requirement> + <requirement type="package" version="@TOOL_VERSION@">encyclopedia</requirement> <yield/> </requirements> </xml>