|
Rosetta
|
Functions | |
| def | main (args) |
| def | get_scores (wt_protein_score) |
Variables | |
| parser = argparse.ArgumentParser(description="Get the ddG scores") | |
| type | |
| str | |
| default | |
| help | |
| args = parser.parse_args() | |
| float | ROSETTA_SCAL_FACT = 0.38 |
| float | NN_SCAL_FACT = 0.28 |
| def get_final_ddG_scores.get_scores | ( | wt_protein_score | ) |
References run_backbone.float, ObjexxFCL.len(), basic::database.open(), binder.replace(), and binder.split().
| def get_final_ddG_scores.main | ( | args | ) |
References run_backbone.float, basic::database.open(), binder.replace(), and binder.split().
| get_final_ddG_scores.args = parser.parse_args() |
| get_final_ddG_scores.default |
| get_final_ddG_scores.help |
| float get_final_ddG_scores.NN_SCAL_FACT = 0.28 |
| get_final_ddG_scores.parser = argparse.ArgumentParser(description="Get the ddG scores") |
| float get_final_ddG_scores.ROSETTA_SCAL_FACT = 0.38 |
| get_final_ddG_scores.str |
| get_final_ddG_scores.type |