From e8703764e1cebeca0157aa515e805378730d309c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 May 2011 18:31:05 +0200 Subject: Tidy up and update scripts/create-mtz --- scripts/create-mtz | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/create-mtz b/scripts/create-mtz index 8ee35eac..3cd38600 100755 --- a/scripts/create-mtz +++ b/scripts/create-mtz @@ -35,15 +35,7 @@ SYMM P1 SKIP 1 LABOUT H K L IMEAN SIGIMEAN CTYPE H H H J Q -FORMAT '(F8.0,1X,F8.0,1X,F8.0,1X,F20.2,1X,F20.2)' -EOF - -if [ $? -ne 0 ]; then echo "Failed."; exit; fi - -# Get the unit cell contents -echo "Running 'rwcontents'..." -rwcontents XYZIN $PDB >> out.html << EOF -NHOH 2.3 lowt +FORMAT '(3(F3.0,1X),F10.2,10X,F10.2)' EOF if [ $? -ne 0 ]; then echo "Failed."; exit; fi @@ -56,7 +48,6 @@ TRUNCATE NO NOHARVEST LABIN H=H K=K L=L IMEAN=IMEAN SIGIMEAN=SIGIMEAN LABOUT H=H K=K L=L IMEAN=IMEAN SIGIMEAN=SIGIMEAN F=F SIGF=SIGF -CONTENTS C 16938 N 3310 O 3548 MG 96 P 3 S 89 CA 1 FE 12 H 17645 EOF if [ $? -ne 0 ]; then echo "Failed."; exit; fi -- cgit v1.2.3