refine_structure(st,
do_flips=False,
sample_water=True,
asl=' all ' ,
max_com=10000,
pH=' neutral ' ,
minimize=False,
quite=False,
debug=False)
|
|
A function to refine the average structure
- Parameters:
do_flips (boolean) - sample ASN/GLN/HIS Chi flips (default=False).
asl (string) - ASL expression for which residues to sample
(default="all").
sample_water (boolean) - sample water orientations (default=True)
max_com (int) - maximum cluster complexity for which full sampling will still be
performed (default=10000).
pH (string) - pH at which to sample ("very_low", "low",
"neutral", or "high")
(default="neutral").
minimize (boolean) - minimize hydrogens of altered species (default=False).
quite (boolean) - suppress output (default=False)
debug (boolean)
|