This project provides a Python script for centroiding mass spectrometry .mzML files using pyOpenMS.
- Automatically finds all
.mzMLfiles in the./Originaldirectory. - Centroids each file and saves the result in the
./Centroideddirectory.
Install dependencies with:
pip install pyopenms tqdm
- Place your
.mzMLfiles in theOriginalfolder. - Run the script:
python Centroiding.py
- Centroided files will be saved in the
Centroidedfolder.
MIT