ThermoRawRead is used to extract mass spectrometry data from RAW files of Thermo Fisher instruments.
Usage
- Mono is required on Linux or macOS. Please install Mono from the offical website.
- For Ubuntu users, please do follow the instructions instead of installing mono-runtime from Ubuntu's original repository.
Release
ThermoRawRead 1.4.1
Note:
- only support UMZ and MS1/MS2 (MSx).
- process data as pipeline to reduce memory usage.
ThermoRawRead 1.3.0
Note:
- support UMS, a Unified Mass Spectrum format.
- read noise from .raw data.
ThermoRawRead 1.2.0
Note:
- support MES, a Minimal Extensible Spectrum file format designed for small-size, fast-processing, and parseability.
ThermoRawRead 1.1.0
Note:
- improved UI.
ThermoRawRead 1.0.3
Note:
- change theme color.
- able to stop running task.
ThermoRawRead 1.0.2
Note:
- fix packaging error.
ThermoRawRead 1.0.1
Note:
- internal changes.
- show logo in ui.
- please upgrade to newer versions since this version is unusable (for Windows and Linux). (2023-3-10)
ThermoRawRead 1.0.0
Q&A
-
macOS says: “ThermoRawRead.app” is damaged and can’t be opened. You should move it to the Trash.
Please run `sudo xattr -r -d com.apple.quarantine [path/to/ThermoRawRead.app]` in terminal. -
Windows Security stops the software and deletes the .exe file.
The software is packaged using PyInstaller, and can be detected as virus by mistake on Windows (see the issue). Please restore the deleted file from `Protection History`, and Windows Security should not stop or delete it again. Otherwise, please add the software to white list. You can also package the software from source yourself.