diff macros.xml @ 0:6fd0573c0e93 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
author iuc
date Tue, 02 Mar 2021 21:09:07 +0000
parents
children dc1500f42073
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Tue Mar 02 21:09:07 2021 +0000
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<macros>
+    <token name="@TOOL_VERSION@">2.5.2</token>
+    <token name="@PROFILE@">20.01</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">pycoqc</requirement>
+        </requirements>
+    </xml>
+    <xml name="version_command">
+        <version_command>pycoQC --version</version_command>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">@online{,
+              author = {Tommaso Leonardi and Adrien Leger},
+              title = {pycoQC},
+              year = 2021,
+              url = {https://github.com/tleonardi/pycoQC},
+              urldate = {2021-03-02}
+            }</citation>
+        </citations>
+    </xml>
+    <token name="@WID@"><![CDATA[
+*pycoqc* computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data.
+    ]]></token>
+    <token name="@REFERENCES@"><![CDATA[
+More information are available on the `website <https://tleonardi.github.io/pycoQC/>`_.
+    ]]></token>
+</macros>