Skip to content

File Extension Mismatch in ThermoRawFileParser Conversion Using SearchGUI #364

@jacobfh1

Description

@jacobfh1

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:

  1. Ensure output file extensions match the expected formats to facilitate downstream processing.
  2. Review the file naming conventions within ThermoRawFileParser and correct any inconsistencies.

Best,
Jacob

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions