Metadata-Version: 2.4
Name: ms_reader
Version: 1.7.5
Summary: Package for parsing a Tracefinder or Skyline file containing processed Mass Spectrometry data
Home-page: https://github.com/llegregam/MSReader
Author: Loïc Le Grégam
Author-email: legregam@insa-toulouse.fr
Project-URL: Bug Tracker, https://github.com/llegregam/MSReader/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0.3
Requires-Dist: numpy>=1.21.4
Requires-Dist: natsort>=8.0.0
Requires-Dist: streamlit>=1.8.0
Requires-Dist: openpyxl>=3.1.0
Provides-Extra: testing
Requires-Dist: pytest>=7.1.2; extra == "testing"
Requires-Dist: flake8>=4.0.1; extra == "testing"
Requires-Dist: tox>=3.25.0; extra == "testing"
Dynamic: license-file

<img src="_static/logo.png" alt="image" width="20%" height="auto">

# MS_Reader

**MS_Reader is a package for parsing and rearranging data originating from ThermoFisher's Tracefinder software or 
Skyline by Proteoziward for Mass Spectrometry data processing**.

It is one of the routine tools used on the [MetaToul Platform](https://www6.toulouse.inrae.fr/metatoul)

The code is open-source, and available on [GitHub](https://github.com/llegregam/ms_reader) under a GPLv3 license.

## Quick-start

MS_Reader requires Python 3.9 or higher and run on all platforms.

Use `pip` to **install MS Reader from PyPi**:

```bash
$ pip install ms_reader
```

Then, start the graphical interface with:

```bash
$ ms_reader
```

## Bug and feature requests
If you have an idea on how we could improve MS_Reader please submit a new *issue*
to [our GitHub issue tracker](https://github.com/llegregam/MSReader/issues).

