MSL Programs:getSelection

From MSL-Libraries
Revision as of 16:15, 16 February 2010 by Senes (talk | contribs) (Created page with '==getSelection== A simple program to take a protein structure file and execute MSL selections (very similar in structure to PyMOL selections). ==Options== --pdb Protein…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

getSelection

A simple program to take a protein structure file and execute MSL selections (very similar in structure to PyMOL selections).

Options

--pdb Protein structure file --resSel Use ResidueSelection object, properties of Residue objects (resi,resn,chain) --atomSel Use AtomSelection object, properties of Atom objects (name,resi,resn,chain) --outPdb Output matched selection in form of a pdb structure file --sequence Output matched selection in form of 1 letter Amino Acid code string

Examples

MSL_Programs:GetSelection