diff macros.xml @ 0:557cf45ff2c8 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanocompore commit 8fa5ff35b45c2b046c7f4800410cf39cb89a299a"
author iuc
date Tue, 05 May 2020 06:57:10 -0400
parents
children c43f4b80f5a9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Tue May 05 06:57:10 2020 -0400
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<macros>
+    <token name="@TOOL_VERSION@">1.0.0rc3.post2</token>
+    <token name="@WRAPPER_VERSION@">galaxy0</token>
+    <token name="@DESCRIPTION@"></token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">nanocompore</requirement>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">@online{Nanocompore,
+              author = {Adrien Leger, Tommaso Leonard},
+              title = {Nanocompore},
+              year = 2019,
+              url = {https://nanocompore.rna.rocks/},
+              urldate = {2020-04-30}
+            }</citation>
+        </citations>
+    </xml>
+    <token name="@WID@"><![CDATA[
+Nanocompore identifies differences in ONT nanopore sequencing raw signal corresponding to RNA modifications by comparing 2 samples
+
+Nanocompore compares 2 ONT nanopore direct RNA sequencing datasets from different experimental conditions expected to have a significant impact on RNA modifications. It is recommended to have at least 2 replicates per condition. For example one can use a control condition with a significantly reduced number of modifications such as a cell line for which a modification writing enzyme was knocked-down or knocked-out. Alternatively, on a smaller scale transcripts of interests could be synthesized in-vitro.
+    ]]></token>
+
+    <token name="@REFERENCES@"><![CDATA[
+More information are available on the `project website <https://nanocompore.rna.rocks/>`_ and `github <https://github.com/tleonardi/nanocompore>`_.
+    ]]></token>
+</macros>
\ No newline at end of file