|
Rosetta
|
Classes | |
| class | PyJobDistributor |
Functions | |
| def | output_scorefile (pose, pdb_name, current_name, scorefilepath, scorefxn, nstruct, native_pose=None, additional_decoy_info=None, json_format=True) |
Variables | |
| _serializer = PoseScoreSerializer() | |
| def pyrosetta.toolbox.py_jobdistributor.output_scorefile | ( | pose, | |
| pdb_name, | |||
| current_name, | |||
| scorefilepath, | |||
| scorefxn, | |||
| nstruct, | |||
native_pose = None, |
|||
additional_decoy_info = None, |
|||
json_format = True |
|||
| ) |
Moved from PyJobDistributor (Jared Adolf-Bryfogle) Creates a scorefile if none exists, or appends the current one. Calculates and writes CA_rmsd if native pose is given, as well as any additional decoy info
References utility::options::OptionKeys::options.exit, run_backbone.float, pyrosetta.tests.distributed.test_dask.format, enumerate_junctions.int, basic::options::OptionKeys::in::file.list, basic::database.open(), oop_conformations.scorefxn, and str().
Referenced by pyrosetta.toolbox.py_jobdistributor.PyJobDistributor.output_decoy().
|
private |