diff macros.xml @ 0:6847a625db4d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ commit e96954b0926211a1da3292c00aada6d366a2b25d"
author iuc
date Thu, 30 Apr 2020 05:56:29 -0400
parents
children ad011fc670d6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Apr 30 05:56:29 2020 -0400
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<macros>
+    <token name="@TOOL_VERSION@">0.6.11</token>
+    <token name="@WRAPPER_VERSION@">galaxy0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">nanopolishcomp</requirement>
+        </requirements>
+    </xml>
+	<xml name="citations">
+        <citations>
+            <citation type="doi">111</citation> <!-- todo -->
+            <citation type="bibtex">@online{NanopolishComp,
+              author = {Adrien Leger },
+              title = {NanopolishComp},
+              year = 2019,
+              url = {https://a-slide.github.io/NanopolishComp/},
+              urldate = {2020-04-29}
+            }</citation>
+        </citations>
+    </xml>
+    <token name="@WID@"><![CDATA[
+NanopolishComp is a companion package for downstream analyses of Nanopolish output files.
+    ]]></token>
+    <token name="@REFERENCES@"><![CDATA[
+More information are available on the `project website <https://a-slide.github.io/NanopolishComp/>`_ and `github <https://github.com/a-slide/NanopolishComp>`_.
+    ]]></token>
+</macros>
\ No newline at end of file