aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzsloan2021-06-18 22:28:37 +0000
committerzsloan2021-06-18 22:28:37 +0000
commitf7becfa11ca857104ecc1b668b4bd3d0a721083c (patch)
tree309ea800da204f721e92ebc1c725144eab939d0f /tests
parent9dca7551ff6c1fa8c3b26ded2c1b63cfab001eca (diff)
downloadgenenetwork3-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')
-rw-r--r--tests/unit/computations/test_rqtl.py1
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"
)
})