utils
chain_id_generator
chain_id_generator() -> Generator[str, None, None]
Provide a generator which produces all combinations of chain ID strings
Returns The generator producing a maximum 2 character string where single characters are exhausted, first in uppercase, then in lowercase
Source code in symdesign/structure/utils.py
17 18 19 20 21 22 23 24 25 26 27 28 29 |
|
parse_stride
parse_stride(stride_file, **kwargs)
From a Stride file, parse information for residue level secondary structure assignment
Sets
self.secondary_structure
Source code in symdesign/structure/utils.py
52 53 54 55 56 57 58 59 60 61 |
|