raw2mzDB installation
Install MSFileReader from Thermo (see below)
Ensure your regional settings parameters are '.' for the decimal symbol and ',' for the list separator
-
See last section of this page to know how to use the tool
MSFileReader 3.0 installation (required by raw2mzDB and ProteoWizard)
MSFileReader is the standard library used by raw2mzDB to access Thermo raw files.
-
-
Go to the “Utility Software” section to download the file
Unzip it, right click on the executable and left click on “Run as Administrator”
Install it with defaults settings
Install both 32-bit and 64-bit versions if possible (it will install all necessary c++ redistribuables)
Open a command line window in the directory containing raw2mzdb.exe
Type:
raw2mzdb.exe -i <rawfilename> -o <outputfilename>
By defaut, the raw file will be converted in the “fitted” mode for the MS1 (MS2 is often in centroid mode and can not be converted in fitted mode). If the MS2 (or superior) are acquired in high resolution (i.e in profile mode), you could specify that you want to convert several MSs in the required mode:
raw2mzdb.exe -i <rawfilename> -o <outputfilename> -f 1-2 will try to convert MS1 to MS2 in fitted mode.
There are two other available conversion modes:
“profile”, the command line is then: raw2mzdb.exe -i <rawfilename> -o <outputfilename> -p 1 (means you want profile mode for MS1, others MS will be stored as they were stored in the raw file)
“centroid” : raw2mzdb.exe -i <rawfilename> -o <outputfilename> -c 1 (means you want centroid mode for MS1, others MS will be stored as they were stored in the raw file)