Open chrishuges opened 5 years ago
@chrishuges This is definitely worth considering. We are planning to add the ThermoRawFileParser. If the conversion is covered by RawTools, we could add some QC measures for the raw files as this part is missing.
@jgriss any thoughts?
Yasset together with compomics created a Java wrapper for this that should be straight forward to integrate (covering the conversion bit): https://github.com/ypriverol/ThermoRawFileParser
But since the project also has some kind of R bindings, I'm quite sure that we can use all their features in our notebook
Has your group considered adding support for RawTools? This would give a few benefits:
RawTools currently only requires .NET (Mono on MacOS and Linux - although the newest RawFileReader now supports .NET Core 2.0, so Mono might not be required for much longer) and is open source. Although, the ThermoRawFileParser from compomics (for converting raw files to MGF) might be a bit easier for you integrate since you are already in that ecosystem with SearchCLI and PeptideShakerCLI. Just a thought.