Metadata-Version: 2.4
Name: fragpipe-speclib
Version: 0.1.58
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
Requires-Dist: Click>=8.0.0
Requires-Dist: numpy==1.26.4
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: pandas>=1.5.0
Requires-Dist: biopython
Requires-Dist: pyopenms>=3.3.0
Requires-Dist: matplotlib>=3.5.1
Requires-Dist: seaborn
Requires-Dist: tqdm
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
````
