-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
support for gzipped files #13
Comments
Hey, Therefore we cannot pass a compressed Stream directly into the File parser. One thing we could do is extracting the compressed input in some temp directory before parsing. But I do not see how this improves anything compared to doing the same step beforehand on the command line. |
It is not a real issue...was only a question since many tools support it, your answer clarifies why it is not the case, and should not be a problem at all...just some Go to store :D Thank you for your answer! |
Ok, then we leave it "unfixed" for now. |
Hi!
Wonderful work on Sirius 4.5.0!
I am used to working with mzML.gz files with my other pipelines without problems, would it be possible to support importing them gzipped?
Best,
The text was updated successfully, but these errors were encountered: