#! /bin/sh if test ! -f $CCP4_SCR/toxd_aupatt.map; then echo '! run patterson first' 1>&2 exit 1 fi # Generate Patterson vectors from coordinates of Au sites. # MAPIN is used to define extent and symmetry of Patterson. # XYZOUT contains the vectors. vectors mapin $CCP4_SCR/toxd_aupatt.map xyzout $CCP4_SCR/sites.pdb <