The Thermo Raw File Reader is a .NET DLL for reading Thermo .raw files, as acquired on Thermo mass spectrometers
The Thermo Raw File Reader does not work with .NET Core 2.x or .NET Core 3.x
The Thermo Raw File Reader DLL provides several methods for parsing the information extracted from Thermo .raw files, including:
Download the newest ThermoRawFileReader .zip file from the Releases page
Lib
directory inside your project directoryBrowse
to select each DLL file)
PRISM.dll
will get auto-added since the ThermoRawFileReader references the PRISM Library NuGet package
The Test_ThermoRawFileReader directory in the Thermo Raw File Reader source code contains a .NET command-line application that illustrates how to interface with ThermoRawFileReader.dll
The Thermo Peak Data Exporter application is an example console application that uses ThermoRawFileReader.dll
When running on Linux with Mono, use command line option -LoadMethod:false
to disable loading method information
mono ThermoPeakDataExporter.exe DatasetFile.raw -LoadMethod:false
Written by Matthew Monroe for the Department of Energy (PNNL, Richland, WA)\ Copyright 2019, Battelle Memorial Institute. All Rights Reserved.\ E-mail: matthew.monroe@pnnl.gov or proteomics@pnnl.gov\ Website: https://github.com/PNNL-Comp-Mass-Spec/ or https://www.pnnl.gov/integrative-omics
The Thermo Raw File Reader is licensed under the 2-Clause BSD License; you may not use this program except in compliance with the License. You may obtain a copy of the License at https://opensource.org/licenses/BSD-2-Clause
Copyright 2018 Battelle Memorial Institute
RawFileReader reading tool. Copyright © 2016 by Thermo Fisher Scientific, Inc. All rights reserved.