|
get_create_linker_table_sql(dbname) |
|
|
|
get_chmmol(st,
stereo=canvas.ChmMmctAdaptor.StereoFromGeometry_Safe) |
|
|
list of lists
|
get_canvas_sssr(st=None,
chmmol=None,
use_st_numbering=True,
stereo=canvas.ChmMmctAdaptor.StereoFromGeometry_Safe)
Given a structure or a chmmol, return the "smallest set of
smallest rings" as determined by Canvas. |
|
|
|
|
|
get_template_from_tos(st)
Given a template with an m_attachment block, return a list of From-To
pairs. |
|
|
|
make_rsts(template_st,
template_from_tos)
Create R-group st's from a template st and its from-to pairs. |
|
|
|
get_labeled_from_tos(st,
my_from_index=None)
Given an st with some terminal atoms bearing a non-empty
's_cgch_attachment', return a list of From-To atom-index pairs, where
the labeled atoms are the To's and their attached atoms are the
coresponding Froms. |
|
|
|
get_from_atoms(st,
possible_linker=False)
Return attachment atoms for st; if possible_linker is True, then just
return linker attachments if it's a linker. |
|
|
|
blobify_int_seq(seq)
From an int sequence, create an object that can be inserted into an
SQLite DB as a blob |
|
|
|
deblobify_int_seq(blob)
Create a list of ints from a previously blobified int sequence |
|
|
|
blobify_st(st)
Given an st, return a blob suitable for insertion into sqlite, and
the length of the uncompressed structure string. |
|
|
|
deblobify_st(bst)
Given a blobified st, return the st |
|
|