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

Make high level admin & cmd line entry-points #129

Closed
emlynjdavies opened this issue Aug 28, 2023 · 0 comments · Fixed by #136 or #118
Closed

Make high level admin & cmd line entry-points #129

emlynjdavies opened this issue Aug 28, 2023 · 0 comments · Fixed by #136 or #118
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@emlynjdavies
Copy link
Collaborator

emlynjdavies commented Aug 28, 2023

This kind of use: (pyopia)> pyopia process config.ini --inputfolder='DataFolder' --outputfolder='Ouput'
optional inputs could then overwrite what is defined in the config file
information in the config file can be used to setup the steps and input settings to the functions in the pipeline
process would create a STATS.h5 file from a folder of raw images using default standard steps definitions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment