Back to Mover page.
Superimpose current pose on a pose from disk. Useful for returning to a common coordinate system after, e.g., torsion moves.
<Superimpose name="(&string)" ref_start="(1 &Integer)" ref_end="(0 &Integer)" target_start="(1 &Integer)" target_end="(0 &Integer)" ref_pose="(see below &string)" CA_only="(1 &integer)"/>
bash
, the sed
command can be used to quickly alter all chain IDs: $ sed -i 's/ B / A /'
Changes all B chains to A chains and overwrites original PDB file. Remove -i
and pipe into a new PDB file if you do not wish to overwrite.