Repository 'metaquantome_sample'
hg clone https://toolshed.g2.bx.psu.edu/repos/galaxyp/metaquantome_sample

Changeset 4:c1343e3389ca (2021-02-17)
Previous changeset 3:e79958768a2c (2021-01-30) Next changeset 5:40ca115438d2 (2021-06-16)
Commit message:
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metaquantome commit 9204193c3442e427c149b90f15fe3a56fc9802e9"
modified:
macros.xml
metaquantome_sample.xml
b
diff -r e79958768a2c -r c1343e3389ca macros.xml
--- a/macros.xml Sat Jan 30 17:57:58 2021 +0000
+++ b/macros.xml Wed Feb 17 17:56:27 2021 +0000
b
@@ -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>
b
diff -r e79958768a2c -r c1343e3389ca metaquantome_sample.xml
--- a/metaquantome_sample.xml Sat Jan 30 17:57:58 2021 +0000
+++ b/metaquantome_sample.xml Wed Feb 17 17:56:27 2021 +0000
b
@@ -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>