diff macros.xml @ 0:b897c5daf0ce draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 772b3643ac0ec68d8b322bb0e2b672d26c440a3a
author iuc
date Wed, 08 Jan 2025 11:03:09 +0000
parents
children 1fcb1a2950cb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Jan 08 11:03:09 2025 +0000
@@ -0,0 +1,26 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.1.0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
+    <xrefs>
+      <xref type="bio.tools">fastk</xref>
+    </xrefs>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">fastk</requirement>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">                                                                   
+                @misc{github,                                                                 
+                author = {Gene Meyers},
+                year = {2020},                                                                 
+                title = {FastK},                                                        
+                publisher = {GitHub},
+                journal = {GitHub repository},                                               
+                url = {https://github.com/thegenemyers/FASTK},                        
+                }                                                                    
+            </citation>
+        </citations>
+    </xml>
+</macros>