Skip to content

Commit bc92c8d

Browse files
Return imgCIF to checking workflow (#268)
* Add imgCIF to test dictionaries --------- Co-authored-by: Antanas Vaitkus <[email protected]>
1 parent fd9b6f4 commit bc92c8d

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ jobs:
104104
repository: COMCIFS/MultiBlock_Dictionary
105105
path: cif-dictionaries/MultiBlock_Dictionary
106106

107+
- name: Checkout DDLm imgCIF dictionary
108+
uses: actions/checkout@v4
109+
with:
110+
repository: COMCIFS/imgCIF
111+
path: cif-dictionaries/imgCIF
112+
107113
- name: check_ddlm
108114
uses: COMCIFS/dictionary_check_action@main
109115
id: ddlm_check

cif_pow.dic

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data_CIF_POW
1414
_dictionary.title CIF_POW
1515
_dictionary.class Instance
1616
_dictionary.version 2.5.0
17-
_dictionary.date 2025-08-04
17+
_dictionary.date 2025-09-23
1818
_dictionary.uri
1919
https://raw.githubusercontent.com/COMCIFS/Powder_Dictionary/master/cif_pow.dic
2020
_dictionary.ddl_conformance 4.2.0
@@ -32,7 +32,7 @@ save_PD_GROUP
3232
_definition.id PD_GROUP
3333
_definition.scope Category
3434
_definition.class Head
35-
_definition.update 2024-12-13
35+
_definition.update 2025-09-23
3636
_description.text
3737
;
3838
Groups all of the categories of definitions in the powder
@@ -44,7 +44,7 @@ save_PD_GROUP
4444
_import.get
4545
[
4646
{
47-
'dupl':Ignore 'file':cif_img.dic 'mode':Full 'save':HEAD
47+
'dupl':Ignore 'file':cif_img.dic 'mode':Full 'save':CIF_IMG_HEAD
4848
}
4949
{
5050
'dupl':Ignore 'file':multi_block_core.dic 'mode':Full
@@ -6908,7 +6908,7 @@ save_pd_diffractogram.scan_id
69086908
_type.purpose Link
69096909
_type.source Assigned
69106910
_type.container Single
6911-
_type.contents Text
6911+
_type.contents Word
69126912

69136913
save_
69146914

@@ -8730,7 +8730,7 @@ save_pd_instr_detector.diffrn_detector_id
87308730
_type.purpose Link
87318731
_type.source Related
87328732
_type.container Single
8733-
_type.contents Text
8733+
_type.contents Word
87348734

87358735
save_
87368736

@@ -14441,7 +14441,7 @@ save_
1444114441

1444214442
Deprecated _pd_refln.wavelength_id after consultation with PDDMG.
1444314443
;
14444-
2.5.0 2025-08-04
14444+
2.5.0 2025-09-23
1444514445
;
1444614446
## Retain above version number and increment date until final
1444714447
## release
@@ -14683,4 +14683,7 @@ save_
1468314683
and _pd_pref_orient_spherical_harmonics.geom to _pd_pref_orient.geom.
1468414684

1468514685
Added _structure.phase_id.
14686+
14687+
Fixed imgCIF import head category name. Corrected types of
14688+
links to _diffrn_scan.id and _diffrn_detector.id.
1468614689
;

0 commit comments

Comments
 (0)