You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently an entry is considered missing if it doesn't exist in a databank but does exist in its parent. For example, if there is no entry in HSSP for 1crn but there is an entry for 1crn in its parent, DSSP, then 1crn is missing from HSSP
This is, however, only one level deep. What happens if the entry exists in MMCIF but in neither DSSP nor HSSP? The above definition labels it missing in DSSP but says nothing about HSSP. I assume it inherits the missing state from the parent in this case?
It can get even more complicated. What happens if an entry is in MMCIF but annotated in DSSP? I assume in this case the HSSP entry inherits the annotation of the entry in DSSP?
In Case2 the key reason that there is no HSSP, is that there is no DSSP so that can be annotated automatically. Here it is important that if the DSSP entry is added at some stage, the HSSP status goes to "missing unannotated". I.e. we move to Case1.
Something that was not supported is cases where the is more than one parent. So far this is only true for PDB_REDO. Here, I propose:
Currently an entry is considered missing if it doesn't exist in a databank but does exist in its parent. For example, if there is no entry in
HSSP
for1crn
but there is an entry for1crn
in its parent,DSSP
, then1crn
is missing fromHSSP
This is, however, only one level deep. What happens if the entry exists in
MMCIF
but in neitherDSSP
norHSSP
? The above definition labels it missing inDSSP
but says nothing aboutHSSP
. I assume it inherits the missing state from the parent in this case?It can get even more complicated. What happens if an entry is in
MMCIF
but annotated inDSSP
? I assume in this case theHSSP
entry inherits the annotation of the entry inDSSP
?@drlemmus, @cbaakman
The text was updated successfully, but these errors were encountered: