MannLabs / timsrust

Apache License 2.0
20 stars 9 forks source link

Add support for older file format (`TimsCompressionType`=1) #14

Open guoci opened 5 months ago

guoci commented 5 months ago

Currently, when reading older files, we get an error: Cannot decompress bytes. Are they zstd compressed? Can you add support for older files compressed using lzf as you did in AlphaTims? https://github.com/MannLabs/alphatims/blob/96d10a8927dbeeeef0ab1a835bd742b948eec8f7/alphatims/bruker.py#L422-L456

sander-willems-bruker commented 5 months ago

Dear @guoci , at the moment this is not (yet) planned. We might look into it in the future, but we also are happy to accept a PR for this!