FragPipe PG Reader - #332
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new reader for FragPipe protein group output files (protein.tsv) to support parsing FragPipe proteomics analysis results.
- Introduces
FragPipePGReaderclass with support for multiple intensity measurement types (raw, razor, unique, total, LFQ variants) - Adds configuration mapping for FragPipe-specific column names and measurement regex patterns
- Includes comprehensive test coverage with integration tests and reader provider tests
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| alphabase/pg_reader/fragpipe_pg_reader.py | New FragPipe reader implementation with support for multiple measurement types |
| alphabase/pg_reader/init.py | Export new FragPipePGReader class |
| alphabase/constants/const_files/pg_reader.yaml | Configuration for FragPipe column mappings and measurement regex patterns |
| tests/integration/test_pg_readers.py | Integration tests for FragPipe reader functionality |
| tests/integration/test_pg_reader_provider.py | Tests for reader provider registration |
| tests/integration/conftest.py | Test fixture for FragPipe example data |
mschwoer
approved these changes
Aug 13, 2025
mschwoer
left a comment
Contributor
There was a problem hiding this comment.
nice! the small amount of code needed is a indicator that the base class is well-designed
lucas-diedrich
force-pushed
the
pg-reader-6-spectronaut
branch
from
August 23, 2025 10:32
173d893 to
5e9c1c0
Compare
lucas-diedrich
force-pushed
the
pg-reader-7-msfragger
branch
from
August 23, 2025 10:50
b5ff94c to
6cbe7d9
Compare
API documentation for PG reader
MZTab protein group reader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reader for FragPipe output
Documented here: https://fragpipe.nesvilab.org/docs/tutorial_fragpipe_outputs.html#proteintsv