Back to Mover page.
Autogenerated Tag Syntax Documentation:
Set a list of cysteine pairs to form disulfides and repack their surroundings. Useful for cases where the disulfides aren't recognized by Rosetta. By default the specified disulfides will be added to the existing set of disulfides.
<ForceDisulfides name="(&string;)" scorefxn="(&string;)"
disulfides="(&colon_sep_respair_cslist;)"
remove_existing="(false &bool;)" repack="(true &bool;)" />
The disulfide forcing uses Rosetta's standard, Conformation.fix_disulfides( .. ), which only sets the residue type to disulfide and makes the connection. The (optional) repacking step is necessary to realize the disulfide bond geometry. Repacking takes place in 6A shells around each affected cysteine, using the specified scorefunction.
By default, the specified disulfides are added to the set of currently existing disulfides. One can use the remove_existing
option to remove all the existing disulfides. (The new free cysteines will be added to the list of residues to repack around.) The remove_existing
option can also be used with an omitted disulfides
option to remove all disulfides from the pose.