refactor clustfcc and it's tests to use the proper path#1016
refactor clustfcc and it's tests to use the proper path#1016rvhonorato merged 7 commits intomainfrom
clustfcc and it's tests to use the proper path#1016Conversation
|
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
clustfcctests and make sure the module is using the proper paths - this is needed for #1013