changeset 1:6701ecb1a3b0 draft

planemo upload for repository https://github.com/computational-metabolomics/dma-tools-galaxy commit 6c48bd51987a28401de6cf5e49b1b30e5e73fe16-dirty
author tomnl
date Tue, 27 Mar 2018 07:17:31 -0400
parents c9d911d33970
children 9c4fabc5f7f9
files flag-remove-peaks.xml
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/flag-remove-peaks.xml	Tue Mar 27 06:51:52 2018 -0400
+++ b/flag-remove-peaks.xml	Tue Mar 27 07:17:31 2018 -0400
@@ -1,9 +1,10 @@
 <tool id="flag_remove_peaks" name="flag_remove_peaks" version="0.1.3">
-    <requirements>
-        <requirement type="package" >r</requirement>
-	    <requirement type="package" >r-optparse</requirement>
-        <requirement type="package" version="0.0.3" >r-xcmswrapper</requirement>
-    </requirements>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+
+    <expand macro="requirements">
+    </expand>
     <description>Tool to flag and remove XCMS grouped peaks from the xcmsSet object based on various thresholds
         (e.g. RSD of intensity and retention time).
     </description>
@@ -255,4 +256,4 @@
 
 The output file is an xcmsSet.RData file.
     ]]></help>
-</tool>
\ No newline at end of file
+</tool>