-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bfoptions #13
Bfoptions #13
Conversation
With the last change above we want to test on idr0125-pilot with idr0004 data where we can test with/without the performance optimisations.
|
Updated ZarrReader on idr0125-pilot to todays merge build, => Viewed Plate
For Plates
Viewing http://localhost:1040/webclient/?show=image-692975 was successful, taking
|
Build error due to python 3.6 not supporting Hatchling:
In fact, none of the releases I tried at https://pypi.org/project/hatchling/#history supported python 3.6! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
|
||
:: | ||
|
||
$ omero mkngff symlink /OMERO/ManagedRepository 1234 /path/to/fileset.zarr | ||
$ omero mkngff symlink /OMERO/ManagedRepository 1234 /path/to/fileset.zarr --bfoptions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you ever run this without "--bfoptions"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm - good point... probably not! I think we always need the .bfoptions
file alongside the symlinks since we currently always exclude the chunks
from new Filesets.
So, I guess I'll remove this option from the symlink
command then...
Adds
bfoptions
command and--bfoptions
arg to other commands to include creation of bfoptions file.NB: contents of the file are hard-coded for now. Could be made more flexible in future if needed.