phenotypic.tools_.register.get_analysis_plugin#

phenotypic.tools_.register.get_analysis_plugin(name: str) type[BaseAnalysisPlugin][source]

Look up registered analysis plugin by name.

Parameters:

name (str) – The registered name of the plugin.

Returns:

The registered analysis plugin class.

Raises:

ValueError – If name is not registered.

Return type:

type[BaseAnalysisPlugin]