Skip to content

Script to centroid mzML spectra after exporting for use in GNPS

Notifications You must be signed in to change notification settings

JonCasC/Centroiding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centroiding mzML Files

This project provides a Python script for centroiding mass spectrometry .mzML files using pyOpenMS.

Function

  • Automatically finds all .mzML files in the ./Original directory.
  • Centroids each file and saves the result in the ./Centroided directory.

Requirements

Install dependencies with:

pip install pyopenms tqdm

Usage

  1. Place your .mzML files in the Original folder.
  2. Run the script:
python Centroiding.py
  1. Centroided files will be saved in the Centroided folder.

License

MIT

About

Script to centroid mzML spectra after exporting for use in GNPS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published