genomepy.plugins.manage_plugins

genomepy.plugins.manage_plugins(command: str, plugin_names: list = None)

Manage genomepy plugins

Parameters
  • command (str) –

    command to perform. Options:

    list

    show plugins and status

    enable

    enable plugins

    disable

    disable plugins

  • plugin_names (list) – plugin names for the enable/disable command