diff macros.xml @ 0:33b7d8481a76 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
author iuc
date Wed, 18 Nov 2020 19:42:15 +0000
parents
children f8564b2d7f63
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Nov 18 19:42:15 2020 +0000
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<macros>
+    <token name="@TOOL_VERSION@">1.2.2</token>
+    <token name="@PROFILE@">18.01</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">raven-assembler</requirement>
+        </requirements>
+    </xml>
+    <xml name="version_command">
+        <version_command>raven --version</version_command>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1101/2020.08.07.242461</citation>
+            <citation type="bibtex">@online{raven,
+              author = {University of Zagreb Laboratory for Bioinformatics and Computational Biology},
+              title = {raven},
+              year = 2020,
+              url = {https://github.com/lbcb-sci/raven},
+              urldate = {2020-10-30}
+            }</citation>
+        </citations>
+    </xml>
+    <!--
+        input
+    -->
+
+    <!--
+        Help
+    -->
+
+    <token name="@WID@"><![CDATA[
+*raven* is a de novo genome assembler for long uncorrected reads.
+]]></token>
+    <token name="@REFERENCES@"><![CDATA[
+More information are available on the `github <https://github.com/lbcb-sci/raven>`_ .
+    ]]></token>
+</macros>