#!/bin/bash
#
# run the fast data processing, assumes that the environment is configured
# with XDS, CCP4 on the PATH and the forkintegrate script properly configured
# if -j > 1 or -J set and -j == 0.
#

# extend to (hopefully) 4096 file handles... for big Eiger sets
ulimit -n `ulimit -Hn 2>&1 |sed 's/unlimited/4096/'`

cctbx.python -m fast_dp.fast_dp "$@"
