资 源 简 介
Export Thermo Raw files to FT1 and FT2 text files
Chongle Pan
Instructions:
1. Install the latest MSFileReader (v2.2 or higher) from Thermo Scientific. Freely available at http://sjsupport.thermofinnigan.com/public/detail.asp?id=703. Please check the boxes during installation to install both 32-bit and 64-bit versions of MSFileReader.
1. Download raxport.exe from http://code.google.com/p/raxport/downloads/list
1. Open a Windows console and run raxport.exe. Run "raxport.exe --help" to get usage:
```
Usage: raxport.exe -w WorkingDirectory
[-w WorkingDirectory]
Extract all raw files in the working directory and its sub-directories.
Default: current directory
[--noFT1]
Do not extract FT1 files.
Default: false
[--noFT2]
Do not extract FT2 files.
Default: false
[--help]
Get help information
If no option is provided, extract both FT1 and FT2 files from the current directory
```
The