From efe73f2f142bd2a12b89ad638c9387cf9c6ded18 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 18 Jun 2021 22:01:21 +0000 Subject: Fixed test_compose_rqtl_command test; forgot to include Rscript in the command --- tests/unit/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/test_commands.py') diff --git a/tests/unit/test_commands.py b/tests/unit/test_commands.py index aaefb23..f36ba55 100644 --- a/tests/unit/test_commands.py +++ b/tests/unit/test_commands.py @@ -70,7 +70,7 @@ class TestCommands(unittest.TestCase): rqtl_wrapper_bool_kwargs=[ "addcovar" ]), - ("rqtl-wrapper " + ("Rscript rqtl-wrapper " "--g the_genofile --p the_phenofile " "--model np --method ehk " "--nperm 2000 --scale Mb " -- cgit v1.2.3