changeset 4:5d323db9d454 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metaquantome commit 9204193c3442e427c149b90f15fe3a56fc9802e9"
author galaxyp
date Wed, 17 Feb 2021 17:52:56 +0000
parents 6cc1dddf81fb
children b2a41837a07e
files macros.xml metaquantome_sample.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Sat Jan 30 17:54:58 2021 +0000
+++ b/macros.xml	Wed Feb 17 17:52:56 2021 +0000
@@ -1,9 +1,9 @@
 <macros>
-    <token name="@VERSION@">2.0.0</token>
-    <token name="@GVERSION@">2.0.0-2</token>
+    <token name="@TOOL_VERSION@">2.0.1</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <xml name="requirements">
         <requirements>
-          <requirement type="package" version="@VERSION@">metaquantome</requirement>
+          <requirement type="package" version="@TOOL_VERSION@">metaquantome</requirement>
             <yield/>
         </requirements>
     </xml>
--- a/metaquantome_sample.xml	Sat Jan 30 17:54:58 2021 +0000
+++ b/metaquantome_sample.xml	Wed Feb 17 17:52:56 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="metaquantome_sample" name="metaQuantome: create samples file" version="@GVERSION@">
+<tool id="metaquantome_sample" name="metaQuantome: create samples file" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
     <description> by specifying the experiment's groups and associated column names</description>
     <macros>
         <import>macros.xml</import>