csi_analysis.modules
Modules
Modules are implementations of abstract classes in the pipelines. These can be used in the pipeline format or independently.
Modules should not include any script behavior. If a script is desired, e.g. for saving
the outputs of a module, it should be placed in the scripts
directory.