...
- genometry - genomic data models used in IGB and the DAS server code
- igb - the core IGB application
- plugins - functions added via plug-in interface, plug-ins are also called bundles (uses OSGi)
- common - common classes used by the other projects
...
QuickLoad Testing
The following git repository contains broken QuickLoad sites that are helpful for testing within IGB.
https://bitbucket.org/lorainelab/brokenquickloads
Genoviz SDK
IGB depends on the Genoviz Software Development Kit (Genoviz SDK) which is version-controlled in a separate repository at https://bitbucket.org/lorainelab/genoviz-sdk. When you build IGB, the compilation tool we use (maven) will obtain the latest copy of the genoviz compiled code (a "jar" file) and install it locally.
...