From 8478bc9ee572224fe3b76696de85d1c9a7a89399 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 10 Mar 2021 14:59:25 +0300 Subject: Fix k-compute command when "loco" is true --- tests/unit/computations/test_gemma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/computations') 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/" -- cgit v1.2.3