Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
contacts Namespace Reference

Variables

tuple Nargs = len(sys.argv)
 
string parserule = 'all'
 
string output = 'list'
 
string mode = 'fullatom'
 
string dest = 'print'
 
list arglist = sys.argv[1:Nargs+1]
 
 pdb = arg
 
tuple contactObject = calccontacts.contactProtein(mode)
 

Variable Documentation

list contacts.arglist = sys.argv[1:Nargs+1]

Definition at line 35 of file contacts.py.

tuple contacts.contactObject = calccontacts.contactProtein(mode)

Definition at line 52 of file contacts.py.

string contacts.dest = 'print'

Definition at line 33 of file contacts.py.

tuple contacts.mode = 'fullatom'
tuple contacts.Nargs = len(sys.argv)

Definition at line 6 of file contacts.py.

tuple contacts.output = 'list'
tuple contacts.parserule = 'all'

Definition at line 30 of file contacts.py.

contacts.pdb = arg