Skip to content

Commit

Permalink
Merge pull request #50 from llegregam/Dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
llegregam committed Mar 27, 2024
2 parents 529c350 + 96a9515 commit 6538d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
**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 currently in it's beta phase, and will be integrated in the future in the OmniQuant tool developped on the
[MetaToul Platform](https://www6.toulouse.inrae.fr/metatoul)
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](github.com/llegregam/ms_reader) under a GPLv3 license.
The code is open-source, and available on [GitHub](https://github.com/llegregam/ms_reader) under a GPLv3 license.

## Quick-start

Expand All @@ -19,7 +18,6 @@ Use `pip` to **install MS Reader from PyPi**:
$ pip install ms_reader
```


Then, start the graphical interface with:

```bash
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author = Loïc Le Grégam
author_email = [email protected]
description = Package for parsing a Tracefinder file containing processed Mass Spectrometry data
long_description = file: README.rst
long_description_content_type = text/x-rst
long_description_content_type = text/markdown
url = https://github.com/llegregam/MSReader
project_urls =
Bug Tracker = https://github.com/llegregam/MSReader/issues
Expand Down

0 comments on commit 6538d4f

Please sign in to comment.