MannLabs/alpharaw

multinotch cannot be saved as hdf file

Opened this issue · 0 comments

multinotch column contains the list of multiple isolation windows for a single MS2 scan, our current HDF module cannot save a dataframe with list-like value in the column.

Possible solution is to convert the list into a string in save_hdf() and convert the string into list in load_hdf().