From e6d38ca24bf18758ba28bbacef82820b47a2c07e Mon Sep 17 00:00:00 2001 From: Joel Thibault Date: Thu, 21 Nov 2024 11:10:59 -0500 Subject: [PATCH] bump extraction version to match https://github.com/broadinstitute/gatk/pull/9052 - 610b1c538a2bca5a7893c406c9f628b979dfbfca --- api/config/config_local.json | 2 +- api/config/config_test.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/config/config_local.json b/api/config/config_local.json index 77a6313c1f4..a0c2f8aa119 100644 --- a/api/config/config_local.json +++ b/api/config/config_local.json @@ -60,7 +60,7 @@ "cdrv8plus": { "methodNamespace": "aouwgscohortextraction-test", "methodName": "echo-prototyping", - "methodRepoVersion": 3, + "methodRepoVersion": 5, "methodLogicalVersion": 1 } }, diff --git a/api/config/config_test.json b/api/config/config_test.json index 12d0d779bc4..805d9628840 100644 --- a/api/config/config_test.json +++ b/api/config/config_test.json @@ -60,7 +60,7 @@ "cdrv8plus": { "methodNamespace": "aouwgscohortextraction-test", "methodName": "echo-prototyping", - "methodRepoVersion": 3, + "methodRepoVersion": 5, "methodLogicalVersion": 1 } },