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

one-shot do-all workflow script #33

Closed
orbeckst opened this issue Mar 23, 2016 · 4 comments
Closed

one-shot do-all workflow script #33

orbeckst opened this issue Mar 23, 2016 · 4 comments

Comments

@orbeckst
Copy link
Member

We want a solution to run the whole protocol (or workflow) with a single command.

Possible approaches

  • daemon/nanny process
  • chains of Gridengine jobs
  • ...
@ianmkenney
Copy link
Member

ianmkenney commented May 5, 2016

I think this would be handled best using Fireworks at this point. I will check how easily it can be implemented in the MDPOW scripts.

@orbeckst
Copy link
Member Author

orbeckst commented May 5, 2016

+1 for Fireworks (@dotsdl 's experience might come in handy!)

@dotsdl
Copy link
Contributor

dotsdl commented May 5, 2016

Happy to help. It could even be a single function the output of which could be a Workflow object that a user can feed to their launchpad of choice.

@orbeckst
Copy link
Member Author

orbeckst commented Jun 7, 2016

The mdpow-* scripts

  • mdpow-equilibrium
  • mdpow-fep

are only thin option processors and use the functions in mdpow.run. They should be easily wrappable or at least it should be easily possible to decompose these functions into steps in a FW workflow.

The analysis scripts

  • mdpow-solvationenergy
  • mdpow-pcw
  • mdpow-pow

should be refactored so that their analysis code also resides in mdpow.run (or elsewhere) and becomes easily accessible for FW.

@orbeckst orbeckst modified the milestone: 0.7 Aug 7, 2016
@orbeckst orbeckst removed this from the 0.7 milestone Apr 28, 2021
@orbeckst orbeckst closed this as completed Jan 3, 2022
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

3 participants