ms2query

View on PyPIReverse Dependencies (0)

1.4.0 ms2query-1.4.0-py3-none-any.whl

Wheel Details

Project: ms2query
Version: 1.4.0
Filename: ms2query-1.4.0-py3-none-any.whl
Download: [link]
Size: 78997
MD5: a65f9e60246c6c9cec60457abdf434c9
SHA256: 2f22348ed0f25118cb0b2b728b8a92de10436596b78fb720d83a970cdc63c994
Uploaded: 2024-04-11 15:35:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ms2query
Version: 1.4.0
Summary: Tool to query MS/MS spectra against mass spectral library
Author: Netherlands eScience Center
Home-Page: https://github.com/iomega/ms2query
License: Apache Software License 2.0
Requires-Python: >=3.8
Requires-Dist: matchms (>=0.24.0)
Requires-Dist: numpy
Requires-Dist: spec2vec (>=0.6.0)
Requires-Dist: h5py
Requires-Dist: pyarrow
Requires-Dist: scikit-learn
Requires-Dist: ms2deepscore (==0.5.0)
Requires-Dist: gensim (>=4.0.0)
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: matplotlib
Requires-Dist: skl2onnx
Requires-Dist: onnxruntime (<1.16)
Requires-Dist: bump2version; extra == "dev"
Requires-Dist: isort (>=5.1.0); extra == "dev"
Requires-Dist: prospector; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: sphinx (!=3.2.0,<4.0.0,>=3.0.0); extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: sphinxcontrib-apidoc; extra == "dev"
Requires-Dist: yapf; extra == "dev"
Requires-Dist: rdkit; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 23068 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ms2query/__init__.py sha256=_M3RppTVm0cvnoagjJoZK4IxpTyWotDYMjMSO3FuClE 4864
ms2query/__version__.py sha256=EyMGX1ADFzN6XVXHWbJUtKPONYKeFkvWoKIFPDDB2I8 22
ms2query/clean_and_filter_spectra.py sha256=2xU54fIklxxl_5JGzFOaItAOOqGAqVZbdKn5cwizOxI 7065
ms2query/ms2library.py sha256=u9PJfh5VHWMVz6Apz1HFN87J5eTPMQP1yqBoLRazqqo 22112
ms2query/old_query_from_sqlite_functions.py sha256=0__k2zQd-FR0hb5NxEmpmj5QWdem5ucIaVpJJA9BXzc 13403
ms2query/query_from_sqlite_database.py sha256=kknqXpb2b6qcWiZYz9x4MvCUXlAOv1Vg4EQwZrFKexw 6873
ms2query/results_table.py sha256=6h57y0fu8cs-3Z85KxMdgX_nmmB7ntvqmhthdWdu6pk 8896
ms2query/run_ms2query.py sha256=Dr45J-CV5YvoMopynJuhmFynUiiwI6yL4KJdaYMI3dU 6552
ms2query/utils.py sha256=78BYvbVSxKCJm8HqxzE3yHfc0IsyKHIaL8DjEKnxr3g 10050
ms2query/benchmarking/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ms2query/benchmarking/collect_test_data_results.py sha256=CUBMJOCWjdE0u4jPgT48Wph81m_kLDYUPo-oWH5PAqc 21655
ms2query/benchmarking/create_accuracy_vs_recall_plot.py sha256=ZDG5ImDHas27uGSk1IbQNLcTuFUJe72lnHb7_DgFqiI 13169
ms2query/benchmarking/k_fold_cross_validation.py sha256=mY9XtTr6_A_nxgPmiXKwgXxP27FeQn1xKYoRtq5kXus 5815
ms2query/benchmarking/visualize_mass_distribution.py sha256=hg6b1yEpez15mAQsLOuJIgm3SM1-nbcRyQowWTtV5TY 6457
ms2query/benchmarking/visualize_tanimoto_score_distribution.py sha256=VTOSOHJMh7n4c1DfbG2Uf6mr2Uc6bB18UwS1iKJPWlE 1956
ms2query/create_new_library/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ms2query/create_new_library/add_classifire_classifications.py sha256=CKT0MRXoN1QsWs664LzQ5ekyzqNS51DR9Pxldmfywhw 5190
ms2query/create_new_library/calculate_tanimoto_scores.py sha256=3a4PWLCaKQxiTl1dv4_JSbOI3eOMaoifYYSrkehLX7Y 5232
ms2query/create_new_library/create_sqlite_database.py sha256=iYfGsQFgwg3gM1lIycZewZD92Ueqj3apE04u9TtDaVc 10171
ms2query/create_new_library/library_files_creator.py sha256=7KFKzg2yUIFTIRTogXsBvQLZurtMGU0SRyRSbeudQF8 8350
ms2query/create_new_library/split_data_for_training.py sha256=AE8RzlEAc4Gy5O_tcBGz8O3G9L0sVnwrvWlYCmbRHPI 3781
ms2query/create_new_library/train_models.py sha256=0ZRBFa-kyvuzi3k__hn491CKce9YeoIUT8i-RBFksEw 6256
ms2query/create_new_library/train_ms2deepscore.py sha256=9c_rxt0d4as-ZNMiPudUUX_N_zZJWJm6xe3W6zU8WSo 2117
ms2query/create_new_library/train_ms2query_model.py sha256=o1ypVZxyaRcGagd7bxoNK41y9DLyBpfskmmal3Oo8kk 8315
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/conftest.py sha256=unM6y7S57adgCYVHWYEtC6yrSgmKAB7y3KLJ_tL1QAI 5555
tests/test_add_classifier_annotations.py sha256=PjMUAflPJMYoWdenrjSvLXrhIweiBXtXhjZZ7mUBqY0 1390
tests/test_calculate_tanimoto_scores.py sha256=eqe8KlBdyEGhJEEE1cYo1_RrwVANnqtksUCo4Q1WJOQ 3022
tests/test_clean_and_filter_spectra.py sha256=_9SGLyJGi6cMJc5_rnNSe-oZZWOjXufab7hb6tb9jQg 10086
tests/test_collect_test_data_results.py sha256=CtzcdfchlL9UnOlsAVbUUnX5rHsvuLlM1f4b7I4Ta9o 7400
tests/test_library_files_creator.py sha256=56TVtfJzIuRS6Km_6bJbIgkiaK_Tr1_ywJBQ8Q8tMPY 3358
tests/test_ms2library.py sha256=I0YOOhC-PBRNFSA1seQYHIn3YKS8BfXxRAtyZd7ODB4 4505
tests/test_results_table.py sha256=pvBSzcukaSic5MktLHr6AM6Qzt_pGsv11Gd3FbMb9eg 1768
tests/test_run_ms2query.py sha256=HXr0rCn7OY1mzV-hlLmVojseMvDu9IxPGJtQS8R5rcs 5601
tests/test_split_data_for_training.py sha256=A7n_X_QdsVLFt61dgq33tBPCz1JJrBIsLLEjFjASq7s 1863
tests/test_sqlite.py sha256=ViBk0tKVfnT0UDz2OknymHAmEQ35rP-h9-TpG-l2Kkw 7700
tests/test_train_models.py sha256=mXNbkqtbUNuv5SUrRhjQXSh_uFAbXNa8nLwuI6C7JQw 997
tests/test_train_ms2query_model.py sha256=hkl1b95qbQWApHSVbPv_HeFRB62DJezizZ0Qy6T6nUo 4208
tests/test_utils.py sha256=sPV1KnKr02VIaE1CJj2-xAvFWvbCU_ZYhGFXa5zGCQQ 3565
ms2query-1.4.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
ms2query-1.4.0.dist-info/METADATA sha256=UElxRj2viXv1P-7OOAZRUFnOaHhOosuWjhBFDvwN3NM 24225
ms2query-1.4.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
ms2query-1.4.0.dist-info/entry_points.txt sha256=oLOi9PyEpcUtoORvkzSmYbSobZ9WXVc2lXDmX1l9vrM 52
ms2query-1.4.0.dist-info/top_level.txt sha256=vLGFUecK6QN4qbSayK2sKWDCkBfghazzP7SVF6a55Sk 15
ms2query-1.4.0.dist-info/RECORD

top_level.txt

ms2query
tests

entry_points.txt

ms2query = ms2query:command_line