Next: , Previous: shelx, Up: Scheme Scripting Functions


13.11 what-check

— procedure: strip-leading-spaces str

" 53" -> "53", " " -> ""

— procedure: go-to-residue-by-spec imol spec

consider for coot-utils

— procedure: residue-spec->string spec

consider for coot-utils

— procedure: get-flip-residue line

make this internal

where line is something like " 53 HIS ( 53 ) A12" ignore xxxxI Cyy xxxx is 4char resno, I insertion code, C chain id, yy is model number

return a residue spec, or #f

— procedure: problem-residues->dialog imol problemed-res-list-list

A problemed-res-list is improper pair where the car is a pair of string, one describing the problem, and the other being the "fix it" button label. The cdr is a list of residue specs.

A problemed-flip-list-list is a list of those things.

— procedure: parse-check-db imol file-name action

action is either 'gui (then we get a gui) or 'apply-actions, then the model modifications are automatically applied.