-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi team!
When utilizing ThermoRawFileParser within SearchGUI to convert .raw files to either .mzML or .mgf formats, there appears to be a discrepancy in the output file extensions.
Conversion from .raw to .mzML results in an output file with the extension .mzML (uppercase 'M' and 'L'). This causes detection issues as the expected extension is .mzml (all lowercase) according to the PeptideShaker.log file.
Conversion from .raw to .mgf produces files with an unexpected extension .mzml.mgf, thereby preventing the detection of the intended [filename].mgf output.
Software Versions Tested:
SearchGUI: v.4.2.7 and v.4.3.1
PeptideShaker: v.2.22.2 and v.3.0.1
Platform: Ubuntu
This behavior suggests a file naming bug that might persist across multiple versions, thereby impacting the post-processing workflow in tools such as PeptideShaker. However, the converted files can be manually utilized with PeptideShaker.
Suggested Remediation:
- Ensure output file extensions match the expected formats to facilitate downstream processing.
- Review the file naming conventions within ThermoRawFileParser and correct any inconsistencies.
Best,
Jacob