ecoli.processes.listeners.aggregator
- class ecoli.processes.listeners.aggregator.Aggregator(parameters)[source]
Bases:
Step
Given a list of paths and a list of functions, this will apply the ith function to the ith path and write the results through aggregated. If a list of functions is not supplied, len is used for all paths.
- name = 'aggregator'