Skip to content

Commit

Permalink
Merge pull request #37 from bigbio/dev
Browse files Browse the repository at this point in the history
major improvements of mzml statistics
  • Loading branch information
ypriverol authored Nov 30, 2024
2 parents d1b7d62 + 4d3351f commit 5620ead
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 203 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ cython_debug/
*.csv
*_df.csv
*.tsv
/tests/test_data/hMICAL1_coiPAnP-N2-200_3Murea-1Mthiourea-200mMtcep_14733.d/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "quantms-utils"
description = "Python scripts and helpers for the quantMS workflow"
readme = "README.md"
license = "MIT"
version = "0.0.15"
version = "0.0.16"
authors = [
"Yasset Perez-Riverol <[email protected]>",
"Dai Chengxin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion quantmsutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.15"
__version__ = "0.0.16"
Loading

0 comments on commit 5620ead

Please sign in to comment.