Skip to content

support gzipped spectra files#184

Merged
RalfG merged 2 commits intomainfrom
feature/gzip
Nov 2, 2024
Merged

support gzipped spectra files#184
RalfG merged 2 commits intomainfrom
feature/gzip

Conversation

@paretje
Copy link
Contributor

@paretje paretje commented Aug 23, 2024

Use file type check added in CompOmics/ms2rescore-rs#1 to support any filetype supported by ms2rescore_rs.

@RalfG RalfG added the feature new feature label Sep 17, 2024
@RalfG RalfG added this to the v3.2.0 milestone Sep 17, 2024
@RalfG
Copy link
Member

RalfG commented Sep 19, 2024

Waiting to merge for ms2rescore-rs 0.4.0 release.

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.
@RalfG RalfG merged commit ceda12e into main Nov 2, 2024
@RalfG RalfG deleted the feature/gzip branch November 2, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature new feature

Development

Successfully merging this pull request may close these issues.

2 participants