diff macros.xml @ 0:d90ae4a02efd draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/windowmasker/ commit d529dafd5a2d3a017de226cd59e42cf630348e06
author iuc
date Thu, 14 Dec 2023 16:04:27 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Dec 14 16:04:27 2023 +0000
@@ -0,0 +1,18 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <!--
+                Keep BLAST version in line with peterjc repo: https://github.com/peterjc/galaxy_blast
+            -->
+            <requirement type="package" version="2.15.0">blast</requirement>
+            <yield />
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1093/bioinformatics/bti774</citation>
+            <citation type="doi">10.1186/s13742-015-0080-7</citation>
+            <yield />
+        </citations>
+    </xml>
+</macros>