-
Notifications
You must be signed in to change notification settings - Fork 41
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
refactor clustfcc
and it's tests to use the proper path
#1016
Conversation
I run a simple workflow:
And got the following error:
The same workflow + the main branch runs smoothly |
Thanks @AnnaKravchenko, apparently there was no change necessary to the path of the Running this run_dir = "tt"
molecules = [
"data/e2aP_1F3G.pdb",
"data/hpr_ensemble.pdb"
]
[topoaa]
[rigidbody]
sampling=10
[clustfcc]
plot_matrix=true
[caprieval] Got to finish it with no issues and all the files in place:
|
Is it normal that within that simple workflow ([topoaa]->[clustfcc]->[caprieval]) my second-best model is different? While the best model remains the same. Is it because I did not actually score the models? And is it normal in general? |
This is a very weird workflow as there is basically no HADDOCK score calculated at the topoaa stage.
I.e. the ranking might be random.
I would rather take as a test for example one from the docking-protein-protein example.
|
Indeed, it was the absence of a scoring module. With emscoring the results are the same |
Re-organize
clustfcc
tests and make sure the module is using the proper paths - this is needed for #1013