From 439b430d69bece15a503ab5ea5ea2435e1e5f6fb Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 1 Apr 2024 08:45:42 -0500 Subject: Fix Rqtl test --- tests/unit/computations/test_rqtl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/unit/computations/test_rqtl.py b/tests/unit/computations/test_rqtl.py index 51df281..cd5984c 100644 --- a/tests/unit/computations/test_rqtl.py +++ b/tests/unit/computations/test_rqtl.py @@ -16,7 +16,7 @@ class TestRqtl(unittest.TestCase): mock_generate_hash_string.return_value = "my-hash2" self.assertEqual( - generate_rqtl_cmd(rqtl_wrapper_cmd="rqtl-wrapper", + generate_rqtl_cmd(rqtl_wrapper_cmd="scripts/rqtl_wrapper.R", rqtl_wrapper_kwargs={ "g": "genofile", "p": "phenofile", @@ -33,7 +33,7 @@ class TestRqtl(unittest.TestCase): "output_file": "my-hash1my-hash2my-hash2-output.csv", "rqtl_cmd": ( - "Rscript rqtl-wrapper " + "Rscript scripts/rqtl_wrapper.R " "--g genofile --p phenofile " "--model normal --method hk " "--nperm 1000 --scale Mb " -- cgit v1.2.3