Skip to content

Data Plugins Dependencies

Baldur van Lew edited this page Jul 17, 2024 · 1 revision

Extending the core data model

The ManiVault core data model can be extended for application specific datatypes using data plugins.

The core already contains a number of data plugins for standard types e.g.:

  • Cluster data
  • Point data
  • Image data
  • Text data

etc. (see the core/ManiVault/src/plugins for the complete set or the documentation).

In addition these can be extended but User defined data plugins that exist outside the core.

Current examples are

  • ManiVaultStudio/CrossSpeciesComparisonTreeData
  • ManiVaultStudio/CrossSpeciesComparisonTreeMetaData
  • ManiVaultStudio/CellMorphologyData

Because these are not embedded in the prebuilt core that is defined as a dependency in the CI special measures mut be taken to build and import them correctly. The wiki pages in this section describe how to do that.