Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support gzipped spectra files #184

Merged
merged 2 commits into from
Nov 2, 2024
Merged

support gzipped spectra files #184

merged 2 commits into from
Nov 2, 2024

Commits on Oct 29, 2024

  1. move file type check to ms2rescore_rs

    Note that the first regex match would always fail, assuming the
    extension wasn't the complete filename, so the for loop would always
    trigger. The exists check was added instead, and is needed for e.g.
    gzipped files when the run name would be without the .gz extension.
    paretje committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2676220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e97d5f6 View commit details
    Browse the repository at this point in the history