aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2021-06-18 22:01:21 +0000
committerzsloan2021-06-18 22:08:04 +0000
commitefe73f2f142bd2a12b89ad638c9387cf9c6ded18 (patch)
treeb7173a9754f815cfe94b8f62629e37e93a87a935
parent12089cb2eae2201d3b348d21dd0e93a61e16e7c7 (diff)
downloadgenenetwork3-efe73f2f142bd2a12b89ad638c9387cf9c6ded18.tar.gz
Fixed test_compose_rqtl_command test; forgot to include Rscript in the command
-rw-r--r--tests/unit/test_commands.py2
1 files changed, 1 insertions, 1 deletions
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 "