diff options
author | zsloan | 2021-06-18 22:21:46 +0000 |
---|---|---|
committer | zsloan | 2021-06-18 22:21:46 +0000 |
commit | 9dca7551ff6c1fa8c3b26ded2c1b63cfab001eca (patch) | |
tree | 5cee324b7d8a05374fa5e6ada0e3bac0ca5d3f8d /tests/unit | |
parent | d8c4b1a0188574cdd70638a99e2984b54bec6033 (diff) | |
download | genenetwork3-9dca7551ff6c1fa8c3b26ded2c1b63cfab001eca.tar.gz |
Fixed file type from json to csv for test_generate_rqtl_command
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/computations/test_rqtl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/computations/test_rqtl.py b/tests/unit/computations/test_rqtl.py index 3bf8f81..09790b7 100644 --- a/tests/unit/computations/test_rqtl.py +++ b/tests/unit/computations/test_rqtl.py @@ -29,7 +29,7 @@ class TestRqtl(unittest.TestCase): "interval" ]), { "output_file": - "my-hash1my-hash2my-hash2-output.json", + "my-hash1my-hash2my-hash2-output.csv", "rqtl_cmd": ( "Rscript rqtl-wrapper " "--g genofile --p phenofile " |