User Tools

Site Tools


mzdb_documentation

This is an old revision of the document!


raw2mzDB installation

  1. get the zip archive
  2. installation of MSFileReader from Thermo ( here, will install all necessary c++ redistribuables)
  3. Ensure your regional settings parameters are '.' for the decimal symbol and ',' for the list separator

Use case procedure

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:

  1. “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)
  2. “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)
mzdb_documentation.1423123729.txt.gz · Last modified: 2015/02/05 09:08 by 193.48.0.3