masster 0.5.25__tar.gz → 0.5.26__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of masster might be problematic. Click here for more details.
- {masster-0.5.25 → masster-0.5.26}/PKG-INFO +6 -1
- {masster-0.5.25 → masster-0.5.26}/README.md +5 -0
- masster-0.5.26/THIRD_PARTY_NOTICES.md +64 -0
- {masster-0.5.25 → masster-0.5.26}/pyproject.toml +1 -1
- {masster-0.5.25 → masster-0.5.26}/uv.lock +4 -1
- {masster-0.5.25 → masster-0.5.26}/.github/workflows/publish.yml +0 -0
- {masster-0.5.25 → masster-0.5.26}/.github/workflows/security.yml +0 -0
- {masster-0.5.25 → masster-0.5.26}/.github/workflows/test.yml +0 -0
- {masster-0.5.25 → masster-0.5.26}/.gitignore +0 -0
- {masster-0.5.25 → masster-0.5.26}/.pre-commit-config.yaml +0 -0
- {masster-0.5.25 → masster-0.5.26}/LICENSE +0 -0
- {masster-0.5.25 → masster-0.5.26}/Makefile +0 -0
- {masster-0.5.25 → masster-0.5.26}/demo/example_batch_process.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/demo/example_sample_process.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/__init__.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/_version.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/chromatogram.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/data/libs/aa.csv +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/data/libs/ccm.csv +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/data/libs/urine.csv +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/data/wiff/2025_01_14_VW_7600_LpMx_DBS_CID_2min_TOP15_030msecMS1_005msecReac_CE35_DBS-ON_3.timeseries.data +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/data/wiff/2025_01_14_VW_7600_LpMx_DBS_CID_2min_TOP15_030msecMS1_005msecReac_CE35_DBS-ON_3.wiff +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/data/wiff/2025_01_14_VW_7600_LpMx_DBS_CID_2min_TOP15_030msecMS1_005msecReac_CE35_DBS-ON_3.wiff.scan +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/data/wiff/2025_01_14_VW_7600_LpMx_DBS_CID_2min_TOP15_030msecMS1_005msecReac_CE35_DBS-ON_3.wiff2 +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/lib/__init__.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/lib/lib.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/logger.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/__init__.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/adducts.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/defaults/__init__.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/defaults/find_adducts_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/defaults/find_features_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/defaults/find_ms2_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/defaults/get_spectrum_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/defaults/sample_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/h5.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/helpers.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/lib.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/load.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/parameters.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/plot.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/processing.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/quant.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/sample.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/sample5_schema.json +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/save.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/sciex.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/sample/thermo.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/spectrum.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/__init__.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/analysis.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/__init__.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/align_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/export_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/fill_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/find_consensus_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/find_ms2_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/identify_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/integrate_chrom_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/integrate_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/merge_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/defaults/study_def.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/export.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/h5.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/helpers.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/id.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/importers.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/load.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/merge.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/parameters.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/plot.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/processing.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/save.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/study.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/study/study5_schema.json +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/wizard/__init__.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/src/masster/wizard/wizard.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/conftest.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_chromatogram.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_defaults.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_imports.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_integration.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_logger.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_parameters.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_sample.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_spectrum.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_study.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tests/test_version.py +0 -0
- {masster-0.5.25 → masster-0.5.26}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: masster
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.26
|
|
4
4
|
Summary: Mass spectrometry data analysis package
|
|
5
5
|
Project-URL: homepage, https://github.com/zamboni-lab/masster
|
|
6
6
|
Project-URL: repository, https://github.com/zamboni-lab/masster
|
|
@@ -851,5 +851,10 @@ python -c "from masster import Wizard; wiz = Wizard(source='D:/Data/studies/my_s
|
|
|
851
851
|
## License
|
|
852
852
|
GNU Affero General Public License v3
|
|
853
853
|
|
|
854
|
+
See the [LICENSE](LICENSE) file for details.
|
|
855
|
+
|
|
856
|
+
### Third-Party Licenses
|
|
857
|
+
This project uses several third-party libraries, including pyOpenMS which is licensed under the BSD 3-Clause License. For complete information about third-party dependencies and their licenses, see [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
|
|
858
|
+
|
|
854
859
|
## Citation
|
|
855
860
|
If you use Masster in your research, please cite this repository.
|
|
@@ -124,5 +124,10 @@ python -c "from masster import Wizard; wiz = Wizard(source='D:/Data/studies/my_s
|
|
|
124
124
|
## License
|
|
125
125
|
GNU Affero General Public License v3
|
|
126
126
|
|
|
127
|
+
See the [LICENSE](LICENSE) file for details.
|
|
128
|
+
|
|
129
|
+
### Third-Party Licenses
|
|
130
|
+
This project uses several third-party libraries, including pyOpenMS which is licensed under the BSD 3-Clause License. For complete information about third-party dependencies and their licenses, see [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
|
|
131
|
+
|
|
127
132
|
## Citation
|
|
128
133
|
If you use Masster in your research, please cite this repository.
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Third-Party Licenses and Notices
|
|
2
|
+
|
|
3
|
+
This project uses third-party libraries and components that are distributed under their own licenses. Below is a list of these dependencies and their respective license information.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## pyOpenMS
|
|
8
|
+
|
|
9
|
+
**License:** BSD 3-Clause License
|
|
10
|
+
**Copyright:** OpenMS Team
|
|
11
|
+
**Source:** https://github.com/OpenMS/OpenMS
|
|
12
|
+
|
|
13
|
+
pyOpenMS is a Python wrapper for OpenMS, a library for mass spectrometry data analysis.
|
|
14
|
+
|
|
15
|
+
### BSD 3-Clause License
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
Copyright (c) 2002-2025, The OpenMS Team
|
|
19
|
+
All rights reserved.
|
|
20
|
+
|
|
21
|
+
Redistribution and use in source and binary forms, with or without
|
|
22
|
+
modification, are permitted provided that the following conditions are met:
|
|
23
|
+
|
|
24
|
+
1. Redistributions of source code must retain the above copyright notice,
|
|
25
|
+
this list of conditions and the following disclaimer.
|
|
26
|
+
|
|
27
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
28
|
+
this list of conditions and the following disclaimer in the documentation
|
|
29
|
+
and/or other materials provided with the distribution.
|
|
30
|
+
|
|
31
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
32
|
+
contributors may be used to endorse or promote products derived from
|
|
33
|
+
this software without specific prior written permission.
|
|
34
|
+
|
|
35
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
36
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
37
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
38
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
39
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
40
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
41
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
42
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
43
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
44
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Other Dependencies
|
|
50
|
+
|
|
51
|
+
This project also depends on the following open-source libraries. Please refer to their respective repositories for detailed license information:
|
|
52
|
+
|
|
53
|
+
- **NumPy** - BSD License
|
|
54
|
+
- **Pandas** - BSD License
|
|
55
|
+
- **SciPy** - BSD License
|
|
56
|
+
- **Matplotlib** - PSF-based License
|
|
57
|
+
- **h5py** - BSD License
|
|
58
|
+
- **Bokeh** - BSD License
|
|
59
|
+
- **Panel** - BSD License
|
|
60
|
+
- **Polars** - MIT License
|
|
61
|
+
- **scikit-learn** - BSD License
|
|
62
|
+
- **and others** - See pyproject.toml for complete dependency list
|
|
63
|
+
|
|
64
|
+
For the most up-to-date license information for these dependencies, please refer to their official repositories and documentation.
|
|
@@ -884,10 +884,13 @@ dependencies = [
|
|
|
884
884
|
sdist = { url = "https://files.pythonhosted.org/packages/c1/84/6b010387b795f774e1ec695df3c8660c15abd041783647d5e7e4076bfc6b/hdbscan-0.8.40.tar.gz", hash = "sha256:c9e383ff17beee0591075ff65d524bda5b5a35dfb01d218245a7ba30c8d48a17", size = 6904096, upload-time = "2024-11-18T16:14:05.384Z" }
|
|
885
885
|
wheels = [
|
|
886
886
|
{ url = "https://files.pythonhosted.org/packages/26/6b/88b8c8023c0c0b27589ad83c82084a1b751917a3e09bdf7fcacf7e6bd523/hdbscan-0.8.40-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5e958f0d7a33cd2b5e8e927b47f7360bf8a3e7d72355dd65a701e8aabe407b27", size = 1491349, upload-time = "2024-11-18T16:16:10.666Z" },
|
|
887
|
+
{ url = "https://files.pythonhosted.org/packages/e5/72/84bc7b6ea9eb59ca6c5e4d3f32313cdfa8f4ab5cfece6fb6dfef4c9149fc/hdbscan-0.8.40-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:b95447c9c2cf6c95f98210c0edee3dc463d0a237e5531076855d9776495c96fc", size = 4459927, upload-time = "2025-10-11T11:55:49.958Z" },
|
|
887
888
|
{ url = "https://files.pythonhosted.org/packages/a3/ef/32c8a0b3dc6e6c4e433b85b30c3723d8eb48d115c0185b82ab89e1a0ef89/hdbscan-0.8.40-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e0d6197ee045b173e1f16e6884386f335a56091e373a839dd24f7331a8fa9ed", size = 4576215, upload-time = "2024-11-18T16:14:11.241Z" },
|
|
888
889
|
{ url = "https://files.pythonhosted.org/packages/64/b1/96c347c7740efa1ac803be64155159284f92fafcff88c1077344e64eead5/hdbscan-0.8.40-cp311-cp311-win_amd64.whl", hash = "sha256:127cbe8c858dc77adfde33a3e1ce4f3bea810f78b01d2bd47b1147d4b5a50472", size = 732173, upload-time = "2024-11-18T16:18:40.361Z" },
|
|
889
890
|
{ url = "https://files.pythonhosted.org/packages/33/ff/4739886abb990dc6feb7b02eafb38a7eaf090fffef6336e70a03d693f433/hdbscan-0.8.40-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:353eaa22e42bee69df095744dbb8b29360e516bd9dcb84580dceeeb755f004cc", size = 1497291, upload-time = "2024-11-18T16:16:54.731Z" },
|
|
891
|
+
{ url = "https://files.pythonhosted.org/packages/f0/0f/97a315772abf99b3c230e3d57f3fa426d163ce4d6070241d68a3f0241ea9/hdbscan-0.8.40-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:991e745aa51abfb8abfb0e1525b9309df03a2f67fdd8df96e18f91fe7fe06806", size = 4362227, upload-time = "2025-10-11T11:53:16.452Z" },
|
|
890
892
|
{ url = "https://files.pythonhosted.org/packages/c0/cb/6b4254f8a33e075118512e55acf3485c155ea52c6c35d69a985bdc59297c/hdbscan-0.8.40-cp312-cp312-win_amd64.whl", hash = "sha256:1b55a935ed7b329adac52072e1c4028979dfc54312ca08de2deece9c97d6ebb1", size = 726198, upload-time = "2024-11-18T16:18:09.99Z" },
|
|
893
|
+
{ url = "https://files.pythonhosted.org/packages/80/2d/ca4d81a5aa5b8ccde1d41b892a2f480c2df238c58f113eee4df50473a3b0/hdbscan-0.8.40-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:32ea7bc4ce8854b5549d341edc841a29766feb62f8c399520e6e0940a41c5e39", size = 4336968, upload-time = "2025-10-11T11:53:10.417Z" },
|
|
891
894
|
]
|
|
892
895
|
|
|
893
896
|
[[package]]
|
|
@@ -1446,7 +1449,7 @@ wheels = [
|
|
|
1446
1449
|
|
|
1447
1450
|
[[package]]
|
|
1448
1451
|
name = "masster"
|
|
1449
|
-
version = "0.5.
|
|
1452
|
+
version = "0.5.26"
|
|
1450
1453
|
source = { editable = "." }
|
|
1451
1454
|
dependencies = [
|
|
1452
1455
|
{ name = "alpharaw" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|