Tripal was designed to allow for maiximum customization of content and the look-and-feel of the site. By default, Tripal provides a suite of Drupal style templates that provide a generic presentation of data from a Chado database. There are many options for customizing the look and feel of Tripal. Some customizations can be done without any programming whatsoever. However, for advanced customizations, Tripal provides a robust API to allow a programmer to easily interact (select, update, delete, insert) data from a Chado database in whatever custom way desired.

  • Integration with Drupal Views: Drupal Views is a powerful tool that allows the site administrator to create lists or basic searching forms of Chado content. It provides a graphical interface within Drupal to allow the site admin to directly query the Chado database and create custom lists without PHP programming or customization of Tripal source code. Views can also be created to filter content that has not yet been synced with Druapl in order to protect access to non published data (only works if Chado was installed using Tripal). If you have Views installed and enabled You can see a list of available pre-existing Views here, as well as create your own. All Chado tables have been exposed to Drupal Views

  • Customizations Without Programming

    There are several ways to customize the look-and-feel for the way Chado data is presented through Tripal. Below is a description of several methods. These methods may be used in conjunction with one another to provide fine-grained control.

    Customizations Through Programming