cd %(workdir)s

rm -f output/*

[ -x %(bin)s/rosetta_scripts.%(binext)s ] || exit 1
%(bin)s/rosetta_scripts.%(binext)s @flags -database %(database)s -run:constant_seed -nodelay  2>&1 \
    | egrep -v 'reported success in' \
    | egrep -v 'jobs attempted in' \
    | egrep -v 'core.init: command' \
    | egrep -v 'Dunbrack library took .+ seconds to load' \
    > output/log
