From a181fa9e3560b838215186faf3f1a9eb80c18cd8 Mon Sep 17 00:00:00 2001 From: tibvdm Date: Mon, 17 Jun 2024 22:08:00 +0200 Subject: [PATCH] public fa fields --- sa-mappings/src/functionality.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa-mappings/src/functionality.rs b/sa-mappings/src/functionality.rs index 45c446e..7a64150 100644 --- a/sa-mappings/src/functionality.rs +++ b/sa-mappings/src/functionality.rs @@ -14,9 +14,9 @@ use crate::proteins::Protein; #[derive(Debug, Serialize)] pub struct FunctionalAggregation { /// A HashMap representing how many GO, EC and IPR terms were found - counts: HashMap, + pub counts: HashMap, /// A HashMap representing how often a certain functional annotation was found - data: HashMap + pub data: HashMap } /// A struct that represents a function aggregator