Mercurial > repos > lecorguille > xcms_retcor
diff abims_xcms_retcor.xml @ 7:bb602a5b8819 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
| author | lecorguille |
|---|---|
| date | Mon, 30 Jan 2017 08:53:30 -0500 |
| parents | 123824c7eaa8 |
| children | 4bfef820569b |
line wrap: on
line diff
--- a/abims_xcms_retcor.xml Wed Jul 06 17:43:01 2016 -0400 +++ b/abims_xcms_retcor.xml Mon Jan 30 08:53:30 2017 -0500 @@ -1,4 +1,4 @@ -<tool id="abims_xcms_retcor" name="xcms.retcor" version="2.0.7"> +<tool id="abims_xcms_retcor" name="xcms.retcor" version="2.0.8"> <description>Retention Time Correction using retcor function from xcms R package </description> @@ -10,9 +10,9 @@ <expand macro="stdio"/> <command><![CDATA[ - @COMMAND_XCMS_SCRIPT@ - image $image - xfunction retcor + @COMMAND_XCMS_SCRIPT@ + image $image + xfunction retcor xsetRdataOutput $xsetRData ticspdf $ticsCorPdf @@ -35,7 +35,7 @@ @COMMAND_ZIPFILE_LOAD@ - @COMMAND_LOG_EXIT@ + @COMMAND_LOG_EXIT@ ]]></command> <inputs> @@ -47,8 +47,8 @@ </param> <when value="obiwarp"> <param name="profStep" type="float" value="1" label="Step size (in m/z)" help="[profStep] to use for profile generation from the raw data files" /> - </when> - <when value="peakgroups"> + </when> + <when value="peakgroups"> <param name="smooth" type="select" label="Smooth method" help="[smooth] either 'loess’ for non-linear alignment or ‘linear’ for linear alignment" > <option value="loess">loess</option> <option value="linear">linear</option> @@ -63,7 +63,7 @@ </param> <when value="show"> <param name="span" type="float" value="0.2" label="Degree of smoothing for local polynomial regression fitting" help="[span]"/> - + <param name="family" type="select" label="Family" help="[family] if gaussian fitting is by least-squares with no outlier removal, and if symmetric a re descending M estimator is used with Tukey's biweight function, allowing outlier removal"> <option value="gaussian" selected="true">gaussian</option> <option value="symmetric">symmetric</option> @@ -98,7 +98,7 @@ <data name="bpcsCorPdf" format="pdf" label="${image.name[:-6]}.retcor.BPCs_corrected.pdf" /> <data name="log" format="txt" label="xset.log.txt" hidden="true" /> </outputs> - + <tests> <!--<test> <param name="image" value="xset.group.RData"/> @@ -149,7 +149,7 @@ </tests> <help><