Difference between revisions of "MSL Programs:getSelection"

From MSL-Libraries
Jump to navigationJump to search
Line 13: Line 13:
  
  
====Source from SourceForge====
+
==Source from SourceForge==
  
 
[http://mslib.svn.sourceforge.net/viewvc/mslib/trunk/programs/getSelection.h?&view=markup getSelection.h]
 
[http://mslib.svn.sourceforge.net/viewvc/mslib/trunk/programs/getSelection.h?&view=markup getSelection.h]

Revision as of 22:12, 16 February 2010

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

Source from SourceForge

getSelection.h

getSelection.cpp


Documentation index