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

Scenarios wrongly working when an ensemble of models is given as input #173

Open
amjjbonvin opened this issue Nov 14, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@amjjbonvin
Copy link

Describe the bug

In the protein-protein scenario, when running the standard protein-protein tutorial (or taking the input structures from the examples/docking-protein-protein haddock3 example) the web app generates very strange restraints to keep molecule 2 (B) together while there are no gaps in the structure. The example uses an ensemble of models. Something must go wrong in the restraints generation / break detection. This should be based only on the first model.

The problem probably comes from the PDB preprocessing that completely messes up the ensemble...
Compare the input ensemble from the haddock3 docking example (hpr_ensemble.pdb) with the corresponding ensemble generate as input for the workflow (download the inout archive)

As a result the docking results do not make any sense.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the protein-protein docking scenario
  2. Input the PDB files from the haddock3 protein-protein docking example
  3. Download the generated input archive and look at the preprocessed PDB file and restraints

Expected behavior

The preprocessed ensemble should be correct.

Additional context

This is probably affecting all scenarios in case an ensemble of models is provided.

@amjjbonvin amjjbonvin added the bug Something isn't working label Nov 14, 2024
@amjjbonvin amjjbonvin changed the title Restraint generation in protein-protein scenario wrongly working when an ensemble of models is given Scenarios wrongly working when an ensemble of models is given as input Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant