Skip to content

Commit

Permalink
Fix dssp extension dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 15, 2025
1 parent 7b87dac commit 4bee8e3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions libdssp/mmcif_pdbx/dssp-extension.dic
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,10 @@ save__dssp_statistics.entry_id
_item.category_id dssp_statistics
_item.mandatory_code yes
_item_type.code code
#
_item_linked.child_name "_dssp_statistics.entry_id"
_item_linked.parent_name "_entry.id"
#
save_

save__dssp_statistics.nr_of_residues
Expand Down Expand Up @@ -1025,6 +1029,10 @@ save__dssp_statistics_hbond.entry_id
_item.category dssp_statistics_hbond
_item.mandatory_code yes
_item_type.code code
#
_item_linked.child_name "_dssp_statistics_hbond.entry_id"
_item_linked.parent_name "_entry.id"
#
save_

save__dssp_statistics_hbond.type
Expand Down Expand Up @@ -1143,6 +1151,10 @@ save__dssp_statistics_histogram.entry_id
_item.category dssp_statistics_histogram
_item.mandatory_code yes
_item_type.code code
#
_item_linked.child_name "_dssp_statistics_histogram.entry_id"
_item_linked.parent_name "_entry.id"
#
save_

save__dssp_statistics_histogram.type
Expand Down Expand Up @@ -1526,6 +1538,10 @@ save__dssp_struct_summary.entry_id
_item.category dssp_struct_summary
_item.mandatory_code yes
_item_type.code code
#
_item_linked.child_name "_dssp_struct_summary.entry_id"
_item_linked.parent_name "_entry.id"
#
save_

save__dssp_struct_summary.label_comp_id
Expand Down

0 comments on commit 4bee8e3

Please sign in to comment.