Metadata-Version: 2.1
Name: spectrominer
Version: 0.0.1
Summary: Spectrominer is a software that allows you to apply corrections to mass spectrometry data.
Home-page: https://github.com/ulaval-rs/spectrominer
License:  BSD-3-Clause
Keywords: isotope,isotope correction
Author: Gabriel Couture
Author-email: gacou54@gmail.com
Requires-Python: >=3.7.1,<4.0.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: matplotlib (>=3.4.1,<4.0.0)
Requires-Dist: pandas (>=1.2.3,<2.0.0)
Requires-Dist: pyinstaller (>=4.3,<5.0)
Project-URL: Repository, https://github.com/ulaval-rs/spectrominer
Description-Content-Type: text/markdown

# SpectroMiner
Spectrominer is a software that allows you to apply corrections to mass spectrometry data.
More precisely, it uses control measures in order to subtract the natural presence of isotopes.


## Installation
### Windows
see the [releases](https://github.com/ulaval-rs/spectrominer/releases)

To run spectrominer, run the .exe.

### Macos
see the [releases](https://github.com/ulaval-rs/spectrominer/releases)

### PyPi
To install:
```bash
$ pip install spectrominer
```
To run spectrominer:
```bash
$ spectrominer
```
or
```bash
$ /path/to/python/bin/spectrominer
```

