-
Notifications
You must be signed in to change notification settings - Fork 0
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
Scoring scenario + refinement scenario + alascan page #140
Conversation
@VGPReys could you have a look at the screenshots? And have a look at the constructed workflow at haddock3-webapp/app/routes/scenarios.scoring.tsx Lines 58 to 95 in 9ddb448
|
|
@sverhoeven # ===================================================================================
# CAPRI Scoring example
# ===================================================================================
# The Critical Assessment of PRedicted Interactions (CAPRI) experiment
# aims to do test methods that model macromolecular interactions in
# blind predictions based on the three-dimensional structures of proteins.
# For more information, please visit: https://www.ebi.ac.uk/pdbe/complex-pred/capri/
# ===================================================================================
run_dir = "${JOB_OUTPUT_DIR}"
# molecules to be scored (an ensemble PBD)
molecules = ${molecules}
# ===================================================================================
[topoaa]
tolerance = 10
[emscoring]
tolerance = 10
[caprieval]
[clustfcc]
min_population = 1
plot_matrix = true
[seletopclusts]
top_models = 4
[alascan]
[caprieval]
# ===================================================================================
Yes, a user could be able to tune clustering parameters. |
Do we need alascan in this scenario?
Could be interesting, but then probably after caprieval?
|
I was thinking that I could bring interesting insights on what are the key components for the interaction. |
@sverhoeven |
ok @sverhoeven , after some discussion with Alex, we decided to:
But those two modules will be part of the refinement scenario. |
OK, so refinement is another scenario, which is similar to https://github.com/haddocking/haddock3/blob/main/examples/refine-complex/refine-complex-test.cfg . I will create issue for it. |
Ah yes without mdscoring it takes 18 seconds for https://github.com/haddocking/haddock3/blob/main/examples/scoring/data/T161-rescoring-ens.pdb |
… and type with same name, but different shape
For now picked 1 for what and 3 for where, but this gives users with easy level worst results. |
I would go for 2 and 1 :-) |
With nginx as reverse proxy and mock frontend/backend portal.
…repeat residue with same number/label
Do not add water or ion residues to residue select component
For protein docking scenario remove all non coord lines.
Run portal mode with docker compose
Ensembl loadable
Some other PRs where merged into this branch, please review by focusing on functionality or this pr not the other prs. |
Sorry review is taking to long, merging it, review can be done on merge pr if needed. |
Please delete the images belonging to this Pull Request as they are no longer useful. Goto versions page of each image, find version called pr-140, filter on tagged versions by clicking "N tagged" button in table header, click on ... button and select Delete version. |
Fixes #138
Fixes #139
Fixes #143
To test upload https://github.com/haddocking/haddock3/blob/main/examples/scoring/data/T161-rescoring-ens.pdb
TODO
Scoring Scenario page
Scoring Scenario result
Refinement scenario page
Refinement scenario result
Alascan page