diff macros.xml @ 2:1f1738444233 draft default tip

planemo upload for repository https://github.com/katholt/srst2 commit 90275e51aa271edacdd9d277c441e38e99502c53
author iuc
date Mon, 28 Oct 2024 13:08:41 +0000
parents 4e0b819bf73e
children
line wrap: on
line diff
--- a/macros.xml	Tue Sep 06 14:17:01 2022 +0000
+++ b/macros.xml	Mon Oct 28 13:08:41 2024 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">0.2.0</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     <token name="@PROFILE@">20.01</token>
     <xml name="requirements">
         <requirements>
@@ -10,10 +10,15 @@
             <yield/>
         </requirements>
     </xml>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">srst2</xref>
+        </xrefs>
+    </xml>
     <xml name="read_type_options">
         <param argument="--read_type" type="select" label="Read file type">
             <option value="q" selected="true">fastq</option>
             <option value="f">fasta</option>
         </param>
     </xml>
-</macros>
\ No newline at end of file
+</macros>