| 
    Rosetta
    
   | 
 
Namespaces | |
| execute | |
Functions | |
| def | execute.smart_int (string) | 
| def | execute.setup_hook () | 
Variables | |
| dictionary | execute.name_abbreviations | 
| string | execute.default_name = 'sandbox' | 
| string | execute.default_structure = 'structures/contrived/valine.6.pdb' | 
| dictionary | execute.default_residues | 
| execute.parser = argparse.ArgumentParser() | |
| execute.default | |
| execute.action | |
| execute.dest | |
| execute.type | |
| execute.int | |
| execute.nargs | |
| execute.smart_int | |
| execute.job = scripting.Job() | |
| execute.arguments = parser.parse_args() | |
| execute.residues | |
| execute.pdb_string | |
| string | execute.command = 'git', 'rev-parse', '--show-toplevel' | 
| execute.output = check_output(command, stderr=devnull) | |
| execute.rosetta_path = output.strip() | |
| execute.rosetta_subpath = lambda subpath: os.path.join(rosetta_path, subpath) | |
| execute.background | |
| execute.overwrite | |
| execute.foreground | |
| execute.hook | |
| execute.dry_run | |