-
Notifications
You must be signed in to change notification settings - Fork 4
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
Allow mrc_visual_min_max be called as a python function #55
Comments
So no arguments or options are needed? What should be the contents of the dictionary? |
the behaviour should be the same as the CLI.
Currently the output is:
|
currently additional args exist, but are not used - it would be nice to have these. But it's possible they are not needed at this moment.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and not mandate the use of the CLI to use.
Create a function, eg
mrc_visual_min_max(f_in: Path) -> dict
which does the same thing as mrc_visual_min_max, except does not mandate the use of the CLI, and allows workflows to call that function directly.The text was updated successfully, but these errors were encountered: