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

Cleanly record failed docking results. #1022

Open
hmacdope opened this issue Apr 30, 2024 · 0 comments
Open

Cleanly record failed docking results. #1022

hmacdope opened this issue Apr 30, 2024 · 0 comments

Comments

@hmacdope
Copy link
Collaborator

I guess a problem to solve in the future is how to cleanly record failed results. Right now you would just grep the log files, which is ok but not great. I could see an argument for a POSITDockingResult object that can handle failed results but that seems annoying to implement. We could mimic what @jthorton did in the pose generation code with a POSITDockingResults object instead of a list with failed and posed properties that are each lists of, i.e. POSITDockingResult and POSITDockingResultFailed or something (maybe the DockingInputBase).

Originally posted by @apayne97 in #1018 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant