Atakanzsn / DynaBench

Tool for MD simulation analysis and visualization
2 stars 1 forks source link

unrecognized molecules file #10

Closed inantu closed 3 months ago

inantu commented 5 months ago

Dynabench produces 'unrecognized molecules' file which involves HIS residues named differently according to charge and force field. Does it consider them during calculation? The example file attached. Unrecognized_molecules.txt

ezgikaraca commented 5 months ago

This looks like a FoldX output. If so, this means that these residues will be ignored during energy calculation. The ignored residues correspond to the different protonation states of histidine, which should be named according to https://foldxsuite.crg.eu/allowed-residues for FoldX's recognition.

On the other hand, checking what interfacea accepts as amino acid abbreviations (https://github.com/Atakanzsn/DynaBench/blob/main/interfacea/interfacea/data.py) made me realize that the submitted histidine nomenclature won't be recognized by interfacea as well.

So, we should think of decent way for making different histidine protonation states counted both at the interfacea and FoldX stages. @Atakanzsn

Atakanzsn commented 5 months ago

I'm working on it

inantu commented 5 months ago

by the way, not only histidine, but also sulfated residues may be taken into account, later on. For instance, tyrosine sulfation can determine and often enhance protein–protein interaction specificity (DOI:https://doi.org/10.1016/j.jbc.2022.102232).