You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)