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

Monitor NONMEM model runs from rbabylon #31

Open
seth127 opened this issue Mar 6, 2020 · 0 comments
Open

Monitor NONMEM model runs from rbabylon #31

seth127 opened this issue Mar 6, 2020 · 0 comments
Labels
enhancement New feature or request risk: medium
Milestone

Comments

@seth127
Copy link
Collaborator

seth127 commented Mar 6, 2020

Summary

The user should be able check on the status of model runs from rbabylon and reliably get one of the following responses: not submitted, in queue, running, finished, failed.

Implementation requirements

  • The function that does this (we'll call it check_nonmem_progress) should accept either a model object or a valid path to the model (YAML, ctl, or output dir).
  • model_summary() should call this under the hood and return a meaningful response for models that are not successfully finished.
  • run_log() should call this under the hood and add a column for model_status reflecting the status of each model. Consider if this can/should be done in parallel.

Implementation details

This will likely require looking at output folders, as well as something like qstat (or maybe top for the local models?). It is not clear how this should be implemented, but it will likely require some consultation with both the scientists and @shairozan to consider all the edge cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request risk: medium
Projects
None yet
Development

No branches or pull requests

1 participant