diff macros.xml @ 0:1957f881bdf4 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/dorado commit 8f48f7ee85162eeaa9c0247c7bb7d699f84d6ca7
author galaxy-australia
date Mon, 04 Nov 2024 03:27:55 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Mon Nov 04 03:27:55 2024 +0000
@@ -0,0 +1,27 @@
+<macros>
+    <!-- UPDATING: pull the latest container and check the version. Update both tokens. You MUST also update the model list. See README.md for more.  -->
+    <token name="@VERSION@">0.8.2+6b413c9</token>
+    <token name="@CONTAINER_HASH@">ae1d5e75f94041e4fd7af4a7ed6e6432b0eaea29</token>
+    <xml name="requirements">
+        <requirements>
+            <container type="docker">nanoporetech/dorado:sha@CONTAINER_HASH@</container>
+        </requirements>
+    </xml>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">dorado</xref>
+        </xrefs>
+    </xml>
+    <xml name="citation">
+        <citations>
+            <citation type="bibtex">
+                @misc{dorado,
+                    title = {Dorado},
+                    author = {{Oxford Nanopore}},
+                    year = {2024},
+                    url = {https://github.com/nanoporetech/dorado/},
+                    }
+            </citation>
+        </citations>
+    </xml>
+</macros>