From ff4185334ddc5e6e32fdb1bf44ad6ea9065b0e01 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 31 Aug 2022 19:19:14 +0000 Subject: Add transform parameter to mapping api unit test --- wqflask/tests/unit/wqflask/api/test_mapping.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wqflask/tests/unit') diff --git a/wqflask/tests/unit/wqflask/api/test_mapping.py b/wqflask/tests/unit/wqflask/api/test_mapping.py index 3b21b98c..006e9826 100644 --- a/wqflask/tests/unit/wqflask/api/test_mapping.py +++ b/wqflask/tests/unit/wqflask/api/test_mapping.py @@ -26,6 +26,7 @@ class TestMapping(unittest.TestCase): "use_loco": True, "num_perm": 0, "perm_check": False, + "transform": False, "genofile": False } @@ -42,6 +43,7 @@ class TestMapping(unittest.TestCase): "interval_mapping": "true", "use_loco": "true", "num_perm": "14", + "transform": "qnorm", "genofile": "BXD.8.geno" } @@ -55,6 +57,7 @@ class TestMapping(unittest.TestCase): "use_loco": True, "num_perm": 14, "perm_check": "ON", + "transform": "qnorm", "genofile": "BXD.8.geno" } -- cgit v1.2.3