#!/bin/sh set -e # Use pdbcur to rotate/translate rnase model by arbitrary amounts. # Then use lsqkab to recover original coordinates by a fitting. # $CCP4_SCR/rnase_fitted.pdb should correspond to the original $CEXAM/rnase/rnase.pdb pdbcur xyzin $CEXAM/rnase/rnase.pdb xyzout $CCP4_SCR/rnase_transf.pdb <