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

Changeset 1:d6a4dfdad269 (2021-04-08)
Previous changeset 0:ce1a157a41bd (2020-09-14) Next changeset 2:0d2e93e01e68 (2022-05-17)
Commit message:
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 64740168b7816f0fe38f6f0629cb7e618cd42878"
modified:
encyclopedia_walnut.xml
macros.xml
b
diff -r ce1a157a41bd -r d6a4dfdad269 encyclopedia_walnut.xml
--- a/encyclopedia_walnut.xml Mon Sep 14 17:06:23 2020 +0000
+++ b/encyclopedia_walnut.xml Thu Apr 08 17:55:32 2021 +0000
b
@@ -1,4 +1,4 @@
-<tool id="encyclopedia_walnut" name="Walnut" version="@VERSION@.0">
+<tool id="encyclopedia_walnut" name="Walnut" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
     <description>PeCAn-based Peptide Detection Directly from Data-Independent Acquisition (DIA) MS/MS Data</description>
     <macros>
         <import>macros.xml</import>
b
diff -r ce1a157a41bd -r d6a4dfdad269 macros.xml
--- a/macros.xml Mon Sep 14 17:06:23 2020 +0000
+++ b/macros.xml Thu Apr 08 17:55:32 2021 +0000
b
@@ -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>