-
Are non-crystallographic symmetry operations supported in GEMMI? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
They are supported, although they are rarely exercised. |
Beta Was this translation helpful? Give feedback.
-
Here's a snippet that uses https://gist.github.com/JBGreisman/a34ed5d958f28e5d2ec9c626d0095e2b This only really works on 3MUW, but it can be modified to work more generally with some more careful parsing of the operations > python build_particle.py 3MUW
> pymol -q virus_particle.pdb -d "util.cbc; split_states virus_particle" |
Beta Was this translation helpful? Give feedback.
They are supported, although they are rarely exercised.
NCS operations are read from PDB and mmCIF files. They should be taken into account when, for example, searching for neighboring atoms. They can be applied to the model to get the full assembly.
You could search this page for "ncs":
https://gemmi.readthedocs.io/en/latest/mol.html