diff macros.xml @ 4:7af86e8e3d3b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit c5721c97d7ec8c3a53725dbb685bbcdc677a75a9
author iuc
date Fri, 25 Apr 2025 13:04:42 +0000
parents 7a5f7c743b92
children
line wrap: on
line diff
--- a/macros.xml	Thu Jul 13 09:37:33 2023 +0000
+++ b/macros.xml	Fri Apr 25 13:04:42 2025 +0000
@@ -1,8 +1,19 @@
 <macros>
-    <token name="@TOOL_VERSION@">0.12</token>
+    <token name="@TOOL_VERSION@">0.13</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <xml name="citation">
         <citations>
             <citation type="doi">10.1093/bioinformatics/btad014</citation> 
         </citations>
     </xml>
-</macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">miniprot</requirement>
+        </requirements>
+    </xml>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">miniprot</xref>
+        </xrefs>
+    </xml>
+</macros>
\ No newline at end of file