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
As of v0.8.2, ome-zarr-py cannot read HCS dataset stored on the local disk of a Window PC:
>>> from ome_zarr.io import parse_url >>> from ome_zarr.reader import Reader >>> reader = Reader(parse_url("20200812-CardiomyocyteDifferentiation14-Cycle1.zarr")) >>> next(reader()) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\...\lib\site-packages\ome_zarr\reader.py", line 621, in __call__ node = Node(self.zarr, self) File "C:\...\lib\site-packages\ome_zarr\reader.py", line 58, in __init__ self.specs.append(Plate(self)) File "C:\...\lib\site-packages\ome_zarr\reader.py", line 473, in __init__ self.get_pyramid_lazy(node) File "C:\...\lib\site-packages\ome_zarr\reader.py", line 498, in get_pyramid_lazy raise Exception("Could not find first well") Exception: Could not find first well
#322 seems to fix this too.
The text was updated successfully, but these errors were encountered:
#322 has been merged and released now. Happy to close this?
Sorry, something went wrong.
@will-moore Just tested that it works now. Thanks!
No branches or pull requests
As of v0.8.2, ome-zarr-py cannot read HCS dataset stored on the local disk of a Window PC:
#322 seems to fix this too.
The text was updated successfully, but these errors were encountered: