diff abims_xcms_fillPeaks.xml @ 41:dbe526f13ff3 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 37b0a6a7686f701e4bf00db97ae2c1b82cd6e989
author lecorguille
date Fri, 09 Nov 2018 15:32:33 -0500
parents a3e80894efd3
children a98dbb09fed1
line wrap: on
line diff
--- a/abims_xcms_fillPeaks.xml	Thu Oct 04 09:50:51 2018 -0400
+++ b/abims_xcms_fillPeaks.xml	Fri Nov 09 15:32:33 2018 -0500
@@ -1,4 +1,4 @@
-<tool id="abims_xcms_fillPeaks" name="xcms fillChromPeaks (fillPeaks)" version="@WRAPPER_VERSION@.0">
+<tool id="abims_xcms_fillPeaks" name="xcms fillChromPeaks (fillPeaks)" version="@WRAPPER_VERSION@.2">
 
     <description>Integrate areas of missing peaks</description>
 
@@ -37,7 +37,7 @@
             <param argument="ppm" type="integer" value="0" label="Specifying a ppm by which the mz width of the peak region should be expanded" help="For peaks with an mz width smaller than ‘mean(c(mzmin, mzmax)) * ppm / 1e6’, the ‘mzmin’ will be replaced by ‘mean(c(mzmin, mzmax)) - (mean(c(mzmin, mzmax)) * ppm / 2 / 1e6)’ and ‘mzmax’ by ‘mean(c(mzmin, mzmax)) + (mean(c(mzmin, mzmax)) * ppm / 2 / 1e6)’. This is applied before eventually expanding the mz width using the ‘expandMz’ parameter." />
         </section>
 
-        <expand macro="input_peaklist"/>
+        <expand macro="input_peaklist_section"/>
 
         <expand macro="input_file_load"/>
 
@@ -130,12 +130,12 @@
         </test>-->
         <test>
             <param name="image" value="faahKO-single.xset.merged.group2.retcor2.group2.RData" ftype="rdata"/>
-            <conditional name="peaklist">
+            <section name="peaklist">
                 <param name="peaklistBool" value="true" />
                 <param name="convertRTMinute" value="false" />
                 <param name="numDigitsMZ" value="4" />
                 <param name="numDigitsRT" value="1" />
-            </conditional>
+            </section>
             <expand macro="test_file_load_single"/>
             <assert_stdout>
                 <has_text text="expandMz: 0" />
@@ -230,6 +230,16 @@
 Changelog/News
 --------------
 
+**Version 3.0.0.2 - 09/11/2018**
+
+- BUGFIX: issue when the vector at peakidx is too long and is written in a new line during the export of the peaklist
+
+
+**Version 3.0.0.1 - 09/10/2018**
+
+- IMPROVEMENT: the export of the PeakList is now mandatory
+
+
 **Version 3.0.0.0 - 08/03/2018**
 
 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlying codes and methods. Some parameters may have been renamed.