From 978d7a92911828b82452118273989b5a9a3d02d9 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 21 Jul 2017 08:34:18 +0000 Subject: github: fix links to gemma repo --- test/test_suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_suite.sh') diff --git a/test/test_suite.sh b/test/test_suite.sh index d1dbb3c..2b2ed0f 100755 --- a/test/test_suite.sh +++ b/test/test_suite.sh @@ -11,7 +11,7 @@ testCenteredRelatednessMatrixK() { assertEquals "3763600" `wc -w < output/mouse_hs1940.cXX.txt` # assertEquals "15f680c" `md5sum < output/mouse_hs1940.cXX.txt | head -c 7` assertEquals "0.335" `head -c 5 output/mouse_hs1940.cXX.txt` - # FIXME: The following test fails in the Guix build system (https://github.com/xiangzhou/GEMMA/issues/55) + # FIXME: The following test fails in the Guix build system (https://github.com/genetics-statistics/GEMMA/issues/55) assertEquals "24.9799" `awk '{s+=substr($1,0,6)}END{print s}' output/mouse_hs1940.cXX.txt` } -- cgit v1.2.3