ctest unres-dock wham correction
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Sun, 6 Sep 2020 14:06:17 +0000 (16:06 +0200)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Sun, 6 Sep 2020 14:06:17 +0000 (16:06 +0200)
ctest/dock/wham_check.sh

index 2eab196..5f828cf 100755 (executable)
@@ -30,8 +30,8 @@ echo 'average rms for T<280 ' $rms
   error=1
  fi
 
- if [ `echo "$rms>1 && $rms <11"|bc -l` != "0" ]; then
-  echo 'ERROR wrong average rms not >1 && <11'
+ if [ `echo "$rms<0 || $rms >11"|bc -l` != "0" ]; then
+  echo 'ERROR wrong average rms >11'
   error=1
  fi