Back to resolve table of contents

Sample scripts for resolve

The minimal script for running resolve:
 
 

#!/bin/csh
#
# Here is a minimal script to run resolve:
#
# Set CCP4 variables for symmetry information and
# for file handling:
#
setenv SYMOP /usr/local/ccp4/lib/data/symop.lib
setenv CCP4_OPEN UNKNOWN
#
# Now run resolve:
#
resolve<<EOD
solvent_content 0.4             ! your solvent content goes here. That's all you need.
EOD


Keywords for running resolve with a different input file:
 
 

hklin other.mtz
LABIN FP=F PHIB=PHI FOM=W HLA=HLA HLB=HLB HLC=HLC HLD=HLD
hklout resolve.mtz
solvent_content 0.4             ! your solvent content goes here.


Running resolve with a different number of cycles or changing resolution:
 
 

mask_cycles 4                   ! number of cycles of solvent mask generation (default = 5)
minor_cycles 3                  ! cycles of iteration for each mask cycle (default = 10)
solvent_content 0.4             ! your solvent content goes here.mask_cycles 4                   ! number of cycles of solvent mask generation
resolution 20 3.5               ! You can limit the resolution if you want


Running resolve with a model for part of the unit cell:
 
 

hklin fcalc.mtz                 ! mtz file with FP PHIB FOM (dummy values of PHIB FOM are ok)
model model.pdb                 ! A pdb file with your model goes here
noprior                         ! Do not use the input phases and FOM for anything 
mask_cycles  1                  ! no point in doing more mask cycles as solvent is well-defined 
solvent_content 0.4             ! Your solvent content goes here