Mercurial > repos > lecorguille > xcms_group
annotate abims_xcms_group.xml @ 10:c81275aee959 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
author | lecorguille |
---|---|
date | Fri, 07 Apr 2017 07:35:31 -0400 |
parents | 5d80e7511dfb |
children | 9e45e1c404a4 |
rev | line source |
---|---|
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
1 <tool id="abims_xcms_group" name="xcms.group" version="2.1.0"> |
0 | 2 |
3 <description>Group peaks together across samples using overlapping m/z bins and calculation of smoothed peak distributions in chromatographic time.</description> | |
4 | |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
5 <macros> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
6 <import>macros.xml</import> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
7 </macros> |
0 | 8 |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
9 <expand macro="requirements"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
10 <expand macro="stdio"/> |
0 | 11 |
3 | 12 <command><![CDATA[ |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
13 @COMMAND_XCMS_SCRIPT@ |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
14 xfunction group |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
15 image '$image' |
3 | 16 |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
17 xsetRdataOutput '$xsetRData' |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
18 rplotspdf '$rplotsPdf' |
3 | 19 |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
20 method $methods.method sleep 0.001 |
0 | 21 #if $methods.method == "density": |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
22 ## minsamp $methods.minsamp |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
23 minfrac $methods.minfrac |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
24 bw $methods.bw |
0 | 25 mzwid $methods.mzwid |
26 #if $methods.density_options.option == "show": | |
27 max $methods.density_options.max | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
28 #end if |
0 | 29 #elif $methods.method == "mzClust": |
30 mzppm $methods.mzppm | |
31 mzabs $methods.mzabs | |
32 minfrac $methods.minfrac | |
33 ## minsamp $methods.minsamp | |
34 #else: | |
35 mzVsRTbalance $methods.mzVsRTbalance | |
36 mzCheck $methods.mzCheck | |
37 rtCheck $methods.rtCheck | |
38 kNN $methods.kNN | |
39 #end if | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
40 |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
41 @COMMAND_PEAKLIST@ |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
42 |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
43 @COMMAND_LOG_EXIT@ |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
44 ]]></command> |
0 | 45 |
46 <inputs> | |
47 <param name="image" type="data" format="rdata.xcms.raw,rdata.xcms.group,rdata.xcms.retcor,rdata" label="xset RData file" help="output file from another function xcms (xcmsSet, retcor etc.)" /> | |
48 <conditional name="methods"> | |
49 <param name="method" type="select" label="Method to use for grouping" help="[method] See the help section below"> | |
50 <option value="density" selected="true">density</option> | |
51 <option value="mzClust" >mzClust</option> | |
52 <option value="nearest" >nearest</option> | |
53 </param> | |
54 <when value="density"> | |
55 <param name="bw" type="integer" value="30" label="Bandwidth" help="[bw] bandwidth (standard deviation or half width at half maximum) of gaussian smoothing kernel to apply to the peak density chromatogram" /> | |
56 <param name="minfrac" type="float" value="0.5" label="Minimum fraction of samples necessary" help="[minfrac] in at least one of the sample groups for it to be a valid group" /> | |
57 <param name="mzwid" type="float" value="0.25" label="Width of overlapping m/z slices" help="[mzwid] to use for creating peak density chromatograms and grouping peaks across samples " /> | |
58 <!-- | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
59 <param name="minsamp" type="hidden" value="1" label="minsamp" help="minimum number of samples necessary in at least one of the sample groups for it to be a valid group " /> |
0 | 60 --> |
61 <conditional name="density_options"> | |
62 <param name="option" type="select" label="Advanced options"> | |
63 <option value="show">show</option> | |
64 <option value="hide" selected="true">hide</option> | |
65 </param> | |
66 <when value="show"> | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
67 <param name="max" type="integer" value="50" label="Maximum number of groups to identify in a single m/z slice" help="[max]" /> |
0 | 68 </when> |
69 <when value="hide"> | |
70 </when> | |
71 </conditional> | |
72 | |
73 </when> | |
74 <when value="mzClust"> | |
75 <param name="mzppm" type="integer" value="20 " label="Relative error used for clustering/grouping in ppm" help="[mzppm]" /> | |
76 <param name="mzabs" type="float" value="0" label="Absolute error used for clustering/grouping" help="[mzabs]" /> | |
77 <param name="minfrac" type="float" value="0" label="Minimum fraction of each class in one bin" help="[minfrac] minimum fraction of samples necessary in at least one of the sample groups for it to be a valid group" /> | |
78 <!-- | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
79 <param name="minsamp" type="hidden" value="1" label="minsamp" help="minimum number of samples necessary in at least one of the sample groups for it to be a valid group " /> |
0 | 80 --> |
81 </when> | |
82 <when value="nearest"> | |
83 <param name="mzVsRTbalance" type="integer" value="10 " label="Multiplicator for mz value before calculating the (euclidean) distance between two peaks." help="[mzVsRTbalance]" /> | |
84 <param name="mzCheck" type="float" value="0.2" label="Maximum tolerated distance for mz" help="[mzCheck]" /> | |
85 <param name="rtCheck" type="integer" value="15" label="Maximum tolerated distance for RT" help="[rtCheck]" /> | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
86 <param name="kNN" type="integer" value="10" label="Number of nearest Neighbours to check" help="[kNN]" /> |
0 | 87 </when> |
88 </conditional> | |
89 <!-- | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
90 <param name="sleepy" type="float" value="0.001" label="sleep" help="seconds to pause between plotting successive steps of the peak grouping algorithm. peaks are plotted as points showing relative intensity. identified groups are flanked by dotted vertical lines"> |
0 | 91 <validator type="in_range" message="Must be more than 0" min="0.001" max="inf"/> |
92 </param> | |
93 --> | |
94 | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
95 <expand macro="input_peaklist"/> |
0 | 96 </inputs> |
97 | |
98 <outputs> | |
99 <data name="xsetRData" format="rdata.xcms.group" label="${image.name[:-6]}.group.RData"/> | |
100 <data name="rplotsPdf" format="pdf" label="${image.name[:-6]}.group.Rplots.pdf"/> | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
101 <expand macro="output_peaklist" function="group"/> |
3 | 102 <data name="log" format="txt" label="xset.log.txt" hidden="true" /> |
0 | 103 </outputs> |
104 | |
105 <tests> | |
5
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
106 <!--<test> |
0 | 107 <param name="image" value="xset.RData"/> |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
108 <param name="methods|method" value="density"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
109 <param name="methods|bw" value="5"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
110 <param name="methods|minfrac" value="0.3"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
111 <param name="methods|mzwid" value="0.01"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
112 <param name="methods|density_options|option" value="show"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
113 <param name="methods|density_options|max" value="50"/> |
3 | 114 <output name="log"> |
115 <assert_contents> | |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
116 <has_text text="object with 4 samples" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
117 <has_text text="Time range: 0.7-1139.7 seconds (0-19 minutes)" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
118 <has_text text="Mass range: 50.0021-999.9863 m/z" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
119 <has_text text="Peaks: 59359 (about 14840 per sample)" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
120 <has_text text="Peak Groups: 48998" /> |
3 | 121 <has_text text="Sample classes: bio, blank" /> |
122 </assert_contents> | |
123 </output> | |
5
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
124 </test>--> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
125 <test> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
126 <param name="image" value="faahKO.xset.RData"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
127 <param name="methods|method" value="density"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
128 <param name="methods|bw" value="5"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
129 <param name="methods|minfrac" value="0.3"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
130 <param name="methods|mzwid" value="0.01"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
131 <param name="methods|density_options|option" value="show"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
132 <param name="methods|density_options|max" value="50"/> |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
133 <conditional name="peaklist"> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
134 <param name="convertRTMinute" value="false" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
135 <param name="peaklistBool" value="true" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
136 <param name="numDigitsMZ" value="4" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
137 <param name="numDigitsRT" value="1" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
138 </conditional> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
139 <output name="log"> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
140 <assert_contents> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
141 <has_text text="object with 4 samples" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
142 <has_text text="Time range: 2506.1-4477.9 seconds (41.8-74.6 minutes)" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
143 <has_text text="Mass range: 200.1-600 m/z" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
144 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
145 <has_text text="Peak Groups: 8275" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
146 <has_text text="Sample classes: KO, WT" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
147 </assert_contents> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
148 </output> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
149 <output name="variableMetadata" file="faahKO.xset.group.variableMetadata.tsv" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
150 <output name="dataMatrix" file="faahKO.xset.group.dataMatrix.tsv" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
151 </test> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
152 <test> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
153 <param name="image" value="faahKO-single-class.xset.merged.RData"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
154 <param name="methods|method" value="density"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
155 <param name="methods|bw" value="5"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
156 <param name="methods|minfrac" value="0.3"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
157 <param name="methods|mzwid" value="0.01"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
158 <param name="methods|density_options|option" value="show"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
159 <param name="methods|density_options|max" value="50"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
160 <conditional name="peaklist"> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
161 <param name="convertRTMinute" value="false" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
162 <param name="peaklistBool" value="true" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
163 <param name="numDigitsMZ" value="4" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
164 <param name="numDigitsRT" value="1" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
165 </conditional> |
5
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
166 <output name="log"> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
167 <assert_contents> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
168 <has_text text="object with 4 samples" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
169 <has_text text="Time range: 2506.1-4477.9 seconds (41.8-74.6 minutes)" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
170 <has_text text="Mass range: 200.1-600 m/z" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
171 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
172 <has_text text="Peak Groups: 8275" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
173 <has_text text="Sample classes: KO, WT" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
174 </assert_contents> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
175 </output> |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
176 <output name="variableMetadata" file="faahKO.xset.group.variableMetadata.tsv" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
177 <output name="dataMatrix" file="faahKO.xset.group.dataMatrix.tsv" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
178 </test> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
179 <test> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
180 <param name="image" value="faahKO-single.xset.merged.RData"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
181 <param name="methods|method" value="density"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
182 <param name="methods|bw" value="5"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
183 <param name="methods|minfrac" value="0.3"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
184 <param name="methods|mzwid" value="0.01"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
185 <param name="methods|density_options|option" value="show"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
186 <param name="methods|density_options|max" value="50"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
187 <output name="log"> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
188 <assert_contents> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
189 <has_text text="object with 4 samples" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
190 <has_text text="Time range: 2506.1-4477.9 seconds (41.8-74.6 minutes)" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
191 <has_text text="Mass range: 200.1-600 m/z" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
192 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
193 <has_text text="Peak Groups: 664" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
194 <has_text text="Sample classes: ." /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
195 </assert_contents> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
196 </output> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
197 </test> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
198 <test> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
199 <param name="image" value="MM-single.xset.merged.RData"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
200 <param name="methods|method" value="density"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
201 <param name="methods|bw" value="5"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
202 <param name="methods|minfrac" value="0.3"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
203 <param name="methods|mzwid" value="0.01"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
204 <param name="methods|density_options|option" value="show"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
205 <param name="methods|density_options|max" value="50"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
206 <output name="log"> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
207 <assert_contents> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
208 <has_text text="object with 2 samples" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
209 <has_text text="Time range: 19.7-307.3 seconds (0.3-5.1 minutes)" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
210 <has_text text="Mass range: 117.0357-936.7059 m/z" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
211 <has_text text="Peaks: 236 (about 118 per sample)" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
212 <has_text text="Peak Groups: 236" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
213 <has_text text="Sample classes: ." /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
214 </assert_contents> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
215 </output> |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
216 </test> |
5
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
217 <!--<test> |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
218 <param name="image" value="xset.group.retcor.RData"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
219 <param name="methods|method" value="density"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
220 <param name="methods|bw" value="5"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
221 <param name="methods|minfrac" value="0.3"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
222 <param name="methods|mzwid" value="0.01"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
223 <param name="methods|density_options|option" value="show"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
224 <param name="methods|density_options|max" value="50"/> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
225 <output name="log"> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
226 <assert_contents> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
227 <has_text text="object with 4 samples" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
228 <has_text text="Time range: 0.2-1140.1 seconds (0-19 minutes)" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
229 <has_text text="Mass range: 50.0021-999.9863 m/z" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
230 <has_text text="Peaks: 59359 (about 14840 per sample)" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
231 <has_text text="Peak Groups: 48958" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
232 <has_text text="Sample classes: bio, blank" /> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
233 </assert_contents> |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
234 </output> |
5
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
235 </test>--> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
236 <test> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
237 <param name="image" value="faahKO.xset.group.retcor.RData"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
238 <param name="methods|method" value="density"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
239 <param name="methods|bw" value="5"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
240 <param name="methods|minfrac" value="0.3"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
241 <param name="methods|mzwid" value="0.01"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
242 <param name="methods|density_options|option" value="show"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
243 <param name="methods|density_options|max" value="50"/> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
244 <output name="log"> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
245 <assert_contents> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
246 <has_text text="object with 4 samples" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
247 <has_text text="Time range: 2507.7-4481.7 seconds (41.8-74.7 minutes)" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
248 <has_text text="Mass range: 200.1-600 m/z" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
249 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
250 <has_text text="Peak Groups: 8157" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
251 <has_text text="Sample classes: KO, WT" /> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
252 </assert_contents> |
0306a96cc446
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
253 </output> |
0 | 254 </test> |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
255 <test> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
256 <param name="image" value="faahKO-single.xset.merged.group.retcor.RData"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
257 <param name="methods|method" value="density"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
258 <param name="methods|bw" value="5"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
259 <param name="methods|minfrac" value="0.3"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
260 <param name="methods|mzwid" value="0.01"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
261 <param name="methods|density_options|option" value="show"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
262 <param name="methods|density_options|max" value="50"/> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
263 <output name="log"> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
264 <assert_contents> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
265 <has_text text="object with 4 samples" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
266 <has_text text="Time range: 2507.7-4481.7 seconds (41.8-74.7 minutes)" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
267 <has_text text="Mass range: 200.1-600 m/z" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
268 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
269 <has_text text="Peak Groups: 8157" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
270 <has_text text="Sample classes: KO, WT" /> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
271 </assert_contents> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
272 </output> |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
273 </test> |
0 | 274 </tests> |
275 | |
3 | 276 <help><![CDATA[ |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
277 |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
278 @HELP_AUTHORS@ |
0 | 279 |
280 ========== | |
281 Xcms.Group | |
282 ========== | |
283 | |
284 ----------- | |
285 Description | |
286 ----------- | |
287 | |
288 After peak identification with xcmsSet, this tool groups the peaks which represent the same analyte across samples using overlapping m/z bins and calculation of smoothed peak distributions in chromatographic time. Allows rejection of features, which are only partially detected within the replicates of a sample class. | |
289 | |
290 | |
291 | |
292 ----------------- | |
293 Workflow position | |
294 ----------------- | |
295 | |
296 **Upstream tools** | |
297 | |
298 ========================= ================= =================== ========== | |
299 Name output file format parameter | |
300 ========================= ================= =================== ========== | |
301 xcms.xcmsSet xset.RData rdata.xcms.raw RData file | |
302 ------------------------- ----------------- ------------------- ---------- | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
303 xcms.xcmsSet Merger xset.RData rdata.xcms.raw RData file |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
304 ------------------------- ----------------- ------------------- ---------- |
0 | 305 xcms.retcor xset.RData rdata.xcms.retcor RData file |
306 ========================= ================= =================== ========== | |
307 | |
308 | |
309 **Downstream tools** | |
310 | |
311 +---------------------------+--------------------------------------+ | |
312 | Name | Output file | Format | | |
313 +===========================+=================+====================+ | |
314 |xcms.retcor | xset.RData | rdata.xcms.group | | |
315 +---------------------------+--------------------------------------+ | |
316 |xcms.fillPeaks | xset.RData | rdata.xcms.group | | |
317 +---------------------------+--------------------------------------+ | |
318 | |
319 The output file is an xcmsSet.RData file. You can continue your analysis using it in **xcms.retcor** tool as an next step and then **xcms.fillPeaks**. | |
320 | |
321 **General schema of the metabolomic workflow** | |
322 | |
323 .. image:: xcms_group_workflow.png | |
324 | |
325 | |
326 ----------- | |
327 Input files | |
328 ----------- | |
329 | |
330 +---------------------------+-----------------------+ | |
331 | Parameter : num + label | Format | | |
332 +===========================+=======================+ | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
333 | Or : RData file | rdata.xcms.raw | |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
334 +---------------------------+-----------------------+ |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
335 | Or : RData file | rdata.xcms.retcor | |
0 | 336 +---------------------------+-----------------------+ |
337 | |
338 | |
339 ---------- | |
340 Parameters | |
341 ---------- | |
342 | |
343 Method to use for grouping | |
344 -------------------------- | |
345 | |
346 **mzClust** | |
347 | |
348 | Runs high resolution alignment on single spectra samples stored in the RData file generated by the **xcmsSet tool**. | |
349 | |
350 **density** | |
351 | |
352 | Groups peaks together across samples using overlapping m/z bins and calculation of smoothed peak distributions in chromatographic time. | |
353 | |
354 **nearest** | |
355 | |
356 | Groups peaks together across samples by creating a master peak list and assigning corresponding peaks from all samples. It is inspired by the alignment algorithm of mzMine. | |
357 | |
358 | |
359 ------------ | |
360 Output files | |
361 ------------ | |
362 | |
363 xset.group.Rplots.pdf | |
364 | |
365 xset.group.RData: rdata.xcms.group format | |
366 | |
367 | Rdata file that will be necessary in the third and fourth step of the workflow (xcms.retcor and xcms.fillpeaks). | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
368 |
0 | 369 |
370 ------ | |
371 | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
372 .. class:: infomark |
0 | 373 |
374 The output file is an xset.group.RData file. You can continue your analysis using it in **xcms.retcor** tool. | |
375 | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
376 |
0 | 377 --------------------------------------------------- |
378 | |
379 | |
380 --------------- | |
381 Working example | |
382 --------------- | |
383 | |
384 Input files | |
385 ----------- | |
386 | |
387 | RData file -> **xset.RData** | |
388 | |
389 Parameters | |
390 ---------- | |
391 | |
392 | Method -> **density** | |
393 | bw -> **5** | |
394 | minfrac -> **0.3** | |
395 | mzwid -> **0.01** | |
396 | Advanced options: **show** | |
397 | max -> **50** | |
398 | |
399 | |
400 Output files | |
401 ------------ | |
402 | |
403 | **1) xset.RData: RData file** | |
404 | |
405 | **2) Example of an xset.group.Rplots pdf file** | |
406 | |
407 .. image:: xcms_group.png | |
408 :width: 700 | |
409 | |
410 | |
3 | 411 --------------------------------------------------- |
2 | 412 |
3 | 413 Changelog/News |
414 -------------- | |
415 | |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
416 **Version 2.1.0 - 07/02/2017** |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
417 |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
418 - IMPROVEMENT: Add an option to export the peak list at this step without have to wait camara.annotate |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
419 |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
420 - IMPROVEMENT: xcms.group can deal with merged individual data from "xcms.xcmsSet Merger" |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
421 |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
422 - BUGFIX: the default value of "density" -> "Maximum number of groups to identify in a single m/z slice" which was of 5 have been changed to fix with the XMCS default values to 50 |
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
423 |
8
5d80e7511dfb
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
5
diff
changeset
|
424 **Version 2.0.6 - 06/07/2016** |
5d80e7511dfb
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
5
diff
changeset
|
425 |
5d80e7511dfb
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
5
diff
changeset
|
426 - UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0 |
5d80e7511dfb
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
5
diff
changeset
|
427 |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
428 **Version 2.0.5 - 04/04/2016** |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
429 |
10
c81275aee959
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents:
8
diff
changeset
|
430 - TEST: refactoring to pass planemo test using conda dependencies |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
431 |
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
432 |
3 | 433 **Version 2.0.4 - 10/02/2016** |
434 | |
435 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
436 | |
437 - UPDATE: refactoring of internal management of inputs/outputs | |
438 | |
439 - UPDATE: refactoring to feed the new report tool | |
440 | |
441 | |
442 **Version 2.0.2 - 02/06/2015** | |
443 | |
444 - 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. | |
445 | |
446 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
447 | |
448 | |
449 ]]></help> | |
0 | 450 |
451 | |
4
2db1d1d0f131
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents:
3
diff
changeset
|
452 <expand macro="citation" /> |
0 | 453 |
454 | |
455 </tool> |