From 12d47eb5118878dd9a0c51bdd1b85025b5b7c2a5 Mon Sep 17 00:00:00 2001 From: Stelios Voutsinas Date: Wed, 8 Apr 2026 10:17:54 -0700 Subject: [PATCH] Enable prompt dataset in repertoire for idfev and idfint --- applications/repertoire/values-idfdev.yaml | 1 + applications/repertoire/values-idfint.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/applications/repertoire/values-idfdev.yaml b/applications/repertoire/values-idfdev.yaml index 7a2c92b243..8aae0158b3 100644 --- a/applications/repertoire/values-idfdev.yaml +++ b/applications/repertoire/values-idfdev.yaml @@ -3,6 +3,7 @@ config: - "dp02" - "dp03" - "dp1" + - "prompt" hips: legacy: dataset: "dp1" diff --git a/applications/repertoire/values-idfint.yaml b/applications/repertoire/values-idfint.yaml index 3c9bd5866a..4b03308812 100644 --- a/applications/repertoire/values-idfint.yaml +++ b/applications/repertoire/values-idfint.yaml @@ -3,6 +3,7 @@ config: - "dp02" - "dp03" - "dp1" + - "prompt" hips: legacy: dataset: "dp1"