about summary refs log tree commit diff
path: root/.guix/hsmice-test.scm
diff options
context:
space:
mode:
authorArun Isaac2025-11-13 02:20:27 +0000
committerArun Isaac2025-11-13 02:20:27 +0000
commit530652ab438a977c500df896d30b163c511dfc4a (patch)
tree0234f74c1508409eb37db311081021b7a9beb6e2 /.guix/hsmice-test.scm
parentfc0e13275d5d96cc6dd0974582d888156b91734f (diff)
downloadpyhegp-530652ab438a977c500df896d30b163c511dfc4a.tar.gz
pyhegp-530652ab438a977c500df896d30b163c511dfc4a.tar.lz
pyhegp-530652ab438a977c500df896d30b163c511dfc4a.zip
Parameterize query when checking for the QTL.
This will allow generalization to JWAS later.
Diffstat (limited to '.guix/hsmice-test.scm')
-rw-r--r--.guix/hsmice-test.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/.guix/hsmice-test.scm b/.guix/hsmice-test.scm
index 1982f65..3f6f7c5 100644
--- a/.guix/hsmice-test.scm
+++ b/.guix/hsmice-test.scm
@@ -186,7 +186,8 @@ genome-wide association study} library for R.")
           (for-each (cut invoke
                          "python3"
                          #$(local-file "../e2e-tests/hsmice/check-qtl.py")
-                         <>)
+                         <>
+			 "p < 1e-10")
                     (find-files #$hsmice-r-mixed-model-gwas
                                 "\\-pvalues$"))))))