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 run_sidechain.setup_hook | ( | ) |
References rosetta_subpath.
def run_sidechain.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.
run_sidechain.action |
run_sidechain.arguments = parser.parse_args() |
run_sidechain.background |
run_sidechain.command = 'git', 'rev-parse', '--show-toplevel' |
run_sidechain.default |
string run_sidechain.default_name = 'sandbox' |
dictionary run_sidechain.default_residues |
string run_sidechain.default_structure = 'structures/contrived/valine.6.pdb' |
run_sidechain.dest |
run_sidechain.dry_run |
run_sidechain.foreground |
run_sidechain.hook |
run_sidechain.int |
Referenced by smart_int().
run_sidechain.job = scripting.Job() |
run_sidechain.nargs |
run_sidechain.output = check_output(command, stderr=devnull) |
run_sidechain.overwrite |
run_sidechain.parser = argparse.ArgumentParser() |
run_sidechain.pdb_string |
run_sidechain.residues |
run_sidechain.rosetta_path = output.strip() |
run_sidechain.rosetta_subpath = lambda subpath: os.path.join(rosetta_path, subpath) |
Referenced by setup_hook().
run_sidechain.smart_int |
Referenced by smart_int().
run_sidechain.type |