Commit 4af95fcf by Maarten L. Hekkelman

Fixed stupid copy/paste error in dssp-extension.dic

parent 80fd360e
...@@ -478,8 +478,8 @@ save_dssp_struct_ladder ...@@ -478,8 +478,8 @@ save_dssp_struct_ladder
; ;
_dssp_struct_ladder.id A _dssp_struct_ladder.id A
_dssp_struct_ladder.sheet_id A _dssp_struct_ladder.sheet_id A
_dssp_struct_ladder.range_1 A _dssp_struct_ladder.range_id_1 A
_dssp_struct_ladder.range_2 B _dssp_struct_ladder.range_id_2 B
_dssp_struct_ladder.type anti-parallel _dssp_struct_ladder.type anti-parallel
_dssp_struct_ladder.beg_1_label_comp_id GLY _dssp_struct_ladder.beg_1_label_comp_id GLY
_dssp_struct_ladder.beg_1_label_asym_id A _dssp_struct_ladder.beg_1_label_asym_id A
...@@ -528,7 +528,7 @@ save__dssp_struct_ladder.sheet_id ...@@ -528,7 +528,7 @@ save__dssp_struct_ladder.sheet_id
; This data item is a pointer to _struct_sheet.id in the ; This data item is a pointer to _struct_sheet.id in the
STRUCT_SHEET category. STRUCT_SHEET category.
; ;
_item.name '_dssp_struct_ladder.id' _item.name '_dssp_struct_ladder.sheet_id'
_item.category_id dssp_struct_ladder _item.category_id dssp_struct_ladder
_item.mandatory_code yes _item.mandatory_code yes
_item_type.code code _item_type.code code
...@@ -539,7 +539,7 @@ save__dssp_struct_ladder.range_id_1 ...@@ -539,7 +539,7 @@ save__dssp_struct_ladder.range_id_1
; This data item is a pointer to _struct_sheet_range.id in ; This data item is a pointer to _struct_sheet_range.id in
the STRUCT_SHEET_RANGE category. the STRUCT_SHEET_RANGE category.
; ;
_item.name '_dssp_struct_ladder.id' _item.name '_dssp_struct_ladder.range_id_1'
_item.category_id dssp_struct_ladder _item.category_id dssp_struct_ladder
_item.mandatory_code yes _item.mandatory_code yes
_item_type.code code _item_type.code code
...@@ -550,7 +550,7 @@ save__dssp_struct_ladder.range_id_2 ...@@ -550,7 +550,7 @@ save__dssp_struct_ladder.range_id_2
; This data item is a pointer to _struct_sheet_range.id in ; This data item is a pointer to _struct_sheet_range.id in
the STRUCT_SHEET_RANGE category. the STRUCT_SHEET_RANGE category.
; ;
_item.name '_dssp_struct_ladder.id' _item.name '_dssp_struct_ladder.range_id_2'
_item.category_id dssp_struct_ladder _item.category_id dssp_struct_ladder
_item.mandatory_code yes _item.mandatory_code yes
_item_type.code code _item_type.code code
...@@ -1708,7 +1708,7 @@ save__dssp_struct_summary.strand ...@@ -1708,7 +1708,7 @@ save__dssp_struct_summary.strand
; This data item is a pointer to _struct_sheet_range.id in ; This data item is a pointer to _struct_sheet_range.id in
the STRUCT_SHEET_RANGE category. the STRUCT_SHEET_RANGE category.
; ;
_item.name '_dssp_struct_summary.sheet' _item.name '_dssp_struct_summary.strand'
_item.category dssp_struct_summary _item.category dssp_struct_summary
_item.mandatory_code no _item.mandatory_code no
_item_type.code code _item_type.code code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment