Rosetta
|
Functions | |
List[str] | _get_pyrosetta_init_args () |
Union[AbstractSet[str], NoReturn] | _get_residue_type_set_name3 () |
Optional[NoReturn] | _maybe_init_client () |
Variables | |
string | __author__ = "Jason C. Klima" |
|
private |
Return a `list` object representing `pyrosetta.init` arguments.
|
private |
Return a `set` of `str` of 3-letter names of residues in the PyRosetta ResidueTypeSet database.
References beta_sc_scan.name3, range, and set().
|
private |
Initialize PyRosetta if it has not been initialized, otherwise confirm that PyRosetta was initialized with a constant seed.
References pyrosetta.distributed.init().
Referenced by pyrosetta.distributed.cluster.core.PyRosettaCluster.__attrs_post_init__().
|
private |