-
Notifications
You must be signed in to change notification settings - Fork 4
major refactoring about ms2rescore and pyarrow #39
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
Changes from 20 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
606aaec
pyarrow force 18.0.0
ypriverol 4e4b8bb
testing
ypriverol 740b4ab
remove ms2rescore.py
ypriverol 7183557
remove ms2rescore.py
ypriverol 08da89b
remove ms2rescore.py
ypriverol 80d8184
remove ms2rescore.py
ypriverol 582d648
remove ms2rescore.py
ypriverol 7a7c8c3
remove ms2rescore.py
ypriverol 2b11f90
remove ms2rescore.py
ypriverol 6d7da40
remove ms2rescore.py
ypriverol 502761e
remove ms2rescore.py
ypriverol 2590939
remove ms2rescore.py
ypriverol 6d82424
remove ms2rescore.py
ypriverol 2d6e634
remove ms2rescore.py
ypriverol a8ac9f4
remove ms2rescore.py
ypriverol d18b101
latest versions for all packages
ypriverol 0ae008e
latest versions for all packages
ypriverol 1b4188d
latest versions for all packages
ypriverol 1c2d051
major update on tests
ypriverol af9b247
constants.py created.
ypriverol d8bc225
constants.py created.
ypriverol 03ac3af
constants.py created.
ypriverol 5b9ef64
constants.py created.
ypriverol b200964
constants.py created.
ypriverol 422d9da
constants.py created.
ypriverol fe54ec5
constants.py created.
ypriverol 1cf33b1
constants.py created.
ypriverol 75a98e9
constants.py created.
ypriverol 6b9a2b1
major changes in batch processing.
ypriverol 9f54092
fix bug.
ypriverol f180cca
major changes in batch processing and remove ms2rescore.py
ypriverol 2980bb6
Merge remote-tracking branch 'origin/dev' into dev
ypriverol 8c4c822
minor cleaning tool.
ypriverol b5773c7
minor cleaning tool.
ypriverol 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
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 |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ name = "quantms-utils" | |
| description = "Python scripts and helpers for the quantMS workflow" | ||
| readme = "README.md" | ||
| license = "MIT" | ||
| version = "0.0.16" | ||
| version = "0.0.17" | ||
| authors = [ | ||
| "Yasset Perez-Riverol <[email protected]>", | ||
| "Dai Chengxin <[email protected]>", | ||
|
|
@@ -29,19 +29,13 @@ packages = [ | |
| ] | ||
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<3.11" | ||
| python = "*" | ||
| click = "*" | ||
| sdrf-pipelines = ">=0.0.31" | ||
| pyopenms = ">=2.4.0" | ||
| ms2rescore = "3.0.3" | ||
| pyopenms = ">=3.2.0" | ||
| pandas = "*" | ||
| numpy = "*" | ||
| pyarrow = "*" | ||
| psm-utils = "0.8.3" | ||
| deepLC = "2.2.38" | ||
| scipy = "1.13.1" | ||
| pygam = "*" | ||
| protobuf= "3.19.6" | ||
| pyarrow = ">=16.1.0" | ||
| scipy = "*" | ||
|
|
||
| [tool.poetry.urls] | ||
| GitHub = "https://github.com/bigbio/quantms-utils" | ||
|
|
||
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 +1 @@ | ||
| __version__ = "0.0.16" | ||
| __version__ = "0.0.17" |
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
Empty file.
Oops, something went wrong.
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.