0
|
1
|
8
|
2 <tool id="MSMS_Extractor" name="MSMS_Extractor" version="1.2.0">
|
2
|
3 <description>Extract scans based on PSM report from the mzML file(s).</description>
|
0
|
4 <requirements>
|
7
|
5 <requirement type="package" version="3_0_9992">proteowizard</requirement>
|
0
|
6 <requirement type="package" version="3.4">pyteomics</requirement>
|
|
7 </requirements>
|
2
|
8 <command interpreter="python"><![CDATA[MSMS_Extractor.py $spectrumfile $psmreportfile $output ${spectrumfile.name.rsplit('.',1)[0]} $removeretain.doremoveretain $removeretain.num_random_scans]]></command>
|
0
|
9 <inputs>
|
|
10 <param name="spectrumfile" type="data" format="mzml">
|
|
11 <label>Input mzML File</label>
|
|
12 </param>
|
|
13 <param name="psmreportfile" type="data" format="tabular">
|
|
14 <label>Input PSM Report File</label>
|
|
15 </param>
|
2
|
16
|
|
17 <conditional name="removeretain">
|
8
|
18 <param name="doremoveretain" type="select" display="radio" label="Retain or Remove the MS/MS scans that were identified in PSM report">
|
|
19 <option value="remove" selected="True">Remove the scans reported in the PSM Report File</option>
|
|
20 <option value="retain">Retain the scans reported in the PSM Report File </option>
|
|
21 </param>
|
|
22
|
2
|
23 <when value="remove">
|
|
24 <param name="num_random_scans" type="hidden" value="0" />
|
|
25 </when>
|
|
26 <when value="retain">
|
|
27 <param name="num_random_scans" type="integer" label="Add N random scans in addition to those in the list" value="0" optional="false" />
|
|
28 </when>
|
|
29 </conditional>
|
|
30
|
0
|
31 </inputs>
|
|
32
|
|
33 <outputs>
|
|
34 <data format="mzml" name="output" label="${spectrumfile.name.rsplit('.',1)[0]}.mzml" />
|
|
35 </outputs>
|
|
36
|
|
37
|
|
38 <help>
|
2
|
39 MSMS_Extractor reads scan numbers from the PSM report (scan numbers with identified PSM) and gives option to create a new mzml file, either with those scans or without those scans.
|
|
40
|
4
|
41 ----
|
|
42
|
|
43 REMOVE option:
|
|
44
|
2
|
45 Creates a new mzml file with all the unidentified scans (removes those that are in the PSM report).
|
|
46
|
4
|
47
|
|
48 RETAIN option:
|
|
49
|
2
|
50 Creates a new mzml file with only those scans that is present in the PSM report. In addition to this, it also has an option to add N number of randomly selected scans to the output mzml file.
|
|
51
|
4
|
52 ----
|
2
|
53
|
|
54 Please Note: This tool currently works only with PeptideShaker generated PSM report file.
|
|
55
|
9
|
56
|
|
57 This tool uses msconvert from ProteoWizard: Chambers, M.C., MacLean, B., Burke, R., Amode, D., Ruderman, D.L., Neumann, S., Gatto, L., Fischer, B., Pratt, B., Egertson, J., Hoff, K., Kessner, D., Tasman, N., Shulman, N., Frewen, B., Baker, T.A., Brusniak, M.-Y., Paulse, C., Creasy, D., Flashner, L., Kani, K., Moulding, C., Seymour, S.L., Nuwaysir, L.M., Lefebvre, B., Kuhlmann, F., Roark, J., Rainer, P., Detlev, S., Hemenway, T., Huhmer, A., Langridge, J., Connolly, B., Chadick, T., Holly, K., Eckels, J., Deutsch, E.W., Moritz, R.L., Katz, J.E., Agus, D.B., MacCoss, M., Tabb, D.L. & Mallick, P. A cross-platform toolkit for mass spectrometry and proteomics. Nature Biotechnology 30, 918-920 (2012).
|
|
58
|
0
|
59 </help>
|
|
60 </tool>
|