|
Rosetta
|
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) |
| 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' |
Definition at line 32 of file contacts.py.
Referenced by add_rosetta_options_0(), add_rosetta_options_13(), add_rosetta_options_7(), main(), my_main(), and basic::database.parse_database_connection().
| tuple contacts.Nargs = len(sys.argv) |
Definition at line 6 of file contacts.py.
| tuple contacts.output = 'list' |
Definition at line 31 of file contacts.py.
| tuple contacts.parserule = 'all' |
Definition at line 30 of file contacts.py.
| contacts.pdb = arg |
Definition at line 38 of file contacts.py.
1.8.7