comparison 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
comparison
equal deleted inserted replaced
5:b8d4129dd2a6 6:286ebb9f6e84
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <macros> 3 <macros>
4
5 <token name="@TOOL_VERSION@">1.22.0</token>
4 6
5 <xml name="stdio"> 7 <xml name="stdio">
6 <stdio> 8 <stdio>
7 <exit_code range="1" level="fatal" /> 9 <exit_code range="1" level="fatal" />
8 </stdio> 10 </stdio>
9 </xml> 11 </xml>
10 12
11 <xml name="requirements"> 13 <xml name="requirements">
12 <requirements> 14 <requirements>
13 <requirement type="package" version="1.18.1">bioconductor-metams</requirement> 15 <requirement type="package" version="@TOOL_VERSION@">bioconductor-metams</requirement>
14 <requirement type="package" version="1.1_4">r-batch</requirement> 16 <requirement type="package" version="1.1_5">r-batch</requirement>
15 <yield /> 17 <yield />
16 </requirements> 18 </requirements>
17 </xml> 19 </xml>
18 20
19 <xml name="input_file_load"> 21 <xml name="input_file_load">
73 zipfile '$file_load_section.file_load_conditional.input' 75 zipfile '$file_load_section.file_load_conditional.input'
74 #end if 76 #end if
75 #end if 77 #end if
76 </token> 78 </token>
77 79
80 <token name="@HELP_AUTHORS@">
81 .. class:: infomark
82
83 **Author(s)** Ron Wehrens (ron.wehrens@gmail.com), Georg Weingart, Fulvio Mattivi
84
85 .. class:: infomark
86
87 **Galaxy wrapper and scripts developpers** Guitton Yann LABERCA yann.guitton@oniris-nantes.fr and Saint-Vanne Julien julien.saint-vanne@sb-roscoff.fr
88
89 .. class:: infomark
90
91 **Please cites**
92
93 metaMS : Wehrens, R.; Weingart, G.; Mattivi, F. Journal of Chromatography B.
94
95 xcms : Smith, C. A.; Want, E. J.; O’Maille, G.; Abagyan, R.; Siuzdak, G. Anal. Chem. 2006, 78, 779–787.
96
97 CAMERA : Kuhl, C.; Tautenhahn, R.; Böttcher, C.; Larson, T. R.; Neumann, S. Analytical Chemistry 2012, 84, 283–289.
98 </token>
99
100 <xml name="citation">
101 <citations>
102 <citation type="doi">10.1016/j.jchromb.2014.02.051</citation>
103 <citation type="doi">10.1093/bioinformatics/btu813</citation>
104 </citations>
105 </xml>
106
78 </macros> 107 </macros>