annotate abims_xcms_retcor.xml @ 50:0bc08f128b42 draft default tip

planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
author workflow4metabolomics
date Mon, 03 Feb 2025 14:41:19 +0000
parents 177b5847a211
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49
177b5847a211 planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents: 48
diff changeset
1 <tool id="abims_xcms_retcor" name="xcms adjustRtime (retcor)" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
2
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
3 <description>Retention Time Correction</description>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
4
6
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
5 <macros>
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
6 <import>macros.xml</import>
34
9714270678a7 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents: 33
diff changeset
7 <import>macros_xcms.xml</import>
6
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
8 </macros>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
9
6
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
10 <expand macro="requirements"/>
50
0bc08f128b42 planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents: 49
diff changeset
11 <required_files>
0bc08f128b42 planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents: 49
diff changeset
12 <include path="xcms_retcor.r" />
0bc08f128b42 planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents: 49
diff changeset
13 <include path="lib.r" />
0bc08f128b42 planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents: 49
diff changeset
14 </required_files>
6
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
15 <expand macro="stdio"/>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
16
1
f42bd3de6aad Uploaded
lecorguille
parents: 0
diff changeset
17 <command><![CDATA[
50
0bc08f128b42 planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents: 49
diff changeset
18 @COMMAND_RSCRIPT@xcms_retcor.r
21
51b9f9452794 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b274c5c21db1a6ad63c28d425a7a6bce483a4af4
lecorguille
parents: 18
diff changeset
19 image '$image'
1
f42bd3de6aad Uploaded
lecorguille
parents: 0
diff changeset
20
f42bd3de6aad Uploaded
lecorguille
parents: 0
diff changeset
21 method $methods.method
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
22 #if $methods.method == "PeakGroups":
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
23 minFraction $methods.minFraction
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
24 extraPeaks $methods.extraPeaks
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
25 smooth $methods.smooth_cond.smooth
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
26 ## PeakGroupsSmoothLoess Advanced
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
27 span $methods.smooth_cond.PeakGroupsSmoothLoessAdv.span
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
28 family $methods.smooth_cond.PeakGroupsSmoothLoessAdv.family
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
29 #else
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
30 binSize $methods.binSize
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
31 ## Advanced
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
32 #if $methods.ObiwarpAdv.centerSample != "":
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
33 centerSample $methods.ObiwarpAdv.centerSample
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
34 #end if
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
35 response $methods.ObiwarpAdv.response
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
36 distFun $methods.ObiwarpAdv.distFunCond.distFun
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
37 gapInit $methods.ObiwarpAdv.distFunCond.gapInit
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
38 gapExtend $methods.ObiwarpAdv.distFunCond.gapExtend
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
39 factorDiag $methods.ObiwarpAdv.factorDiag
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
40 factorGap $methods.ObiwarpAdv.factorGap
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
41 localAlignment $methods.ObiwarpAdv.localAlignmentCond.localAlignment
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
42 initPenalty $methods.ObiwarpAdv.localAlignmentCond.initPenalty
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
43 #end if
10
c7ae34138ee2 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents: 9
diff changeset
44
16
20a75ba4345b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents: 14
diff changeset
45 @COMMAND_FILE_LOAD@
10
c7ae34138ee2 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents: 9
diff changeset
46
14
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
47 @COMMAND_LOG_EXIT@
1
f42bd3de6aad Uploaded
lecorguille
parents: 0
diff changeset
48 ]]></command>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
49
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
50 <inputs>
34
9714270678a7 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents: 33
diff changeset
51 <param name="image" type="data" format="rdata.xcms.findchrompeaks,rdata.xcms.group,rdata" label="@INPUT_IMAGE_LABEL@" help="@INPUT_IMAGE_HELP@ from: findChromPeaks, groupChromPeaks" />
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
52 <conditional name="methods">
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
53 <param name="method" type="select" label="Method to use for retention time correction" help="See the help section below" >
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
54 <option value="PeakGroups" selected="true">PeakGroups - retention time correction based on aligment of features (peak groups) present in most/all samples.</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
55 <option value="Obiwarp">Obiwarp - alignment based on the complete mz-rt data.</option>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
56 </param>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
57 <when value="PeakGroups">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
58 <param argument="minFraction" type="float" value="0.9" min="0" max="1" label="Minimum required fraction of samples in which peaks for the peak group were identified" help="(previously missing)"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
59 <param argument="extraPeaks" type="integer" value="1" label="Maximal number of additional peaks for all samples to be assigned to a peak group for retention time correction" help="For a data set with 6 samples, ‘extraPeaks = 1’ uses all peak groups with a total peak count lower or equal to ‘6 + 1’. The total peak count is the total number of peaks being assigned to a peak group and considers also multiple peaks within a sample being assigned to the group. (previously extra)" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
60 <conditional name="smooth_cond">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
61 <param argument="smooth" type="select" label="Smooth method" >
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
62 <option value="loess" selected="true">loess - non-linear alignment</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
63 <option value="linear">linear - linear alignment</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
64 </param>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
65 <when value="loess">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
66 <section name="PeakGroupsSmoothLoessAdv" title="Advanced Options" expanded="False">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
67 <param argument="span" type="float" value="0.2" label="Degree of smoothing for the loess fitting" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
68 <param argument="family" type="select" label="Family" help="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">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
69 <option value="gaussian" selected="true">gaussian</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
70 <option value="symmetric">symmetric</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
71 </param>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
72 </section>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
73 </when>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
74 <when value="linear" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
75 </conditional>
14
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
76 </when>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
77 <when value="Obiwarp">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
78 <param argument="binSize" type="float" value="1" label="Bin size (in mz dimension) to be used for the profile matrix generation" help="See ‘step’ parameter in ‘profile-matrix’ documentation for more details. (previously profStep)" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
79 <section name="ObiwarpAdv" title="Advanced Options" expanded="False">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
80 <param argument="centerSample" type="integer" value="" optional="true" label="Index of the center sample in the experiment" help="It defaults to ‘floor(median(1:length(fileNames(object))))’" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
81 <param argument="response" type="integer" value="1" label="Defining the responsiveness of warping" help="with ‘response = 0’ giving linear warping on start and end points and ‘response = 100’ warping using all bijective anchors." />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
82 <conditional name="distFunCond">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
83 <param argument="distFun" type="select" label="Distance function to be used">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
84 <option value="cor_opt" selected="true">cor_opt - calculate only 10% diagonal band of distance matrix; better runtime</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
85 <option value="cor">cor - Pearson's correlation</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
86 <option value="cov">cov - covariance</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
87 <option value="prd">prd - product</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
88 <option value="euc">euc - Euclidian distance</option>
1
f42bd3de6aad Uploaded
lecorguille
parents: 0
diff changeset
89 </param>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
90 <when value="cor_opt">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
91 <param argument="gapInit" type="float" value="0.3" label="Penalty for gap opening" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
92 <param argument="gapExtend" type="float" value="2.4" label="Penalty for gap enlargement" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
93 </when>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
94 <when value="cor">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
95 <param argument="gapInit" type="float" value="0.3" label="Penalty for gap opening" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
96 <param argument="gapExtend" type="float" value="2.4" label="Penalty for gap enlargement" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
97 </when>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
98 <when value="cov">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
99 <param argument="gapInit" type="float" value="0.0" label="Penalty for gap opening" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
100 <param argument="gapExtend" type="float" value="11.7" label="Penalty for gap enlargement" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
101 </when>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
102 <when value="prd">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
103 <param argument="gapInit" type="float" value="0.0" label="Penalty for gap opening" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
104 <param argument="gapExtend" type="float" value="7.8" label="Penalty for gap enlargement" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
105 </when>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
106 <when value="euc">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
107 <param argument="gapInit" type="float" value="0.9" label="Penalty for gap opening" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
108 <param argument="gapExtend" type="float" value="1.8" label="Penalty for gap enlargement" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
109 </when>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
110 </conditional>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
111 <param argument="factorDiag" type="float" value="2" label="Local weight applied to diagonal moves in the alignment" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
112 <param argument="factorGap" type="float" value="1" label="local weight for gap moves in the alignment" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
113 <conditional name="localAlignmentCond">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
114 <param argument="localAlignment" type="select" label="Whether a local alignment should be performed instead of the default global alignment">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
115 <option value="FALSE" selected="true">FALSE</option>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
116 <option value="TRUE">TRUE</option>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
117 </param>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
118 <when value="FALSE">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
119 <param argument="initPenalty" type="hidden" value="0" label="Penalty for initiating an alignment" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
120 </when>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
121 <when value="TRUE">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
122 <param argument="initPenalty" type="float" value="0" label="Penalty for initiating an alignment" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
123 </when>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
124 </conditional>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
125 </section>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
126 </when>
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
127 </conditional>
10
c7ae34138ee2 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents: 9
diff changeset
128
22
411d2b9ea412 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents: 21
diff changeset
129 <expand macro="input_file_load"/>
10
c7ae34138ee2 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents: 9
diff changeset
130
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
131 </inputs>
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
132
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
133 <outputs>
37
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
134 <data name="xsetRData" format="rdata.xcms.retcor" label="${image.name[:-6]}.adjustRtime.RData" from_work_dir="retcor.RData" />
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
135 <data name="rawVSadjustedPdf" format="pdf" label="${image.name[:-6]}_rawVSadjusted.adjustRtime.Rplots.pdf" from_work_dir="raw_vs_adjusted_rt.pdf" />
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
136 </outputs>
14
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
137
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
138 <tests>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
139 <test>
48
366ff564f949 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents: 46
diff changeset
140 <param name="image" value="faahKO-single-class.xset.merged.group.RData" ftype="rdata"/>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
141 <conditional name="methods">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
142 <param name="method" value="PeakGroups"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
143 <param name="extraPeaks" value="1"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
144 <param name="minFraction" value="1"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
145 <conditional name="smooth_cond">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
146 <param name="smooth" value="loess"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
147 <section name="PeakGroupsSmoothLoessAdv">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
148 <param name="span" value="0.2"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
149 <param name="family" value="gaussian"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
150 </section>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
151 </conditional>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
152 </conditional>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
153 <expand macro="test_file_load_single"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
154 <assert_stdout>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
155 <has_text text="extraPeaks: 1" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
156 <has_text text="minFraction: 1" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
157 <has_text text="span: 0.2" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
158 <has_text text="object with 4 samples" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
159 <has_text text="Time range: 2509.2-4480.3 seconds (41.8-74.7 minutes)" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
160 <has_text text="Mass range: 200.1-600 m/z" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
161 <has_text text="Peaks: 9251 (about 2313 per sample)" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
162 <has_text text="Peak Groups: 0" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
163 <has_text text="Sample classes: KO, WT" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
164 </assert_stdout>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
165 </test>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
166 <!-- DISABLE FOR TRAVIS : Zip
9
14242e316953 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
167 <test>
34
9714270678a7 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents: 33
diff changeset
168 <param name="image" value="faahKO.xset.group.RData" ftype="rdata"/>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
169 <conditional name="methods">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
170 <param name="method" value="PeakGroups"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
171 <param name="extraPeaks" value="1"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
172 <param name="minFraction" value="1"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
173 <conditional name="smooth_cond">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
174 <param name="smooth" value="loess"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
175 <section name="PeakGroupsSmoothLoessAdv">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
176 <param name="span" value="0.2"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
177 <param name="family" value="gaussian"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
178 </section>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
179 </conditional>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
180 </conditional>
22
411d2b9ea412 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents: 21
diff changeset
181 <expand macro="test_file_load_zip"/>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
182 <assert_stdout>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
183 <has_text text="object with 4 samples" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
184 <has_text text="Time range: 2509.2-4480.3 seconds (41.8-74.7 minutes)" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
185 <has_text text="Mass range: 200.1-600 m/z" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
186 <has_text text="Peaks: 9251 (about 2313 per sample)" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
187 <has_text text="Peak Groups: 0" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
188 <has_text text="Sample classes: KO, WT" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
189 </assert_stdout>
16
20a75ba4345b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents: 14
diff changeset
190 </test>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
191 -->
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
192 <!-- DISABLE FOR TRAVIS
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
193 Test to test the different methods parameters
16
20a75ba4345b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents: 14
diff changeset
194 <test>
34
9714270678a7 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents: 33
diff changeset
195 <param name="image" value="faahKO-single-class.xset.group.RData" ftype="rdata"/>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
196 <conditional name="methods">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
197 <param name="method" value="Obiwarp"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
198 <section name="ObiwarpAdv">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
199 <param name="centerSample" value="1"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
200 <param name="response" value="0"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
201 <conditional name="distFunCond">
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
202 <param name="distFun" value="cov"/>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
203 <param name="gapInit" value="0.1" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
204 </conditional>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
205 </section>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
206 </conditional>
29
c013ed353a2f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 28
diff changeset
207 <expand macro="test_file_load_single"/>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
208 <assert_stdout>
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
209 <has_text text="centerSample: 1" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
210 <has_text text="response: 0" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
211 <has_text text="distFun: cov" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
212 <has_text text="gapInit: 0.1" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
213 <has_text text="gapExtend: 11.7" />
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
214 </assert_stdout>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
215 </test>
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
216 -->
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
217 </tests>
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
218
1
f42bd3de6aad Uploaded
lecorguille
parents: 0
diff changeset
219 <help><![CDATA[
14
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
220
6
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
221 @HELP_AUTHORS@
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
222
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
223 ================
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
224 xcms adjustRtime
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
225 ================
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
226
29
c013ed353a2f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 28
diff changeset
227 -----------
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
228 Description
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
229 -----------
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
230
14
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
231 After matching peaks into groups, xcms can use those groups to identify and correct
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
232 correlated drifts in retention time from run to run. The aligned peaks can then be
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
233 used for a second pass of peak grouping which will be more accurate than the first.
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
234 The whole process can be repeated in an iterative fashion. Not all peak groups will be helpful
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
235 for identifying retention time drifts. Some groups may be missing peaks from a large
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
236 fraction of samples and thus provide an incomplete picture of the drift at that time point.
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
237 Still others may contain multiple peaks from the same sample, which is a sign of impropper grouping.
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
238
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
239 .. class:: warningmark
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
240
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
241 **After an adjustRtime step, it is mandatory to do a groupChromPeaks step, otherwise the rest of the workflow will not work with the RData file. (the initial peak grouping becomes invalid and is
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
242 discarded)**
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
243
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
244
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
245
29
c013ed353a2f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 28
diff changeset
246 -----------------
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
247 Workflow position
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
248 -----------------
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
249
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
250
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
251 **Upstream tools**
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
252
37
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
253 ========================= ============================ ==============================
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
254 Name Output file Format
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
255 ========================= ============================ ==============================
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
256 xcms.findChromPeaks raw.xset.RData rdata.xcms.findchrompeaks
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
257 ------------------------- ---------------------------- ------------------------------
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
258 xcms.groupChromPeaks ``*``.groupChromPeaks.RData rdata.xcms.group
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
259 ========================= ============================ ==============================
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
260
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
261
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
262 **Downstream tools**
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
263
37
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
264 =========================== ============================ ================
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
265 Name Output file Format
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
266 =========================== ============================ ================
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
267 xcms.groupChromPeaks ``*``.groupChromPeaks.RData rdata.xcms.group
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
268 =========================== ============================ ================
29
c013ed353a2f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 28
diff changeset
269
c013ed353a2f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 28
diff changeset
270
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
271 **General schema of the metabolomic workflow**
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
272
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
273 .. image:: xcms_retcor_workflow.png
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
274
34
9714270678a7 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents: 33
diff changeset
275 ---------------------------------------------------
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
276
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
277 ----------
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
278 Parameters
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
279 ----------
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
280
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
281 Method
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
282 ------
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
283
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
284 **PeakGroups**
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
285
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
286 | This method performs retention time adjustment based on the alignment of chromatographic peak groups present in all/most samples (hence corresponding to house keeping compounds). First the retention time deviation of these peak groups is described by fitting either a polynomial (‘smooth = "loess"’) or a linear ( ‘smooth = "linear"’) model to the data points. These models are subsequently used to adjust the retention time of each spectrum in each sample.
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
287 | See the PeakGroups_manual_
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
288
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
289 **Obiwarp**
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
290
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
291 | This method performs retention time adjustment using the Obiwarp method [Prince 2006]. It is based on the code at http://obi-warp.sourceforge.net but supports alignment of multiple samples by aligning each against a _center_ sample. The alignment is performed directly on the ‘profile-matrix’ and can hence be performed independently of the peak detection or peak grouping.
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
292 | See the Obiwarp_manual_
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
293
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
294 .. _PeakGroups_manual: https://rdrr.io/bioc/xcms/man/adjustRtime-peakGroups.html#heading-2
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
295 .. _Obiwarp_manual: https://rdrr.io/bioc/xcms/man/adjustRtime-obiwarp.html
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
296
46
32c1cbdbdd3b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 665b0684ed3cd1db5d297e0265c59787f8b66289"
workflow4metabolomics
parents: 45
diff changeset
297 WARNING: if a retention time ajustment have already been applied to your data.
32c1cbdbdd3b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 665b0684ed3cd1db5d297e0265c59787f8b66289"
workflow4metabolomics
parents: 45
diff changeset
298 The function applyAdjustedRtime will replace raw retention times with adjusted retention times and so alloww to cumulate the ajustments.
32c1cbdbdd3b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 665b0684ed3cd1db5d297e0265c59787f8b66289"
workflow4metabolomics
parents: 45
diff changeset
299
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
300 @HELP_XCMS_MANUAL@
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
301
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
302 ------------
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
303 Output files
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
304 ------------
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
305
37
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
306 xset.groupChromPeaks.adjustRtime.RData: rdata.xcms.retcor format
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
307
37
35a20d7c9f33 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents: 34
diff changeset
308 | Rdata file that will be necessary in the **xcms.groupChromPeaks** step of the workflow.
14
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
309
29
c013ed353a2f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 28
diff changeset
310
5
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
311 ---------------------------------------------------
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
312
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
313 Changelog/News
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
314 --------------
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
315
48
366ff564f949 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents: 46
diff changeset
316 @HELP_XCMS_NEWVERSION_31200@
42
feb216e6aef7 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents: 38
diff changeset
317
46
32c1cbdbdd3b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 665b0684ed3cd1db5d297e0265c59787f8b66289"
workflow4metabolomics
parents: 45
diff changeset
318 **Version 3.6.1+galaxy1 - 13/02/2020**
32c1cbdbdd3b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 665b0684ed3cd1db5d297e0265c59787f8b66289"
workflow4metabolomics
parents: 45
diff changeset
319
32c1cbdbdd3b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 665b0684ed3cd1db5d297e0265c59787f8b66289"
workflow4metabolomics
parents: 45
diff changeset
320 - NEW: if a retention time ajustment have already been applied to your data. The function applyAdjustedRtime will replace raw retention times with adjusted retention times and so alloww to cumulate the ajustments.
32c1cbdbdd3b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 665b0684ed3cd1db5d297e0265c59787f8b66289"
workflow4metabolomics
parents: 45
diff changeset
321
45
1986c48d86ce "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents: 44
diff changeset
322 @HELP_XCMS_NEWVERSION_3610@
1986c48d86ce "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents: 44
diff changeset
323
44
db348cb32618 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
lecorguille
parents: 43
diff changeset
324 **Version 3.4.4.1 - 30/04/2019**
db348cb32618 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
lecorguille
parents: 43
diff changeset
325
db348cb32618 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
lecorguille
parents: 43
diff changeset
326 - BUGFIX: remove the pre-compute of the chromatograms which was memory consuming. Now, only xcms plot chromatogram will generate the Chromatograms.
db348cb32618 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
lecorguille
parents: 43
diff changeset
327
45
1986c48d86ce "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents: 44
diff changeset
328 @HELP_XCMS_NEWVERSION_3440@
42
feb216e6aef7 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents: 38
diff changeset
329
33
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
330 **Version 3.0.0.0 - 08/03/2018**
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
331
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
332 - 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.
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
333
33
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
334 - NEW: a bunch of new options: Obiwarp.(centerSample, response, distFun, gapInit, gapExtend, factorDiag, factorGap, localAlignment, initPenalty)
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
335
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
336 - IMPROVEMENT: the advanced options are now in sections. It will allow you to access to all the parameters and to know their default values.
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
337
38
67ee46ce9781 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e131bacd37bfaf2c4132fd214c81db9b8a9df513
lecorguille
parents: 37
diff changeset
338 - CHANGE: removing of the TIC and BPC plots. You can now use the dedicated tool "xcms plot chromatogram"
33
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
339
30
4d6f4cd7c3ef planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents: 29
diff changeset
340
29
c013ed353a2f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 28
diff changeset
341 **Version 2.1.1 - 29/11/2017**
27
30410a052ab3 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
lecorguille
parents: 22
diff changeset
342
29
c013ed353a2f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 28
diff changeset
343 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C
27
30410a052ab3 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
lecorguille
parents: 22
diff changeset
344
33
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
345
16
20a75ba4345b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents: 14
diff changeset
346 **Version 2.1.0 - 03/02/2017**
20a75ba4345b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents: 14
diff changeset
347
20a75ba4345b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents: 14
diff changeset
348 - IMPROVEMENT: xcms.retcor can deal with merged individual data
20a75ba4345b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents: 14
diff changeset
349
33
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
350
14
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
351 **Version 2.0.8 - 22/12/2016**
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
352
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
353 - BUGFIX: when having only one group (i.e. one folder of raw data) the BPC and TIC pdf files do not contain any graph
55923d170538 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents: 12
diff changeset
354
33
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
355
45
1986c48d86ce "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents: 44
diff changeset
356 @HELP_XCMS_NEWVERSION_2090@
12
aee5648dc924 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 10
diff changeset
357
33
69b5a006fca1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents: 31
diff changeset
358
6
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
359 **Version 2.0.6 - 04/04/2016**
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
360
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
361 - TEST: refactoring to pass planemo test using conda dependencies
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
362
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
363
5
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
364 **Version 2.0.5 - 10/02/2016**
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
365
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
366 - BUGFIX: better management of errors. Datasets remained green although the process failed
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
367
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
368 - BUGFIX: some pdf remained empty even when the process succeed
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
369
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
370 - UPDATE: refactoring of internal management of inputs/outputs
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
371
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
372 - UPDATE: refactoring to feed the new report tool
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
373
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
374
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
375 **Version 2.0.2 - 02/06/2015**
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
376
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
377 - IMPROVEMENT: new datatype/dataset formats (rdata.xcms.raw, rdata.xcms.group, rdata.xcms.retcor ...) will facilitate the sequence of tools and so avoid incompatibility errors.
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
378
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
379 - IMPROVEMENT: parameter labels have changed to facilitate their reading.
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
380
d0efb2c07577 planemo upload
lecorguille
parents: 4
diff changeset
381
1
f42bd3de6aad Uploaded
lecorguille
parents: 0
diff changeset
382 ]]></help>
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
383
6
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
384
fcd93f47dcbf planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
385 <expand macro="citation" />
0
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
386
ad95fea4015e planemo upload
lecorguille
parents:
diff changeset
387 </tool>