diff options
Diffstat (limited to 'scripts/gen-sfs')
-rwxr-xr-x | scripts/gen-sfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-sfs b/scripts/gen-sfs index 3c540a43..24e037bf 100755 --- a/scripts/gen-sfs +++ b/scripts/gen-sfs @@ -64,6 +64,7 @@ if [ $? -ne 0 ]; then fi rm -f ${PDB}.mtz +rm -f ${PDB}-sorted.mtz perl < ${PDB}-temp.hkl > ${PDB}.hkl << WIBBLE use strict; @@ -97,6 +98,5 @@ while ( \$line = <FILE> ) { close(FILE); printf("End of reflections\n"); WIBBLE -exit rm -f ${PDB}-temp.hkl |