LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Variables | |
model_name = sys.argv[1] | |
selection = sys.argv[2] | |
model = createSystem(model_name) | |
subset = selectAtoms(model, selection) | |
center = GCoord(0,0,0) | |
pdb = PDB.fromAtomicGroup(model) | |
Center an entire model based on a selection.