Mercurial > repos > lecorguille > xcms_xcmsset
annotate abims_xcms_xcmsSet.xml @ 11:91311aa08cdc draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
author | lecorguille |
---|---|
date | Mon, 30 Jan 2017 08:52:59 -0500 |
parents | 69eb0fc05837 |
children | 15646e937936 |
rev | line source |
---|---|
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
1 <tool id="abims_xcms_xcmsSet" name="xcms.xcmsSet" version="2.0.11"> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
2 |
0 | 3 <description>Filtration and Peak Identification using xcmsSet function from xcms R package to preprocess LC/MS data for relative quantification and statistical analysis </description> |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
4 |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
5 <macros> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
6 <import>macros.xml</import> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
7 </macros> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
8 |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
9 <expand macro="requirements"/> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
10 <expand macro="stdio"/> |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
11 |
5 | 12 <command><![CDATA[ |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
13 @COMMAND_XCMS_SCRIPT@ |
0 | 14 #if $inputs.input == "lib": |
15 library $__app__.config.user_library_import_dir/$__user_email__/$inputs.library | |
16 #elif $inputs.input == "zip_file": | |
17 zipfile $inputs.zip_file | |
18 #end if | |
19 | |
20 xfunction xcmsSet | |
5 | 21 |
22 xsetRdataOutput $xsetRData | |
23 sampleMetadataOutput $sampleMetadata | |
24 ticspdf $ticsRawPdf | |
25 bicspdf $bpcsRawPdf | |
26 | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
27 |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
28 #if $options_scanrange.option == "show": |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
29 scanrange "c($options_scanrange.scanrange)" |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
30 #end if |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
31 |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
32 ## profmethod $profmethod |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
33 nSlaves \${GALAXY_SLOTS:-1} method $methods.method |
0 | 34 #if $methods.method == "centWave": |
35 ppm $methods.ppm | |
36 peakwidth "c($methods.peakwidth)" | |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
37 #if $methods.options_c.option == "show": |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
38 mzdiff $methods.options_c.mzdiff |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
39 snthresh $methods.options_c.snthresh |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
40 integrate $methods.options_c.integrate |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
41 noise $methods.options_c.noise |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
42 prefilter "c($methods.options_c.prefilter)" |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
43 #end if |
0 | 44 #elif $methods.method == "matchedFilter": |
45 step $methods.step | |
46 fwhm $methods.fwhm | |
47 #if $methods.options_m.option == "show": | |
48 ## sigma "$methods.options_m.sigma" | |
49 max $methods.options_m.max | |
50 snthresh $methods.options_m.snthresh | |
51 ## mzdiff $methods.options_m.mzdiff | |
52 steps $methods.options_m.steps | |
53 ## sleep $methods.options_m.sleep | |
54 #end if | |
55 #elif $methods.method == "MSW": | |
56 snthr $methods.snthr | |
57 nearbyPeak $methods.nearbyPeak | |
58 winSize.noise $methods.winSize_noise | |
59 amp.Th $methods.amp_Th | |
60 scales "c($methods.scales)" | |
61 SNR.method "$methods.SNR_method" | |
62 #end if | |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
63 @COMMAND_LOG_EXIT@ |
5 | 64 ]]></command> |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
65 |
0 | 66 <inputs> |
67 | |
68 <conditional name="inputs"> | |
69 <param name="input" type="select" label="Choose your inputs method" > | |
70 <option value="zip_file" selected="true">Zip file from your history containing your chromatograms</option> | |
71 <option value="lib" >Library directory name</option> | |
72 </param> | |
73 <when value="zip_file"> | |
5 | 74 <param name="zip_file" type="data" format="no_unzip.zip,zip" label="Zip file" /> |
0 | 75 </when> |
76 <when value="lib"> | |
77 <param name="library" type="text" size="40" label="Library directory name" help="The name of your directory containing all your data" > | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
78 <validator type="empty_field"/> |
0 | 79 </param> |
80 </when> | |
81 | |
82 </conditional> | |
83 | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
84 <conditional name="options_scanrange"> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
85 <param name="option" type="select" label="Scan range option " > |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
86 <option value="show">show</option> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
87 <option value="hide" selected="true">hide</option> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
88 </param> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
89 <when value="show"> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
90 <param name="scanrange" type="text" value="" label="scanrange" help="scan range to process, for example (16,365)" > |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
91 <validator type="empty_field"/> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
92 </param> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
93 </when> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
94 <when value="hide"> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
95 </when> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
96 </conditional> |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
97 |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
98 |
0 | 99 <!-- |
100 <param name="profmethod" type="select" label="Method to use for profile generation (profmethod)" > | |
101 <option value="bin" selected="true">bin</option> | |
102 <option value="binlin">binlin</option> | |
103 <option value="binlinbase">binlinbase</option> | |
104 <option value="intlin">intlin</option> | |
105 </param> | |
106 <param name="nSlaves" type="integer" value="9" label="MPI-slaves CPU" help="number of MPI-slaves to use for parallel peak detection" /> | |
107 --> | |
108 <conditional name="methods"> | |
109 <param name="method" type="select" label="Extraction method for peaks detection" help="[method] See the help section below"> | |
110 <option value="centWave" >centWave</option> | |
111 <option value="matchedFilter" selected="true">matchedFilter</option> | |
112 <option value="MSW">MSW</option> | |
113 </param> | |
114 | |
115 <!-- centWave Filter options --> | |
116 <when value="centWave"> | |
117 <param name="ppm" type="integer" value="25" label="Max tolerated ppm m/z deviation in consecutive scans in ppm" help="[ppm]" /> | |
118 <param name="peakwidth" type="text" value="20,50" label="Min,Max peak width in seconds" help="[peakwidth]" /> | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
119 |
0 | 120 <conditional name="options_c"> |
121 <param name="option" type="select" label="Advanced options" > | |
122 <option value="show">show</option> | |
123 <option value="hide" selected="true">hide</option> | |
124 </param> | |
125 <when value="show"> | |
126 <param name="snthresh" type="integer" value="10" label="Signal/Noise threshold" help="[snthresh] Signal to noise ratio cutoff" /> | |
127 <param name="mzdiff" type="float" value="-0.001" label="Min m/z difference" help="[mzdiff] Min m/z difference for peaks with overlapping RT " /> | |
128 <param name="integrate" type="select" label="peak limits method" help="[integrate]" > | |
129 <option value="1">peak limits based on smoothed 2nd derivative (less precise)</option> | |
130 <option value="2">peak limits based on real data (more sensitive to noise)</option> | |
131 </param> | |
132 <param name="prefilter" type="text" value="3,100" label="Prefilter step for the first phase" help="[prefilter] Separate by coma k,I. Mass traces are only retained if they contain at least ‘k’ peaks with intensity >= ‘I’"/> | |
133 <param name="noise" type="integer" value="0" label="Noise filter" help="[noise] optional argument which is useful for data that was centroided without any intensity threshold, centroids with intensity smaller than ‘noise’ are omitted from ROI detection"/> | |
134 </when> | |
5 | 135 <when value="hide"> |
136 </when> | |
0 | 137 </conditional> |
138 </when> | |
139 | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
140 <!-- matched Filter options --> |
0 | 141 <when value="matchedFilter"> |
142 <param name="step" type="float" value="0.01" label="Step size to use for profile generation" help="[step] The peak detection algorithm creates extracted ion base peak chromatograms (EIBPC) on a fixed step size" /> | |
143 <param name="fwhm" type="integer" value="30" label="Full width at half maximum of matched filtration gaussian model peak" help="[fwhm] Only used to calculate the actual sigma" /> | |
144 <conditional name="options_m"> | |
145 <param name="option" type="select" label="Advanced options" > | |
146 <option value="show">show</option> | |
147 <option value="hide" selected="true">hide</option> | |
148 </param> | |
149 <when value="show"> | |
150 <!-- | |
151 <param name="sigma" type="hidden" value="fwhm/2.3548" label="sigma" help="standard deviation (fwhm/2.3548)" /> | |
152 --> | |
153 <param name="max" type="integer" value="5" label="Maximum number of peaks per extracted ion chromatogram" help="[max]" /> | |
154 <param name="snthresh" type="integer" value="10" label="Signal to noise ratio cutoff" help="[snthresh]" /> | |
155 <param name="steps" type="integer" value="2" label="Number of steps to merge prior to filtration" help="[steps] The peak identification algorithm combines a given number of EIBPCs prior to filtration and peak detection, as defined by the steps argument" /> | |
156 <!-- | |
157 <param name="mzdiff" type="text" size="20" value="0.8-step*steps" label="m/z difference" help="min m/z difference for peaks with overlapping RT " /> | |
158 --> | |
159 </when> | |
5 | 160 <when value="hide"> |
161 </when> | |
0 | 162 </conditional> |
163 </when> | |
164 | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
165 <!-- MSW Filter options --> |
0 | 166 <when value="MSW"> |
167 <param name="nearbyPeak" type="select" label="Determine whether to include the nearby small peaks of major peaks" help="[nearbyPeak]" > | |
168 <option value="TRUE">TRUE</option> | |
169 <option value="FALSE">FALSE</option> | |
170 </param> | |
171 <param name="winSize_noise" type="integer" value="500" label="The local window size to estimate the noise level" help="[winSize.noise]" /> | |
172 <param name="snthr" type="integer" value="3" label="SNR (Signal to Noise Ratio) threshold" help="[snthr]" /> | |
173 <param name="amp_Th" type="float" value="0.002" label="Minimum required relative amplitude of the peak" help="[amp.Th] Ratio to the maximum of CWT coefficients" /> | |
174 <param name="scales" type="text" value="seq(1,22,3)" label="Scales for the Continuous Wavelet Transform (CWT)" help="[scales] Scales are linked to the width of the peaks that are to be detected. Tape as indicaded seq('n,n,n') or c(n,n) : seq(from, to, by steps), c - linear vector " /> | |
175 <param name="SNR_method" type="text" value="data.mean" label="SNR (Signal to Noise Ratio) method" help="[SNR.method] Method to estimate noise level. Currently, only 95 percentage quantile is supported." /> | |
176 </when> | |
177 </conditional> | |
178 </inputs> | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
179 |
0 | 180 <outputs> |
181 <data name="xsetRData" format="rdata.xcms.raw" label="xset.RData" /> | |
182 <data name="sampleMetadata" format="tabular" label="sampleMetadata.tsv" /> | |
183 <data name="ticsRawPdf" format="pdf" label="xset.TICs_raw.pdf" /> | |
184 <data name="bpcsRawPdf" format="pdf" label="xset.BPCs_raw.pdf" /> | |
185 <data name="log" format="txt" label="xset.log.txt" /> | |
186 </outputs> | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
187 |
0 | 188 <tests> |
7
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
189 <!--<test> |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
190 <param name="inputs|input" value="zip_file" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
191 <param name="inputs|zip_file" value="sacuri_dir_root.zip" ftype="zip" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
192 <param name="methods|method" value="matchedFilter" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
193 <param name="methods|step" value="0.01" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
194 <param name="methods|fwhm" value="4" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
195 <param name="methods|options_m|option" value="show" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
196 <param name="methods|options_m|max" value="50" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
197 <param name="methods|options_m|snthresh" value="1" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
198 <param name="methods|options_m|steps" value="2" /> |
5 | 199 <output name="log"> |
200 <assert_contents> | |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
201 <has_text text="object with 4 samples" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
202 <has_text text="Time range: 0.7-1139.7 seconds (0-19 minutes)" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
203 <has_text text="Mass range: 50.0021-999.9863 m/z" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
204 <has_text text="Peaks: 59359 (about 14840 per sample)" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
205 <has_text text="Peak Groups: 0" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
206 <has_text text="Sample classes: bio, blank" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
207 </assert_contents> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
208 </output> |
7
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
209 </test> |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
210 <test> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
211 <param name="inputs|input" value="zip_file" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
212 <param name="inputs|zip_file" value="sacuri_current_root.zip" ftype="zip" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
213 <param name="methods|method" value="centWave" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
214 <param name="methods|ppm" value="25" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
215 <param name="methods|peakwidth" value="20,50" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
216 <output name="log"> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
217 <assert_contents> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
218 <has_text text="object with 4 samples" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
219 <has_text text="Time range: 3.5-1139.2 seconds (0.1-19 minutes)" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
220 <has_text text="Mass range: 57.9756-593.4086 m/z" /> |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
221 <has_text text="Peaks: 1535 (about 384 per sample)" /> |
5 | 222 <has_text text="Peak Groups: 0" /> |
223 <has_text text="Sample classes: bio, blank" /> | |
224 </assert_contents> | |
225 </output> | |
7
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
226 </test>--> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
227 <test> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
228 <param name="inputs|input" value="zip_file" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
229 <param name="inputs|zip_file" value="faahKO_reduce.zip" ftype="zip" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
230 <param name="methods|method" value="centWave" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
231 <param name="methods|ppm" value="25" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
232 <param name="methods|peakwidth" value="20,50" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
233 <output name="log"> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
234 <assert_contents> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
235 <has_text text="object with 4 samples" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
236 <has_text text="Time range: 2506.1-4477.9 seconds (41.8-74.6 minutes)" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
237 <has_text text="Mass range: 200.1-600 m/z" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
238 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
239 <has_text text="Peak Groups: 0" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
240 <has_text text="Sample classes: KO, WT" /> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
241 </assert_contents> |
451ff602a957
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
242 </output> |
0 | 243 </test> |
244 </tests> | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
245 |
5 | 246 <help><![CDATA[ |
0 | 247 |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
248 @HELP_AUTHORS@ |
0 | 249 |
250 ============ | |
251 Xcms.xcmsSet | |
252 ============ | |
253 | |
254 ----------- | |
255 Description | |
256 ----------- | |
257 | |
258 This tool is used for preprocessing analyte data from multiple LC/MS files (formats NetCDF, mzXML and mzData). It extracts ion from each sample independently and using a statistic model, peaks are filtered and integrated. | |
259 You can read a tutorial on how to perform xcms preprocessing which is available here_. | |
260 | |
261 .. _here: http://web11.sb-roscoff.fr/download/w4m/howto/w4m_HowToPerformXcmsPreprocessing_v02.pdf | |
262 | |
263 | |
264 ----------------- | |
265 Workflow position | |
266 ----------------- | |
267 | |
268 **Upstream tools** | |
269 | |
270 ========================= ================= ======= ========= | |
271 Name output file format parameter | |
272 ========================= ================= ======= ========= | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
273 NA NA zip NA |
0 | 274 ========================= ================= ======= ========= |
275 | |
276 | |
277 **Downstream tools** | |
278 | |
279 +---------------------------+--------------------+-----------------+ | |
280 | Name | Output file | Format | | |
281 +===========================+====================+=================+ | |
282 |xcms.group | xset.RData | rdata.xcms.raw | | |
283 +---------------------------+--------------------+-----------------+ | |
284 |PCA ellipsoid by factors | sampleMetadata.tsv | Tabular | | |
285 +---------------------------+--------------------+-----------------+ | |
286 |Anova | sampleMetadata.tsv | Tabular | | |
287 +---------------------------+--------------------+-----------------+ | |
288 | |
289 | |
290 **Example of a metabolomic workflow** | |
291 | |
292 .. image:: XCMS_Galaxy_workflow.png | |
293 | |
294 | |
295 ------ | |
296 | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
297 .. class:: infomark |
0 | 298 |
299 The output file is an xset.RData file. You can continue your analysis using it in **xcms.group** tool. | |
300 | |
301 --------------------------------------------------- | |
302 | |
303 | |
304 | |
305 ----------- | |
306 Input files | |
307 ----------- | |
308 | |
309 +---------------------------+------------+ | |
310 | Parameter : num + label | Format | | |
311 +===========================+============+ | |
312 | 1 : Choose your inputs | zip | | |
313 +---------------------------+------------+ | |
314 | |
315 **Choose your inputs** | |
316 | |
317 You have two methods for your inputs: | |
318 | |
319 | Zip file (recommended): You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories). | |
320 | library folder: You must specify the name of your "library" (folder) created within your space project (for example: /projet/externe/institut/login/galaxylibrary/yourlibrary). Your library must contain all your conditions as sub-directories. | |
321 | |
5 | 322 Steps for creating the zip file |
323 ------------------------------- | |
324 | |
325 **Step1: Creating your directory and hierarchize the subdirectories** | |
326 | |
327 | |
328 VERY IMPORTANT: If you zip your files under Windows, you must use the 7Zip software (http://www.7-zip.org/), otherwise your zip will not be well unzipped on the platform W4M (zip corrupted bug). | |
329 | |
330 Your zip should contain all your conditions as sub-directories. For example, two conditions (mutant and wild): | |
331 arabidopsis/wild/01.raw | |
332 arabidopsis/mutant/01.raw | |
333 | |
334 **Step2: Creating a zip file** | |
335 | |
336 Create your zip file (e.g.: arabidopsis.zip). | |
337 | |
338 **Step 3 : Uploading it to our Galaxy server** | |
339 | |
340 If your zip file is less than 2Gb, you get use the Get Data tool to upload it. | |
341 | |
342 Otherwise if your zip file is larger than 2Gb, please refer to the HOWTO on workflow4metabolomics.org (http://application.sb-roscoff.fr/download/w4m/howto/galaxy_upload_up_2Go.pdf). | |
343 | |
344 For more informations, don't hesitate to send us an email at supportATworkflow4metabolomics.org). | |
345 | |
346 Advices for converting your files for the XCMS input | |
347 ---------------------------------------------------- | |
348 | |
349 We recommend you to convert your raw files to **mzXML** in centroid mode (smaller files) and the files will be compatible with the xmcs centWave method. | |
350 | |
351 **We recommend you the following parameters:** | |
352 | |
353 Use Filtering: **True** | |
354 | |
355 Use Peak Picking: **True** | |
356 | |
357 Peak Peaking -Apply to MS Levels: **All Levels (1-)** : Centroid Mode | |
358 | |
359 Use zlib: **64** | |
360 | |
361 Binary Encoding: **64** | |
362 | |
363 m/z Encoding: **64** | |
364 | |
365 Intensity Encoding: **64** | |
366 | |
367 | |
0 | 368 ---------- |
369 Parameters | |
370 ---------- | |
371 | |
372 Extraction method for peaks detection | |
373 ------------------------------------- | |
374 | |
375 **Matched Filter** | |
376 | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
377 | One parameter to consider is the Gaussian model peak width used for matched filtration,an integral part of the peak detection algorithm. |
0 | 378 | For a discussion of how model peak width affects the signal to noise ratio, see Danielsson et al. (2002). |
379 | |
380 | |
381 **cent Wave** | |
382 | |
383 | This algorithm is most suitable for high resolution LC/{TOF,OrbiTrap,FTICR}-MS data in centroid mode. | |
384 | Due to the fact that peak centroids are used, a binning step is not necessary. | |
385 | The method is capable of detecting close-by-peaks and also overlapping peaks. Some efforts are made to detect the exact peak boundaries to get precise peak integrals. | |
386 | |
387 **MSW** | |
388 | |
389 | Wavelet based, used for direct infusion data. Continuous wavelet transform (CWT) can be used to locate chromatographic peaks on different scales. | |
390 | If you wish to have more details about the other parameters, you can read the following documents: | |
391 | -Example of preprocessing data with XCMS : http://www.bioconductor.org/packages/2.12/bioc/vignettes/xcms/inst/doc/xcmsPreprocess.pdf | |
392 | -Details and explanations for all the parameters of XCMS package: http://www.bioconductor.org/packages/release/bioc/manuals/xcms/man/xcms.pdf | |
393 | |
394 | |
395 ------------ | |
396 Output files | |
397 ------------ | |
398 | |
399 xset.TICs_raw.pdf | |
400 | |
401 | "Total Ion Chromatograms" graph in pdf format. | |
402 | |
403 xset.BPCs_raw.pdf | |
404 | |
405 | "Base Peak Chromatograms" graph in pdf format with each class samples opposed. | |
406 | |
407 sampleMetadata.tsv | |
408 | |
409 | Tabular file that contains for each sample, it's associated class and polarity (positive,negative and mixed). | |
410 | This file is necessary in the Anova and PCA step of the workflow. | |
411 | |
412 xset.RData: rdata.xcms.raw format | |
413 | |
414 | Rdata file that is necessary in the second step of the workflow "xcms.group". | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
415 |
0 | 416 ------ |
417 | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
418 .. class:: infomark |
0 | 419 |
420 The output file is an xset.RData file. You can continue your analysis using it in **xcms.group** tool. | |
421 | |
422 --------------------------------------------------- | |
423 | |
424 --------------- | |
425 Working example | |
426 --------------- | |
427 | |
428 Input files | |
429 ----------- | |
430 | |
431 | zip_file -> **sacuri.zip** | |
432 | |
433 Parameters | |
434 ---------- | |
435 | |
436 | Method -> **matchedFilter** | |
437 | step -> **0.01** | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
438 | fwhm -> **4** |
0 | 439 | Advanced option -> **show** |
440 | max: -> **50** | |
441 | snthresh -> **1** | |
442 | steps -> **2** | |
443 | |
444 | |
445 Output files | |
446 ------------ | |
447 | |
448 | **1) xset.RData: RData file** | |
449 | |
450 | **2) Example of a sampleMetadata.tsv :** | |
451 | |
452 | |
453 +---------------------------+------------+---------+ | |
454 | sampleMetadata | class | polarity| | |
455 +===========================+============+=========+ | |
456 |HU_neg_017 | bio |negative | | |
457 +---------------------------+------------+---------+ | |
458 |HU_neg_028 | bio |negative | | |
459 +---------------------------+------------+---------+ | |
460 |HU_neg_034 | bio |negative | | |
461 +---------------------------+------------+---------+ | |
462 |Blanc04 | blank |negative | | |
463 +---------------------------+------------+---------+ | |
464 |Blanc06 | blank |negative | | |
465 +---------------------------+------------+---------+ | |
466 |Blanc09 | blank |negative | | |
467 +---------------------------+------------+---------+ | |
468 | |
469 | |
470 | |
471 | **3) Example of xset.TICs_raw.pdf (Total Ion Chromatograms) :** | |
472 | |
473 .. image:: xcms_tics.png | |
474 | |
475 | |
5 | 476 --------------------------------------------------- |
4 | 477 |
5 | 478 Changelog/News |
479 -------------- | |
480 | |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
481 **Version 2.0.11 - 22/12/2016** |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
482 |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
483 - BUGFIX: propose scanrange for all methods |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
484 |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
485 **Version 2.0.10 - 22/12/2016** |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
486 |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
487 - BUGFIX: when having only one group (i.e. one folder of raw data) the BPC and TIC pdf files do not contain any graph |
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
488 |
10
69eb0fc05837
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
7
diff
changeset
|
489 **Version 2.0.9 - 06/07/2016** |
69eb0fc05837
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
7
diff
changeset
|
490 |
11
91311aa08cdc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
10
diff
changeset
|
491 - UPGRADE: upgrade the xcms version from 1.44.0 to 1.46.0 |
10
69eb0fc05837
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
7
diff
changeset
|
492 |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
493 **Version 2.0.8 - 06/04/2016** |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
494 |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
495 - TEST: refactoring to pass planemo test using conda dependencies |
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
496 |
5 | 497 |
498 **Version 2.0.7 - 10/02/2016** | |
499 | |
500 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
501 | |
502 - BUGFIX/IMPROVEMENT: New checking steps around the imported data in order to raise explicte error message before or after launch XCMS: checking of bad characters in the filenames, checking of the XML integrity and checking of duplicates which can appear in the sample names during the XCMS process because of bad characters | |
503 | |
504 - BUGFIX/IMPROVEMENT: New step to check and delete bad characters in the XML: accented characters in the storage path of the mass spectrometer | |
505 | |
506 - UPDATE: refactoring of internal management of inputs/outputs | |
507 | |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
508 - TEST: refactoring to feed the new report tool |
5 | 509 |
510 | |
511 **Version 2.0.2 - 18/01/2016 | |
512 | |
513 - BUGFIX: Some zip files were tag as "corrupt" by R. We have changed the extraction mode to deal with thoses cases. | |
514 | |
515 | |
516 **Version 2.0.2 - 09/10/2015** | |
517 | |
518 - BUGFIX: Some users reported a bug in xcms.xcmsSet. The preprocessing stops itself and doesn't import the whole dataset contained in the zip file without warning. But meanwhile, please check your samplemetadata dataset and the number of rows. | |
519 | |
520 | |
521 **Version 2.0.2 - 02/06/2015** | |
522 | |
523 - NEW: The W4M workflows will now take as input a zip file to ease the transfer and to improve dataset exchange between tools and users. (See How_to_upload). The previous "Library directory name" is still available but we invite user to switch on the new zip system as soon as possible. | |
524 | |
525 - 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. | |
526 | |
527 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
528 | |
529 ]]></help> | |
0 | 530 |
6
0888f7ef739a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
5
diff
changeset
|
531 <expand macro="citation" /> |
0 | 532 </tool> |