diff options
author | BonfaceKilz | 2021-03-10 14:59:25 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-10 14:59:25 +0300 |
commit | 8478bc9ee572224fe3b76696de85d1c9a7a89399 (patch) | |
tree | b12542a1404b58a5cf05a9b63c4bbdb3990b394c /tests/unit | |
parent | 9170e293e896d1d283d3b19d79d673c9a92724d2 (diff) | |
download | genenetwork3-8478bc9ee572224fe3b76696de85d1c9a7a89399.tar.gz |
Fix k-compute command when "loco" is true
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/computations/test_gemma.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/computations/test_gemma.py b/tests/unit/computations/test_gemma.py index f3b31e5..1081d12 100644 --- a/tests/unit/computations/test_gemma.py +++ b/tests/unit/computations/test_gemma.py @@ -69,7 +69,7 @@ class TestGemma(unittest.TestCase): "output_file": "my-hash-r+gF5a-output.json", "gemma_cmd": ("gemma-wrapper --json " - "--loco --input 1,2,3,4,5 " + "--loco 1,2,3,4,5 " "-- -g genofile " "-p phenofile -a snpsfile " "-gk > /tmp/my-token/" |