Metadata-Version: 2.1
Name: ms2deepscore
Version: 0.1.0
Summary: Deep learning similarity measure for comparing MS/MS spectra.
Home-page: https://github.com/iomega/ms2deepscore
Author: Netherlands eScience Center
Author-email: f.huber@esciencecenter.nl
License: Apache Software License 2.0
Description: ![GitHub](https://img.shields.io/github/license/matchms/ms2deepscore)
        ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/matchms/ms2deepscore/CI%20Build)
        [![SonarCloud Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=matchms_ms2deepscore&metric=alert_status)](https://sonarcloud.io/dashboard?id=matchms_ms2deepscore)
        [![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=matchms_ms2deepscore&metric=coverage)](https://sonarcloud.io/component_measures?id=matchms_ms2deepscore&metric=Coverage&view=list)
        
        # ms2deepscore
        Deep learning similarity measure for comparing MS/MS spectra with respect to their chemical similarity
        
        ## Requirements
        
        Python 3.7 or higher
        
        ## Prepare environmnent
        We recommend to create an Anaconda environment with
        
        ```
        conda create --name ms2deepscore python=3.8
        conda activate ms2deepscore
        pip install -e .
        ```
        Or to have the full matchms functionality:
        ```
        conda create --name ms2deepscore python=3.8
        conda activate ms2deepscore
        conda install --channel nlesc --channel bioconda --channel conda-forge matchms
        pip install -e .
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.7
Provides-Extra: dev
