We started to add configuration to the collectors. Like: ``` pub struct HpoInCellsCollector { allow_duplicate_phenotypes: bool, } ``` These values need to be available in the config file and propagated to the collector objects.
We started to add configuration to the collectors.
Like:
These values need to be available in the config file and propagated to the collector objects.