We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimsCompressionType
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
Cannot decompress bytes. Are they zstd compressed?
lzf
AlphaTims
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
No branches or pull requests
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 inAlphaTims
?https://github.com/MannLabs/alphatims/blob/96d10a8927dbeeeef0ab1a835bd742b948eec8f7/alphatims/bruker.py#L422-L456
The text was updated successfully, but these errors were encountered: