Hi, I have NCS symmetry in my crystal and wouldlike to use it during the refinement. What is the strength of the restraints for the backbone, for the sidechains? How can I control these restraints? Thanks, Mirek
I know a partial to this question. You want to exclude some residues from the ncs refinement. In the .def file give something like this: restraint_group { reference = "chain F and (resid 17:300 and not (resid 176 or resid 179 or resid 238 or resid 242) )" selection = "chain E and (resid 17:300 and not (resid 176 or resid 179 or resid 238 or resid 242) )" selection = "chain D and (resid 17:300 and not (resid 176 or resid 179 or resid 238 or resid 242) )" coordinate_sigma = 0.05 b_factor_weight = 10 } Mirek Cygler wrote:
Hi, I have NCS symmetry in my crystal and wouldlike to use it during the refinement. What is the strength of the restraints for the backbone, for the sidechains? How can I control these restraints? Thanks,
Mirek
_______________________________________________ phenixbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/phenixbb
Hi Mirek, refinement { main { ncs = True } ncs { find_automatically = False restraint_group { reference = chain A and backbone selection = chain B and backbone selection = chain C and backbone selection = chain D and backbone coordinate_sigma = 0.01 b_factor_weight = 50 } restraint_group { reference = chain A and sidechain selection = chain B and sidechain selection = chain C and sidechain selection = chain D and sidechain coordinate_sigma = 0.05 b_factor_weight = 10 } } } where: - "ncs = True" tells phenix.refine to use NCS restraints during refinement; - "find_automatically = False" tells phenix.refine to use the NCS groups definitions that you supplied, otherwise it will either define them automatically from scratch (if nothing is supplied) or adjust user defined selections if necessary; - "coordinate_sigma" defines the strength of coordinate NCS restraints (smaller the coordinate_sigma - stronger the restraints); - "b_factor_weight" defines the strength of B-factor NCS restraints (bigger the b_factor_weight - stronger the restraints). Of course you can be more selective as shown in Maia's example. I will improve phenix.refine manual on this subject. Let me know if you have questions. Pavel. On 2/28/10 10:56 AM, Mirek Cygler wrote:
Hi, I have NCS symmetry in my crystal and wouldlike to use it during the refinement. What is the strength of the restraints for the backbone, for the sidechains? How can I control these restraints? Thanks,
Mirek
_______________________________________________ phenixbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/phenixbb
participants (3)
-
Maia Cherney
-
Mirek Cygler
-
Pavel Afonine