Skip to content

v2.1.1

Compare
Choose a tag to compare
@RalfG RalfG released this 04 Mar 10:24
3f10d4b

Improvements 🚀

  • Refactored parsing of MaxQuant Modified sequence to allow for new long form modification labels (e.g. PEPM(Oxidation (M)K instead of PEPM(ox)K) (PR #47, fixes #41)
  • Added regex pattern option to the config to allow more flexible PSM ID matching with the MGF TITLE field (PR #42)
  • Added MGF TITLE pattern, num CPU, and feature set options to the GUI (PR #43)

Bugfixes 🪲

  • Spaces and hyphens are now supported for input file names (Changed Percolator subprocess command) (PR #43)
  • Set default value of mgf_title_pattern to None to be compatible with PEAKS pipeline (PR #46)

Refactoring and minor changes 🔧

  • Removed print statement from id_file_parser module (PR #42)
  • Replaced deprecated pandas functions (PR #46)