Repository 'presto_alignsets'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/presto_alignsets

Changeset 2:fa4cf8d895f4 (2021-07-02)
Previous changeset 1:119c30b07de2 (2021-06-22) Next changeset 3:0b4bd722367d (2021-09-25)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/presto commit 19e832988729a92be5426131fc6114e1f7237982"
modified:
presto_alignsets.xml
presto_macros.xml
b
diff -r 119c30b07de2 -r fa4cf8d895f4 presto_alignsets.xml
--- a/presto_alignsets.xml Tue Jun 22 16:35:57 2021 +0000
+++ b/presto_alignsets.xml Fri Jul 02 15:34:09 2021 +0000
b
@@ -1,4 +1,4 @@
-<tool id="presto_alignsets" name="pRESTO AlignSets" version="@PRESTO_VERSION@">
+<tool id="presto_alignsets" name="pRESTO AlignSets" version="@TOOL_VERSION@">
     <description>Multiple-align sequences with the same barcodes.</description>
     
     <macros>
b
diff -r 119c30b07de2 -r fa4cf8d895f4 presto_macros.xml
--- a/presto_macros.xml Tue Jun 22 16:35:57 2021 +0000
+++ b/presto_macros.xml Fri Jul 02 15:34:09 2021 +0000
[
@@ -5,10 +5,12 @@
             <yield />
         </citations>
     </xml>
+
+    <token name="@TOOL_VERSION@">0.6.2</token>
     
     <xml name="requirements">
         <requirements>
-              <requirement type="package" version="0.6.2">presto</requirement>
+              <requirement type="package" version="@TOOL_VERSION@">presto</requirement>
         </requirements>
     </xml>
     
@@ -38,9 +40,6 @@
 
     <token name="@PRESTO_URL_BASE@">https://presto.readthedocs.io</token>
     
-    <!-- When modifying this file ensure that the version here matches the version above in requirements. -->
-    <token name="@PRESTO_VERSION@">0.5.4</token>
-    
     <token name="@HELP_NOTE@"><![CDATA[
 
 ====