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