Skip to content
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

Instantiate file reader with stream instead of path #146

Open
evan-anderson-ts opened this issue May 28, 2021 · 0 comments
Open

Instantiate file reader with stream instead of path #146

evan-anderson-ts opened this issue May 28, 2021 · 0 comments

Comments

@evan-anderson-ts
Copy link

I'm currently using python-bioformats to extract OME XML from confocal data using data that I'm pulling from AWS S3 using s3-streaming.

In order to do this, I have to first write the file to disk (in my case, a docker container), and then provide get_omexml_metadata with the path that I wrote to. This works fine, but it would be much more ideal to be able to provide get_omexml_metadata with a file like object rather than a path.

My question is -- is this possible? If it's possible, how much work would it be to implement? Is it a common enough use case for folks that it would be worthwhile to implement?

If these kinds of questions aren't appropriate for the issues section of the repo, feel free to close :) thanks for your work on a great python wrapper for this library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant