-
Notifications
You must be signed in to change notification settings - Fork 3
Add nviz CLI
#36
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 nviz CLI
#36
Conversation
MikeLippincott
left a comment
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.
LGTM, mionor comments
Co-Authored-By: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com>
|
Note: I've modified the coverage configuration to ignore certain test files which were causing challenges based on how our Linux CI is configured for this project (headless display properties for Napari tests). |
|
Thanks @MikeLippincott ! After making some changes here I'll now merge this in. |
* add nviz cli * [pre-commit.ci lite] apply automatic fixes * updates based on feedback Co-Authored-By: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com> * ignore testing utils * ignore conftest for coverage --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com>
Description
This PR adds a CLI for
nvizwith commands for converting from TIFF sets to Zarr, OME-TIFF, and viewing both file formats.Depends on #35 to succeed with tests.
Note: I've modified the coverage configuration to ignore certain test files which were causing challenges based on how our Linux CI is configured for this project (headless display properties for Napari tests).
Thanks for any feedback!
Closes #21
What kind of change(s) are included?
Checklist
Please ensure that all boxes are checked before indicating that this pull request is ready for review.