From c11b73a7b9f0e4486f6cc921f7f5e6122e1fc001 Mon Sep 17 00:00:00 2001 From: vaitkus Date: Tue, 14 May 2024 16:31:53 +0300 Subject: [PATCH 1/2] Update the CIF_CORE dictionary import statement with the new Head category name. --- cif_rstr.dic | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cif_rstr.dic b/cif_rstr.dic index 708e383..be28f8e 100644 --- a/cif_rstr.dic +++ b/cif_rstr.dic @@ -16,7 +16,7 @@ data_CIF_RSTR _dictionary.title CIF_RSTR _dictionary.class Instance _dictionary.version 3.1.1 - _dictionary.date 2021-03-20 + _dictionary.date 2024-05-14 _dictionary.uri www.iucr.org/cif/dic/cif_rstr.dic _dictionary.ddl_conformance 3.11.09 _dictionary.namespace CifRstr @@ -82,7 +82,7 @@ save_CIF_RSTR _definition.id CIF_RSTR _definition.scope Category _definition.class Head - _definition.update 2016-11-16 + _definition.update 2024-05-14 _description.text ; @@ -91,7 +91,7 @@ save_CIF_RSTR ; _name.category_id CIF_DIC _name.object_id CIF_RSTR - _import.get [{"file":"cif_core.dic" "save":"CIF_CORE" "mode":"Full"}] + _import.get [{"file":"cif_core.dic" "save":"HEAD" "mode":"Full"}] save_ @@ -3228,7 +3228,7 @@ save_ Initial CIF2 version created from STAR2 version provided by Syd Hall (J Hester) ; - 3.1.1 2021-03-20 + 3.1.1 2024-05-14 ; Fixed a CIF2 syntax error. @@ -3237,5 +3237,8 @@ save_ and 'restr_angle.atom_site_label_3' save frames since the same data item is already provided in the imported 'restr_label' save frame. + Updated the CIF_CORE dictionary import statement with the new Head + category name. + (A. Vaitkus) ; From 6996a3df2710bc8e153e9242e33ad2bba238f8eb Mon Sep 17 00:00:00 2001 From: vaitkus Date: Wed, 15 May 2024 19:00:24 +0300 Subject: [PATCH 2/2] Update the CIF_CORE dictionary import statement with the new Head category name. --- cif_rstr.dic | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cif_rstr.dic b/cif_rstr.dic index be28f8e..478487d 100644 --- a/cif_rstr.dic +++ b/cif_rstr.dic @@ -16,7 +16,7 @@ data_CIF_RSTR _dictionary.title CIF_RSTR _dictionary.class Instance _dictionary.version 3.1.1 - _dictionary.date 2024-05-14 + _dictionary.date 2024-05-15 _dictionary.uri www.iucr.org/cif/dic/cif_rstr.dic _dictionary.ddl_conformance 3.11.09 _dictionary.namespace CifRstr @@ -82,7 +82,7 @@ save_CIF_RSTR _definition.id CIF_RSTR _definition.scope Category _definition.class Head - _definition.update 2024-05-14 + _definition.update 2024-05-15 _description.text ; @@ -91,7 +91,11 @@ save_CIF_RSTR ; _name.category_id CIF_DIC _name.object_id CIF_RSTR - _import.get [{"file":"cif_core.dic" "save":"HEAD" "mode":"Full"}] + _import.get + [ + {'dupl':Ignore 'file':cif_core.dic 'mode':Full 'save':CIF_CORE_HEAD} + ] + save_ @@ -3228,7 +3232,7 @@ save_ Initial CIF2 version created from STAR2 version provided by Syd Hall (J Hester) ; - 3.1.1 2024-05-14 + 3.1.1 2024-05-15 ; Fixed a CIF2 syntax error.