LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Variables | |
str | header = " ".join(sys.argv) |
model_filename = sys.argv[1] | |
selection_string = sys.argv[2] | |
model = loos.createSystem(model_filename) | |
subset = loos.selectAtoms(model, selection_string) | |
pdb = loos.PDB.fromAtomicGroup(subset) | |
simple_model_transform.py : simple skeleton of a program that reads in a structure, makes a selection, performs some kind of transformation, then prints out pdb file Alan Grossfield University of Rochester Medical Center