Changes between Version 1 and Version 2 of Ticket #6670, comment 2


Ignore:
Timestamp:
Apr 20, 2022, 11:07:22 PM (4 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6670, comment 2

    v1 v2  
    1 Made opening PAE matrix for a structure with a different number of residues fail.
     1Made opening PAE matrix for a structure with a different number of residues give an explanatory error message that the number of residues must match.
    22
    33This isn't the best solution.  It would be nicer if an AlphaFold model remembered it original residue indexes so that even if residues get deleted we can still use the PAE plots.  I could add a residue attribute "alphafold_residue_index" when the alphafold command trims a structure.  But this would not fix the case when the user opens an AlphaFold model directly and deletes some residues.  Still may be worth handling the trim case.