From e582dab045b5358e72cde5333076088f7b2d9fc1 Mon Sep 17 00:00:00 2001 From: jjmccollum Date: Sat, 7 Sep 2024 17:45:11 +1000 Subject: [PATCH] :bug: Added rootFrequencies attribute (and, for convenience, value attribute) to loggers in BEAST template --- teiphy/templates/beast_template.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teiphy/templates/beast_template.xml b/teiphy/templates/beast_template.xml index 6c19be2..510f530 100644 --- a/teiphy/templates/beast_template.xml +++ b/teiphy/templates/beast_template.xml @@ -332,14 +332,14 @@ {%- for vu in variation_units %} - + {%- endfor %} {%- elif ancestral_logger == "sequence" %} {%- for vu in variation_units %} - + {%- endfor %} {%- endif %}