From 886d9f0ac609f2ffe9ebb7e7644d1644f1c7d7d9 Mon Sep 17 00:00:00 2001 From: Benjamin Blankenmeister Date: Tue, 15 Oct 2024 13:19:20 -0400 Subject: [PATCH] readme missing code block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19e4c41..b703a0a 100644 --- a/README.md +++ b/README.md @@ -94,5 +94,6 @@ This is also the recommended pattern for overriding any `seqr` environment varia seqr: environment: GUNICORN_WORKER_THREADS: "8" +``` A more comprehensive example of what this may look like, and how the different values are formated in practice, is found in the [*seqr* unit tests](unit_test/seqr/values.yaml).