From 6cfd7cd434f77259fea57c9ce4ec1777817794ef Mon Sep 17 00:00:00 2001 From: aleixpuig <94959119+aleixpuigb@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:36:09 +0100 Subject: [PATCH] Add mouth graphs to GRAPH_NAME_LIST Added 'mouth-female' and 'mouth-male' entries to the GRAPH_NAME_LIST to support new anatomical graph types. --- src/hra_wrapper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hra_wrapper.py b/src/hra_wrapper.py index bca28aaa3..3286bf240 100644 --- a/src/hra_wrapper.py +++ b/src/hra_wrapper.py @@ -42,6 +42,8 @@ "main-bronchus-male", "mammary-gland-female-left", "mammary-gland-female-right", + "mouth-female", + "mouth-male", "ovary-female-left", "ovary-female-right", "palatine-tonsil-female-left",