aboutsummaryrefslogtreecommitdiff
path: root/test/dev_test_suite.sh
diff options
context:
space:
mode:
authorPjotr Prins2017-10-05 11:55:03 +0000
committerPjotr Prins2017-10-05 11:55:03 +0000
commit86323ccaf26ad0a3b706a67a0014dd04b9965823 (patch)
tree14d3cab14fca4b68eb0916992344b8248a380a61 /test/dev_test_suite.sh
parentd672c81f7963180c4979aecf93b624d12d3f2ed2 (diff)
downloadpangemma-86323ccaf26ad0a3b706a67a0014dd04b9965823.tar.gz
LMM: skip beta (again) with LRT
Diffstat (limited to 'test/dev_test_suite.sh')
-rwxr-xr-xtest/dev_test_suite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dev_test_suite.sh b/test/dev_test_suite.sh
index 37f6b28..0fc4423 100755
--- a/test/dev_test_suite.sh
+++ b/test/dev_test_suite.sh
@@ -44,7 +44,7 @@ testBXDLMMLikelihoodRatio() {
assertEquals 0 $?
outfn=output/$outn.assoc.txt
- assertEquals "87816" `wc -w < $outfn`
+ assertEquals "80498" `wc -w < $outfn`
assertEquals "3088458212.93" `perl -nle 'foreach $x (split(/\s+/,$_)) { $sum += sprintf("%.2f",(substr($x,,0,6))) } END { printf "%.2f",$sum }' $outfn`
}