-
Notifications
You must be signed in to change notification settings - Fork 3
Protein Group Reader #123
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
Merged
Merged
Protein Group Reader #123
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
b809262
[Feature] Add deprecated decorator
lucas-diedrich 35a7d19
[Test] Add tests for deprecated decorators
lucas-diedrich c7827ec
[Feature] Protein group reader
lucas-diedrich 16939d1
[Enhancement] Add option to either get psm_reader_dict or pg_reader_dict
lucas-diedrich 5f518e6
[API] Expose pg_reader
lucas-diedrich 442ebdf
[Test] Add integration tests
lucas-diedrich 1585d7d
[Fix] Fix index retrieval
lucas-diedrich 0e0ee19
[Doc] Add pg reader to docs
lucas-diedrich eaa0e5c
[Fix] Fix function so that default arguments of readers are kept and …
lucas-diedrich 4d2f7c4
[Test] Fix test
lucas-diedrich 2d56c5b
[Doc] Fix docstring
lucas-diedrich e6308b8
[Fix] Change warning type to deprecation warning
lucas-diedrich c0abe98
[Doc] Update docs so that they match alphabse documentation
lucas-diedrich 2a856fb
[Doc] Remove whitespace
lucas-diedrich 140b0a8
[Test] Update tests to test for deprecation warning
lucas-diedrich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| from .report_reader import available_reader, parse_df, read_precursor_table | ||
| from .report_reader import available_reader, parse_df, read_pg_table, read_precursor_table | ||
|
|
||
| __all__ = ["available_reader", "parse_df", "read_precursor_table"] | ||
| __all__ = ["available_reader", "parse_df", "read_precursor_table", "read_pg_table"] |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.