diff macros.xml @ 6:0d9cd7b02f14 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/filtlong commit 5875d08292df3ceac45962dcc1790a36de9dcf9a
author iuc
date Tue, 23 Sep 2025 16:33:10 +0000
parents 1dfbdcbf604b
children
line wrap: on
line diff
--- a/macros.xml	Mon Aug 18 12:38:23 2025 +0000
+++ b/macros.xml	Tue Sep 23 16:33:10 2025 +0000
@@ -1,12 +1,10 @@
 <macros>
-    <token name="@TOOL_VERSION@">0.3.0</token>
+    <token name="@TOOL_VERSION@">0.3.1</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">20.01</token>
     <xml name="biotools">
         <xrefs>
-            <xref type="bio.tools">
-                filtlong
-            </xref>
+            <xref type="bio.tools">filtlong</xref>
         </xrefs>
     </xml>
     <xml name="requirements">
@@ -14,5 +12,18 @@
             <requirement type="package" version="@TOOL_VERSION@">filtlong</requirement>
         </requirements>
     </xml>
-</macros>
-
+     <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+                @misc{rrwick2017,
+                    author = {Wick, Ryan},
+                    year = {2017},
+                    title = {Filtlong},
+                    publisher = {GitHub},
+                    journal = {GitHub repository},
+                    url = {https://github.com/rrwick/Filtlong},
+                }
+            </citation>
+        </citations>
+    </xml>
+</macros>
\ No newline at end of file