#!/bin/sh set -e if test ! -f $CCP4_SCR/toxd_sf.mtz; then echo '! run sf_calc first' 1>&2 exit 1 fi # Changing the symmetry of a mtz file mtzutils hklin1 $CEXAM/toxd/toxd.mtz \ hklout $CCP4_SCR/junk.mtz <