From 8d878cbfaa38fd6d172002214f6c02e97441989f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 23 May 2014 20:40:19 +0200 Subject: Tidy up gen-sfs and gen-sfs-expand --- scripts/gen-sfs-expand | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/gen-sfs-expand') diff --git a/scripts/gen-sfs-expand b/scripts/gen-sfs-expand index baadbf27..1cba00e4 100755 --- a/scripts/gen-sfs-expand +++ b/scripts/gen-sfs-expand @@ -54,7 +54,7 @@ if [ $? -ne 0 ]; then fi echo "Running sftools to expand reflections to P1..." -sftools << EOF +sftools >> gen-sfs.html << EOF READ ${PDB}-sorted.mtz EXPAND WRITE ${PDB}-P1.mtz @@ -73,6 +73,7 @@ fi rm -f ${PDB}-P1.mtz rm -f ${PDB}.mtz +rm -f ${PDB}-sorted.mtz perl < ${PDB}-temp.hkl > ${PDB}.hkl << WIBBLE use strict; @@ -106,6 +107,5 @@ while ( \$line = ) { close(FILE); printf("End of reflections\n"); WIBBLE -exit rm -f ${PDB}-temp.hkl -- cgit v1.2.3