Tom is getting a crash (after running for about six hours) in reduce when he issues the following command:
phenix.refine 3kz4_biomt.pdb 3kz4-sf.mtz \
refinement.main.number_of_macro_cycles=0 \
refinement.main.nqh_flips=False
This is the command-line argument causing the crash: molprobity.reduce -oh -his -flip -keep -allalt -limit120 -pen9999 -
The crash dumps the stdin file to reduce_fail.pdb. When he runs the command line directly, feeding it the name of the input file rather than feeding the file from standard input, reduce finishes in minutes and does not crash.
Note1: Reduce behaves differently when run on a file from stdin than when run with a filename, so that may be the difference.
Note2: I've fixed a number of crash bugs in Reduce recently, which may not be in the Phenix version yet, that may be causing this.
Tom is getting a crash (after running for about six hours) in reduce when he issues the following command:
This is the command-line argument causing the crash:
molprobity.reduce -oh -his -flip -keep -allalt -limit120 -pen9999 -The crash dumps the stdin file to reduce_fail.pdb. When he runs the command line directly, feeding it the name of the input file rather than feeding the file from standard input, reduce finishes in minutes and does not crash.
Note1: Reduce behaves differently when run on a file from stdin than when run with a filename, so that may be the difference.
Note2: I've fixed a number of crash bugs in Reduce recently, which may not be in the Phenix version yet, that may be causing this.