On 16/10/2019 12:40, Daniel Larsson wrote:


Is there an easy way to select multiple ranges for refinement in coot? I have 
some long-range (in sequence) interactions and want to refine two different 
regions at the same time (e.g. residues 1-10 and 100-110).

refine_residues(0, [["A", r, ""] for r in range(1,11)] + [["B", r, ""] for r in 
range(100,111)])

# Presuming no insertion codes.
# Coot's residue range is doesn't follow the same "end rules" as python's range.

########################################################################

To unsubscribe from the COOT list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=COOT&A=1

Reply via email to