Raw MS file conversion

From SPCTools

(Difference between revisions)
Jump to: navigation, search

Revision as of 15:02, 16 October 2009

There are several pieces of software to convert raw MS files to XML format (mzXML or mzML). Many of these are proprietary and run only under Windows. Zhi created a global converter that runs under Linux and sends jobs out to Windows boxes:

remoteconvert.pl

This program resides at/regis/sbeams/remoteconvert.pl

Sample invocations:

# View usage information
remoteconvert.pl
# View the options available for each converter
remoteconvert.pl --showOptions
# Convert RAW files to mzXML using ReAdW with centroiding
remoteconvert.pl --default *.RAW
# Convert RAW files using msconvert with centroiding
# msconvert runs only on themis.
remoteconvert.pl --convertWith msconvert --mzXML --filter 'peakPicking [1,2]' --server THEMIS
Personal tools