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
The code is open-source, and available on GitHub under a GPLv3 license.
MS_Reader requires Python 3.9 or higher and run on all platforms.
Use pip
to install MS Reader from PyPi:
$ pip install ms_reader
Then, start the graphical interface with:
$ ms_reader
If you have an idea on how we could improve MS_Reader please submit a new issue to our GitHub issue tracker.