Kbr85 / UMSAP

Utilities for Mass Spectrometry Analysis of Proteins
0 stars 0 forks source link

rDO & rDI as dataclasses #167

Closed Kbr85 closed 1 year ago

Kbr85 commented 1 year ago

Instead of using a dict you can use a dataclass for rDO and rDI. Similar to config.

Kbr85 commented 1 year ago

Done!