#!/bin/sh # set -e # bug # 3192 - run-all examples produce harvest files - well to counteract # this here set HARVESTHOME to somewhere in $CCP4_SCR HARVESTHOME=$CCP4_SCR export HARVESTHOME na4tomtz hklin $CEXAM/data/aucn.na4 hklout $CCP4_SCR/aucn # # first need to sort mtz file output from mosflm or combat # sortmtz hklin $CCP4_SCR/aucn.mtz hklout $CCP4_SCR/aucn_sor.mtz <