mzmatch.ipeak.util
ReadWSplit

version: 1.0.0
mzmatch version: 1.0.2
author: RA Scheltema (r.a.scheltema@rug.nl)


mzmatch.ipeak.util.ReadWSplit
This tool handles the mess ReadW makes of the new RAW-file versions (as of Xcalibur 4.2). With these new version Thermo is giving access to the both the lockmass corrected and the original data. With the advent of the exactive there can now possibly also be both negative as well as positive scans in a single file. In order to circumvent problems downstream of current pipeline software, each file is split into all of its different contents based on the FilterLine (used in Xcalibur to differentiate between the different data streams).

The input file is split up into all of the unique filter-lines (Xcalibur specific). In the case of the exactive there are 4 different lines: Full/neg, Full/pos, Lock/neg and Lock/pos, which represent the different datastreams (Full=collected data; Lock=lockmass corrected data). These are then written to separate files (Lock_neg_'input filename', etc). For analysis it is advised to only use the Lock-files, as these will provide the best mass accuracy.

Remark
This tool was specifically made for files produced with the Orbitrap Exactive, but may have application beyond this platform.

Example(s)

Windows batch-file:
SET JAVA=java -cp mzmatch.jar -da -dsa -Xmn1g -Xms1425m -Xmx1425m -Xss128k -XX:+UseParallelGC -XX:ParallelGCThreads=10

REM split all the mzXML-files and write to raw_split\
%JAVA% mzmatch.ipeak.util.ReadWSplit -v -i raw\*.mzXML -o raw_split\

References:


Commandline options*
-i [filename] Option for the input files. These files should be in the mzXML file format produced by ReadW together with Xcalibur >=4.2.
-o <filename> Option for the output destination. This is required to be a directory where all of the generated files are written. When the directory (or path leading to the directory does not exist, it is created). For the filename convention used for the ouput files, see the general description.
-fullms   When this is set, the 'full lock ms' and 'full ms' scans are combined in a single file. This is specific for exactive platforms.
-h   When this is set, the help is shown.
-v   When this is set, the progress is shown on the standard output.
* per option: [] denotes multiple input values; <> denotes a single input value