|
dfs(G,
marked,
start_vert,
ordering) |
|
|
|
|
|
get_hill_order(elm)
Given a list of elements, return the list in hill order ( C 1st, H
2nd, others in alpha order. |
|
|
|
residue_formula(nlist)
Given a list of atomic numbers, return a string which is its chemical
formula (elements given in hill order). |
|
|
|
get_formula_dict(templates)
Dictionary for mapping formulas to a list of template residue names. |
|
|
|
residue_structure_mae(neighbors,
res)
Return structure of mae residue. |
|
|
|
residue_structure_template(template)
Return structure of template residue. |
|
|
|
res_add_externals(res,
template,
neighbors)
Add external atoms to res.atoms dict (Does not depend on $dollar
sign.) |
|
|
|
compare_lists(gl,
hl)
Given two lists, check that they contain the same elements (which may
be repeated). |
|
|
|
get_residue_list(atoms,
neighbors,
templates)
Top-level function for constructing the residue list. |
|
|