aboutsummaryrefslogtreecommitdiff
path: root/gn3/case_attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/case_attributes.py')
-rw-r--r--gn3/case_attributes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/case_attributes.py b/gn3/case_attributes.py
index c964553..e3e6dc6 100644
--- a/gn3/case_attributes.py
+++ b/gn3/case_attributes.py
@@ -154,6 +154,7 @@ def __by_strain__(accumulator, item):
}
}
return {
+ **accumulator,
strain_name: {
**{
key: value for key,value in item.items()