Guenter Fritz wrote:
Dear all,
I wanted to use COOT to add a few residues to a the N-term, just
simple fantasy building. It should be straight forward with the
add-terminal-residue command, however COOT insists on a e-density map.
Dear Guenter Fritz,
Funnily enough a colleague of mine asked for the same thing just the
other day. There is good way way [1] to do what you want (today).
Paul.
[1] well, you could add a fake "flat" map:
(define (fake-flat-map imol-map)
(let ((im2 (copy-molecule imol-map)))
(set-imol-refinement-map (difference-map imol-map im2 1.0))))
e.g.:
(fake-flat-map 1)
(any map molecule number will do of course)