Simple utility library for working with symmetry and symmetry files in Rosetta.
To handcraft a symmetryfile take a look at the SymmetrySetup class.
You can import it as:
from symmetryhandler.symmetryhandler import SymmetrySetup
It has appropiate getters and setters that easily can be used to set jumps and vrts and connect them as well. It can also read in another symmetry file if one needs to modify an existing one.
Take a look at the visualization functions for the SymmetrySetup class. A script visualize_symmetry.py
can be used to visualize the symmetry file. Use visualize_symmetry.py -h
to see more. To run directly in PyMOL run pymol as pymol -R
.