Replies: 1 comment 1 reply
-
from gemmi import cif
doc = cif.read(path)
block = doc[0]
value_possibly_with_quotes = block.find_value('_symmetry_space_group_name_Hall')
value = cif.as_string(value_possibly_with_quotes) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SamCox822
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have read through the documentation, and I want to use gemmi to read and parse a CIF file. I'm unsure how to access certain information in the document once read. For instance, if I want to save the Hall Symbols, H-M symbols, or other information. I am unsure from the documentation how to extract this information.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions