diff options
author | zsloan | 2021-06-18 22:28:37 +0000 |
---|---|---|
committer | zsloan | 2021-06-18 22:28:37 +0000 |
commit | f7becfa11ca857104ecc1b668b4bd3d0a721083c (patch) | |
tree | 309ea800da204f721e92ebc1c725144eab939d0f /tests/unit/computations/test_rqtl.py | |
parent | 9dca7551ff6c1fa8c3b26ded2c1b63cfab001eca (diff) | |
download | genenetwork3-f7becfa11ca857104ecc1b668b4bd3d0a721083c.tar.gz |
Fixed another error where test_generate_rqtl_command didn't include the filename argument (not sure why running unit tests locally doesn't detect this)
Diffstat (limited to 'tests/unit/computations/test_rqtl.py')
-rw-r--r-- | tests/unit/computations/test_rqtl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/computations/test_rqtl.py b/tests/unit/computations/test_rqtl.py index 09790b7..955d0ab 100644 --- a/tests/unit/computations/test_rqtl.py +++ b/tests/unit/computations/test_rqtl.py @@ -36,6 +36,7 @@ class TestRqtl(unittest.TestCase): "--model normal --method hk " "--nperm 1000 --scale Mb " "--control rs123456 " + "--filename my-hash1my-hash2my-hash2-output.csv " "--addcovar --interval" ) }) |