#!/bin/sh -e ####################################################### # # Simple SFALL Examples using rnase data # # These are simple examples of using SFALL # Refer to documentation for more details/options. # # (See also $CEXAM/unix/runnable/sf-calc) # ####################################################### ####################################################### # 1. Generate Structure Factors from Coordinates ####################################################### sfall XYZIN $CEXAM/rnase/rnase.pdb \ HKLIN $CEXAM/rnase/rnase25.mtz \ HKLOUT $CCP4_SCR/rnase25_calc.mtz <