set_megacomplex_plugin

glotaran.plugin_system.megacomplex_registration.set_megacomplex_plugin(megacomplex_name: str, full_plugin_name: str) None[source]

Set the plugin used for a specific megacomplex name.

This function is useful when you want to resolve conflicts of installed plugins or overwrite the plugin used for a specific megacomplex name.

Effected functions:

  • optimize()

Parameters:
  • megacomplex_name (str) – Name of the megacomplex to use the plugin for.

  • full_plugin_name (str) – Full name (import path) of the registered plugin.