#!/bin/sh set -e if test ! -f $CCP4_SCR/toxd_sf.mtz; then echo '! run sf_calc first' 1>&2 exit 1 fi # Minimal example omit hklin $CCP4_SCR/toxd_sf.mtz mapout $CCP4_SCR/output_1.map <