Back to Mover page.
Page created 8 January 2016 by Vikram K. Mulligan, Baker laboratory. Write vmullig@uw.edu for questions.
The TryDisulfPermutations mover will exhaustively try every combination of disulfides between all residues that can form disulfides in a pose (or in a subset of a pose specified by a ResidueSelector). A quick repack and side-chain minimization (repacking and minimizing ONLY the disulfide-forming residues) is performed for each permutation, and the permutation with the lowest disulfide energy is returned. (Note that this could easily be turned into a MultiplePoseMover if there is interest in this. Contact the author if you require this feature.) This mover is intended for use in the context of structure prediction algorithms for poses with two or more disulfide-forming residues.
Note that unlike the Disulfidize mover, the TryDisulfPermutations mover does not place any new disulfide-forming residues. Instead, it only considers permutations of existing disulfide-forming residues. It works with all disulfide-forming types, and preserves the chirality of D- or L-residues.
<MOVERS>
<TryDisulfPermutations name="trydisulf" consider_already_bonded="false" />
</MOVERS>
The above will consider all disulfide permutations in a pose, disregarding disulfide-forming residues already involved in disulfide bonds.
<TryDisulfPermutations name="(&string)" consider_already_bonded="(true &bool)" min_type="(dfpmin &string)" min_tolerance="(0.00001 &Real)" selector="(&string)">