|
Rosetta
|
Functions | |
| def | smart_int (string) |
| def | setup_hook () |
Variables | |
| dictionary | name_abbreviations |
| string | default_name = 'sandbox' |
| string | default_structure = 'structures/contrived/valine.6.pdb' |
| dictionary | default_residues |
| parser = argparse.ArgumentParser() | |
| default | |
| action | |
| dest | |
| type | |
| int | |
| nargs | |
| smart_int | |
| job = scripting.Job() | |
| arguments = parser.parse_args() | |
| residues | |
| pdb_string | |
| string | command = 'git', 'rev-parse', '--show-toplevel' |
| output = check_output(command, stderr=devnull) | |
| rosetta_path = output.strip() | |
| rosetta_subpath = lambda subpath: os.path.join(rosetta_path, subpath) | |
| background | |
| overwrite | |
| foreground | |
| hook | |
| dry_run | |
| def execute.setup_hook | ( | ) |
References rosetta_subpath.
| def execute.smart_int | ( | string | ) |
Convert the given string to an integer. Metric suffixes, if they are present, will be properly translated.
References ObjexxFCL.get(), int, and smart_int.
| execute.action |
| execute.arguments = parser.parse_args() |
| execute.background |
Referenced by detail.make_background_color(), and detail.vformat_to().
| execute.command = 'git', 'rev-parse', '--show-toplevel' |
| execute.default |
| string execute.default_name = 'sandbox' |
| dictionary execute.default_residues |
| string execute.default_structure = 'structures/contrived/valine.6.pdb' |
| execute.dest |
| execute.dry_run |
Referenced by design_test(), and register_options().
| execute.foreground |
Referenced by detail.make_foreground_color(), and detail.vformat_to().
| execute.hook |
Referenced by basic::TracerImpl.ios_hook().
| execute.int |
Referenced by smart_int().
| execute.job = scripting.Job() |
| execute.nargs |
| execute.output = check_output(command, stderr=devnull) |
| execute.overwrite |
Referenced by utility::file.gunzip(), utility::file.gzip(), main(), register_options(), and scheme_score().
| execute.parser = argparse.ArgumentParser() |
| execute.pdb_string |
| execute.residues |
Referenced by CartRefineWrapperMover.apply(), ExemplarMover.apply(), calculate_helical_tail_variance(), describe_move(), do_sc_min(), do_sc_relax(), main(), mutate_and_score_RNP(), run_diiron_glu(), run_m8(), run_tyr_his(), run_zn2his(), SamplingManager.SamplingManager(), CartPerturber.set_residues(), and superimpose_via_alignment().
| execute.rosetta_path = output.strip() |
| execute.rosetta_subpath = lambda subpath: os.path.join(rosetta_path, subpath) |
Referenced by setup_hook().
| execute.smart_int |
Referenced by smart_int().
| execute.type |