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

PSM Data Class #368

Merged
merged 2 commits into from
Aug 23, 2024
Merged

PSM Data Class #368

merged 2 commits into from
Aug 23, 2024

Conversation

Lilferrit
Copy link
Contributor

Created a data class for peptide spectrum matches, replacing the current tuple implementation in MztabWriter.

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.32%. Comparing base (67939b8) to head (9cf9b65).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #368      +/-   ##
==========================================
+ Coverage   94.26%   94.32%   +0.05%     
==========================================
  Files          12       12              
  Lines        1029     1039      +10     
==========================================
+ Hits          970      980      +10     
  Misses         59       59              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Lilferrit Lilferrit requested a review from bittremieux August 21, 2024 23:42
casanovo/data/ms_io.py Outdated Show resolved Hide resolved
casanovo/data/ms_io.py Outdated Show resolved Hide resolved
casanovo/data/ms_io.py Outdated Show resolved Hide resolved
casanovo/data/ms_io.py Outdated Show resolved Hide resolved
casanovo/data/ms_io.py Outdated Show resolved Hide resolved
casanovo/data/ms_io.py Outdated Show resolved Hide resolved
casanovo/data/ms_io.py Outdated Show resolved Hide resolved
@bittremieux bittremieux linked an issue Aug 22, 2024 that may be closed by this pull request
@Lilferrit Lilferrit merged commit aee3534 into dev Aug 23, 2024
6 checks passed
@Lilferrit Lilferrit deleted the psm-data-class branch August 23, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make "psms" tuple used for output a named tuple
2 participants