Skip to content

Commit

Permalink
fix: docs plugin explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericaBrando committed Mar 21, 2024
1 parent 0f16f80 commit 5e3dc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/plugin_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ visualize how the different classes are connected and composed with **OpenVarian
|
As we have mentioned before, the plugin has to be present on the `annotation` file in order to be used. Custom plugins will be placed in the
folder where the environment variable `OPENVAR_PLUGIN` points (`/home/user/.local/openvariant/` by default).
folder where the environment variable :bash:`OPENVAR_PLUGIN` points (:bash:`/home/user/.local/openvariant/` by default).
The `Builder` will manage to find them and apply the data transformation.
Plugins will inherit `Context` and `Plugin` as base classes for each plugin. These classes are described as it follows:

Expand Down

0 comments on commit 5e3dc61

Please sign in to comment.