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

Add new option to list pixels in getUsedFiles #58

Closed
wants to merge 2 commits into from

Conversation

dgault
Copy link
Member

@dgault dgault commented Jul 7, 2023

This is a follow up to #41

As discussed, having an option to toggle if the chunk list is returned was the preffered approach. This PR reproduces the functionality of the previous noPixels effort, but also adds a new option (which can be set on MetadataOptions). The initial default is set to false, so no pixels files will be returned by default. This is for initial testing purposes and can be updated at a later date

@joshmoore
Copy link
Member

Thanks, @dgault! @will-moore, let us know how this works for you.

@will-moore
Copy link
Member

@joshmoore Currently documenting progress and questions at IDR/omero-mkngff#2

@will-moore
Copy link
Member

Updating on pilot-idr0125

$ sudo -u omero-server -s
$ wget https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-build/default/lastSuccessfulBuild/artifact/bio-formats-build/ZarrReader/target/OMEZarrReader-0.3.2-SNAPSHOT-jar-with-dependencies.jar

$ mv OMEZarrReader-0.3.2-SNAPSHOT-jar-with-dependencies.jar OMEZarrReader.jar
$ rm /opt/omero/server/OMERO.server/lib/client/OMEZarrReader.jar
$ cp OMEZarrReader.jar /opt/omero/server/OMERO.server/lib/client/
$ rm /opt/omero/server/OMERO.server/lib/server/OMEZarrReader.jar
$ cp OMEZarrReader.jar /opt/omero/server/OMERO.server/lib/server/
$ sudo service omero-server restart
Redirecting to /bin/systemctl restart omero-server.service

@dgault
Copy link
Member Author

dgault commented Sep 26, 2023

Closing as option was not needed

@dgault dgault closed this Sep 26, 2023
@dgault dgault reopened this Oct 4, 2023
@will-moore
Copy link
Member

This PR was needed at IDR/idr-utils#56 (comment) to fix SecurityViolations

@dgault dgault closed this Oct 4, 2023
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

Successfully merging this pull request may close these issues.

3 participants