Metadata-Version: 2.4
Name: fragpipe-speclib
Version: 0.1.59
Summary: FragPipe-SpecLib: Simple library generation for FragPipe
Home-page: https://github.com/Nesvilab/FragPipe-SpecLib
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numba==0.62.1
Requires-Dist: Click==8.3.1
Requires-Dist: numpy==1.26.4
Requires-Dist: scipy==1.16.3
Requires-Dist: scikit-learn==1.7.2
Requires-Dist: statsmodels==0.14.6
Requires-Dist: pandas==2.3.3
Requires-Dist: biopython==1.86
Requires-Dist: pyopenms==3.3.0
Requires-Dist: matplotlib==3.10.7
Requires-Dist: seaborn==0.13.2
Requires-Dist: tqdm==4.67.1
Provides-Extra: pyprophet
Requires-Dist: pyprophet; extra == "pyprophet"
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

FragPipe-SpecLib: Simple library generation for FragPipe
================================================

FragPipe-SpecLib is a fork of [EasyPQP](https://github.com/grosenberger/easypqp). It is used by [FragPipe](https://github.com/Nesvilab/FragPipe) to build spectral library.

Installation
============

The Windows version of FragPipe has FragPipe-SpecLib bundled.
For the Linux version, install the production version:

```
pip install FragPipe-SpecLib
```

Install the development version from GitHub:

````
pip install git+https://github.com/Nesvilab/FragPipe-SpecLib.git@master
````
