From 145fa09bcd78e46d21bd06771f01174e46ea875e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 25 Aug 2021 13:43:25 +0200 Subject: Add -lmm 9 test and make sure other file formats work --- test/dev_tests.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test') diff --git a/test/dev_tests.rb b/test/dev_tests.rb index fc2f7bb..49068dc 100644 --- a/test/dev_tests.rb +++ b/test/dev_tests.rb @@ -40,6 +40,17 @@ class TestQuick < MiniTest::Test expect("output/BXDLMM.assoc.txt",[[2,9,"1.234747e-01"], [:max,"p_lrt","9.997119e-01"]]) + + gemma("-g ./example/BXD_geno.txt.gz \ + -p ./example/BXD_pheno.txt \ + -c ./example/BXD_covariates2.txt \ + -a ./example/BXD_snps.txt \ + -k ./output/BXD.cXX.txt \ + -lmm 9 -no-check -maf 0.1 \ + -o BXDLMM9") + + expect("output/BXDLMM9.assoc.txt",[[:max,"l_mle","0.7531109"], + [:max,"p_lrt","9.997119e-01"]]) end def test_mouse_hs1940_loco -- cgit v1.2.3