diff options
author | zsloan | 2021-06-18 22:01:21 +0000 |
---|---|---|
committer | zsloan | 2021-06-18 22:08:04 +0000 |
commit | efe73f2f142bd2a12b89ad638c9387cf9c6ded18 (patch) | |
tree | b7173a9754f815cfe94b8f62629e37e93a87a935 /tests | |
parent | 12089cb2eae2201d3b348d21dd0e93a61e16e7c7 (diff) | |
download | genenetwork3-efe73f2f142bd2a12b89ad638c9387cf9c6ded18.tar.gz |
Fixed test_compose_rqtl_command test; forgot to include Rscript in the command
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/test_commands.py | 2 |
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 " |