-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge development into feature/digest_nr_oxidations_arg
- Loading branch information
Showing
34 changed files
with
9,153 additions
and
1,254 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -15,5 +15,5 @@ full_name: Mario Picciani | |
email: [email protected] | ||
project_name: spectrum_io | ||
project_short_description: IO related functionalities for oktoberfest. | ||
version: 0.4.2 | ||
version: 0.4.3 | ||
license: MIT |
This file contains 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 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 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v2.3.3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Run Labeler | ||
uses: crazy-max/[email protected] | ||
|
This file contains 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 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 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 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 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 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 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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,11 +1,42 @@ | ||
click>=8.0.0 | ||
rich>=10.3.0 | ||
PyYAML>=5.4.1 | ||
numpy>=1.18.1 | ||
pandas>=1.3.0 | ||
h5py>=3.1.0 | ||
pymzml>=2.5.0 | ||
pyteomics>=4.3.3 | ||
lxml>=4.5.2 | ||
tables>=3.6.1 | ||
spectrum-fundamentals>=0.3.0 | ||
alphatims==1.0.8 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
click==8.1.7 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
colorama==0.4.6 ; python_version >= "3.8" and python_full_version < "3.11.0" and platform_system == "Windows" | ||
contourpy==1.1.1 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
cycler==0.12.1 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
fonttools==4.51.0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
h5py==3.11.0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
importlib-metadata==7.1.0 ; python_version >= "3.8" and python_version < "3.9" | ||
importlib-resources==6.4.0 ; python_version >= "3.8" and python_version < "3.10" | ||
joblib==1.4.0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
kiwisolver==1.4.5 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
llvmlite==0.41.1 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
lxml==4.9.4 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
markdown-it-py==3.0.0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
matplotlib==3.7.5 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
mdurl==0.1.2 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
moepy==1.1.4 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
numba==0.58.1 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
numpy==1.24.4 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
packaging==24.0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
pandas==1.5.3 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
pillow==10.3.0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
psutil==5.9.8 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
pygments==2.17.2 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
pymzml==2.5.9 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
pyparsing==3.1.2 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
pyteomics==4.7.2 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
pytz==2024.1 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
pyyaml==6.0.1 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
pyzstd==0.15.10 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
regex==2024.4.16 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
rich==13.7.1 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
scikit-learn==1.3.2 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
scipy==1.10.1 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
six==1.16.0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
sortedcontainers==2.4.0 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
spectrum-fundamentals==0.5.2 ; python_full_version >= "3.8.0" and python_full_version < "3.11.0" | ||
threadpoolctl==3.4.0 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
tqdm==4.66.2 ; python_version >= "3.8" and python_full_version < "3.11.0" | ||
typing-extensions==4.11.0 ; python_version >= "3.8" and python_version < "3.9" | ||
zipp==3.18.1 ; python_version >= "3.8" and python_version < "3.10" |
This file contains 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = "Mario Picciani" | ||
__email__ = "[email protected]" | ||
__version__ = "0.4.2" | ||
__version__ = "0.4.3" | ||
|
||
import logging | ||
import logging.handlers | ||
|
This file contains 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 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 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 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 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.