Skip to content

Commit

Permalink
public fa fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Jun 17, 2024
1 parent 731912b commit a181fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sa-mappings/src/functionality.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, usize>,
pub counts: HashMap<String, usize>,
/// A HashMap representing how often a certain functional annotation was found
data: HashMap<String, u32>
pub data: HashMap<String, u32>
}

/// A struct that represents a function aggregator
Expand Down

0 comments on commit a181fa9

Please sign in to comment.