From 86323ccaf26ad0a3b706a67a0014dd04b9965823 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 5 Oct 2017 11:55:03 +0000 Subject: LMM: skip beta (again) with LRT --- test/dev_test_suite.sh | 2 +- test/lengthy_test_suite.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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` } diff --git a/test/lengthy_test_suite.sh b/test/lengthy_test_suite.sh index 327b2b2..231475e 100755 --- a/test/lengthy_test_suite.sh +++ b/test/lengthy_test_suite.sh @@ -18,6 +18,7 @@ testPlinkStandardRelatednessMatrixK() { } testPlinkMultivariateLinearMixedModelMultiplePhenotypes_Issue58() { + echo "Long running test!" # This test passes, but takes over 30 minutes to run! # n=2 is original pheno in fam file # n=1 is causal1 -- cgit v1.2.3