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
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().
The text was updated successfully, but these errors were encountered:
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 inload_hdf()
.The text was updated successfully, but these errors were encountered: