diff macros.xml @ 9:4b494533146a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 2f75805e2e6cfa2af15076e6f4929b87631360a6
author iuc
date Sat, 09 Dec 2023 11:14:21 +0000
parents 3da72230c066
children
line wrap: on
line diff
--- a/macros.xml	Thu Oct 14 09:22:39 2021 +0000
+++ b/macros.xml	Sat Dec 09 11:14:21 2023 +0000
@@ -12,7 +12,8 @@
             <xref type="bio.tools">seqtk</xref>
         </xrefs>
     </xml>
-    <token name="@TOOL_VERSION@">1.3</token>
+    <token name="@TOOL_VERSION@">1.4</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <token name="@AWK_VERSION@">4.2.1</token>
     <xml name="stdio">
         <stdio>
@@ -41,6 +42,17 @@
     ]]></token>
     <xml name="citation">
         <citations>
+            <citation type="bibtex">
+                @misc{seqtk,
+                  author = {Heng Li},
+                  year = {2023},
+                  title = {seqtk},
+                  publisher = {GitHub},
+                  journal = {GitHub repository},
+                  howpublished{\url{https://github.com/lh3/seqtk}},
+                }
+            </citation>
         </citations>
     </xml>
+
 </macros>