RawFilelReader is a group of .Net Assemblies written in C# used to read Thermo Scientific RAW files. The assemblies can be used to read RAW files on Windows, Linux, and MacOS using C# or other languages that can acces a .Net assembly. ...
The MSFileReader filepath needs to be C:\Thermo\MSFileReader.XRawfile2.dll The .dll can then be registered using the following command from a Command Prompt with Administrator privileges regsvr32 C:\Thermo\MSFileReader.XRawfile2.dll Step 2 Clone the repository git clone https://github.com...
An in-house fork of Derek Bailey's C# Mass Spectrometry Library. Updated to work with Thermo's RawFileReader instead of MsFileReader - dbrademan/CSMSL