GenIE-Sys
  • Getting Started
  • For Administrators
    • Requirements
    • Download
    • Installation
    • Customisation
    • Loading dummy data
    • Input files
    • Loading genome files
    • Database design
    • GeneList
    • Plugin architecture
    • How to create a plugin?
    • JBrowse
    • Configuration files
    • Troubleshooting
  • For the users
    • GeneList
    • Gene Information Page
    • BLAST
    • GBrowse
    • exImage
    • Sequence search
    • Who uses GenIE-Sys
Powered by GitBook
On this page

Was this helpful?

  1. For Administrators

Plugin architecture

PreviousGeneListNextHow to create a plugin?

Last updated 4 years ago

Was this helpful?

GenIE-Sys comes with a stable but yet simple-to-start plugin architecture. A plugin is a simple folder with a bunch of PHP files. This would be the simplest form:

site/plugins/plugin-name/index.php

GenIE-Sys automatically loads all the basic plugins from /site/plugins folders within and listed them inside the website according to theindex.phpfile.

Analysis, expression or genomic tools () are integrated into a GenIE-Sys as external plugins. GenIE-Sys contains JBrowse, GeneList, gene information pages and BLAST as standard default plugins. All additional tools (exImage, exNet, Enrichment) can be integrated as external plugins to the GenIE-Sys.

As shown in the navigation chart figure, genie files can be changed by the administrator using GenIE-Sys user interface. Basic site configurations including passwords, menus and themes information stored in the GenIE files. First, check the availability of the plugin for the given menu name. If the plugin is available for the given menu name, the equivalent plugin will be displayed; otherwise, the user will only see the default blank page. Plugins will use the Database and storage files to visualize genomic, analysis and expression data. The corresponding plugin will render inside the GenIE user interface with the combination of the selected theme. The plugin will also have access to the settings files to get database name, username, password, blast directories and other similar settings. Settings have to access the configuration files to get default database name unless if it’s not already mentioned in the settings files.

Sundell et al., 2015
The navigation flow chart