mzmatch.ipeak.convert.ThermoToMLConverts the contents of a Thermo RAW file to one or more open standard files (currently only mzXML and mzML are supported). Thermo RAW files can contain multiple controllers and multiple methods (separated by filterline). These are all split into separate files, distinguished by directories with the controller-number and the filterline (i.e. the original filename is maintained, so tools working with a filename database will continue to work correctly). When only one controller is present in the file, the controller-number is omited in the directory naming.
Windows batch-file: SET JAVA=java -cp mzmatch.jar -da -dsa -Xmn1g -Xms1425m -Xmx1425m -Xss128k -XX:+UseParallelGC -XX:ParallelGCThreads=10 REM extract all the mass chromatograms %JAVA% mzmatch.ipeak.convert.ThermoToMzML -v -i test.RAW -o test\ -centroid -format mzMLReferences:
Commandline options* | |
---|---|
-i [filename] | A list of valid Thermo RAW files to be converted to the chosen format. |
-o <filename> | The directory where to output the files. For each filterline encountered in the RAW file, a new sub-directory will be created. In the case of multiple controllers, the controller-number will also be inserted in the path. |
-format <mzXML|mzML> | The output format to use. The current choices are limited to mzXML and mzML as these are the most used. |
-centroid | When this is set, the data will be centroided. When the data is already in centroid mode this will have no effect. |
-h | When this is set, the help is shown. |
-v | When this is set, the progress is shown on the standard output. |