diff macros.xml @ 0:7cc615de435e draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/riassigner commit dc8ac7e3c57d6448fa8e0422e9229e10d2b4525a"
author recetox
date Fri, 20 Aug 2021 12:27:54 +0000
parents
children 97c0aae5eb69
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Aug 20 12:27:54 2021 +0000
@@ -0,0 +1,21 @@
+<macros>
+    <token name="@TOOL_VERSION@">0.2.0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="0.2.0">riassigner</requirement>
+        </requirements>
+    </xml>
+    <xml name="creator">
+        <creator>
+            <organization
+                url="https://www.recetox.muni.cz/"
+                name="RECETOX MUNI" />
+        </creator>
+    </xml>
+
+    <token name="@HELP@">
+        <![CDATA[
+        RIAssigner can be used to read data from .msp, .csv and .tsv files using matchms and pandas and to compute the retention indices for the data. A reference list of retention indexed compounds (traditionally an Alkane series) with retention times is used to compute the RI for a query dataset of retention time values using the van den Dool method or by using cubic spline based interpolation.
+        ]]>
+    </token>
+</macros>