diff macros.xml @ 6:286ebb9f6e84 draft

planemo upload for repository https://github.com/workflow4metabolomics/metaMS commit eb45457830f9d220bcb845acf71bffb50038a4c7-dirty
author workflow4metabolomics
date Thu, 07 May 2020 03:10:33 -0400
parents c10824185547
children d1ce2634135f
line wrap: on
line diff
--- a/macros.xml	Fri Sep 06 06:09:10 2019 -0400
+++ b/macros.xml	Thu May 07 03:10:33 2020 -0400
@@ -2,6 +2,8 @@
 
 <macros>
 
+    <token name="@TOOL_VERSION@">1.22.0</token>
+
 	<xml name="stdio">
         <stdio>
             <exit_code range="1" level="fatal" />
@@ -10,8 +12,8 @@
 
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="1.18.1">bioconductor-metams</requirement>
-            <requirement type="package" version="1.1_4">r-batch</requirement>
+            <requirement type="package" version="@TOOL_VERSION@">bioconductor-metams</requirement>
+            <requirement type="package" version="1.1_5">r-batch</requirement>
             <yield />
         </requirements>
     </xml>
@@ -75,4 +77,31 @@
         #end if
 	</token>
 
+    <token name="@HELP_AUTHORS@">
+        .. class:: infomark
+
+        **Author(s)**  Ron Wehrens (ron.wehrens@gmail.com), Georg Weingart, Fulvio Mattivi
+
+        .. class:: infomark
+
+        **Galaxy wrapper and scripts developpers** Guitton Yann LABERCA yann.guitton@oniris-nantes.fr and Saint-Vanne Julien julien.saint-vanne@sb-roscoff.fr
+
+        .. class:: infomark
+
+        **Please cites**  
+ 
+            metaMS : Wehrens, R.; Weingart, G.; Mattivi, F. Journal of Chromatography B.
+
+            xcms :   Smith, C. A.; Want, E. J.; O’Maille, G.; Abagyan, R.; Siuzdak, G. Anal. Chem. 2006, 78, 779–787.
+
+            CAMERA :   Kuhl, C.; Tautenhahn, R.; Böttcher, C.; Larson, T. R.; Neumann, S. Analytical Chemistry 2012, 84, 283–289.
+    </token>
+
+    <xml name="citation">
+        <citations>
+            <citation type="doi">10.1016/j.jchromb.2014.02.051</citation>
+            <citation type="doi">10.1093/bioinformatics/btu813</citation>
+        </citations>
+    </xml>
+    
 </macros>
\ No newline at end of file