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

Automators (automatically trigger run of jobs) #28

Open
mfitzp opened this issue Nov 26, 2014 · 0 comments
Open

Automators (automatically trigger run of jobs) #28

mfitzp opened this issue Nov 26, 2014 · 0 comments

Comments

@mfitzp
Copy link
Owner

mfitzp commented Nov 26, 2014

Sometimes it is nice to automatically run an analysis based on external triggers. Pathomx should support 'automator' tools that can trigger the execution of other tools.

Automators are tool-like but do not contain editable code. The output is a config dict which can be connected into another tool to automatically change it's configuration.

Using this setup implementation of specific automators can be achieved. In each case the config update will trigger the target.

  • timer trigger; emit config containing {'timestamp':<>}
  • file changed trigger; emit config containing {'filename':<>}
  • folder changed trigger; emit config containing {'folder':<>}

Together with IPython notebook import this would allow import of QtIPy tool settings to offer a more 'useful' "data automator" tool.

@mfitzp mfitzp changed the title Implement Automators (automatically trigger run of jobs) Automators (automatically trigger run of jobs) Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant