MannLabs / alphadia

modular & open DIA search
https://alphadia.readthedocs.io
Apache License 2.0
51 stars 3 forks source link

BUG allow empty modification string #121

Closed GeorgWa closed 6 months ago

GeorgWa commented 7 months ago

Building peptdeep libraries without fixed or variable modifications wasn't possible so far. Setting fixed_modifications: '' would result in alphabase trying to parse an empty string as modification.

This fix should handle both fixed and variable mods but feels somehwat verbose.