mzmatch.ipeak.util.ReadWSplitThis 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).
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. |