README.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. What is Tripal?
  2. --------------
  3. Tripal is a collection of open-source freely available Drupal modules
  4. and is a member of the GMOD family of tools. Tripal serves as a web
  5. interface for the GMOD Chado database and is designed to reduce the
  6. time and cost required for construction of an online genomic, genetic
  7. and breeding database.
  8. Features
  9. --------------
  10. - a Chado installer
  11. - Data loaders for ontologies (controlled vocabularies), GFF files,
  12. and FASTA files, publications (from PubMed and AGIRCOLA).
  13. - Generic Bulk Data Loader Modules allows for creation of custom
  14. loading templates.
  15. - Drupal nodes (web pages) are automatically generated for organisms,
  16. genomic features, biological libraries, and stocks
  17. - Supports creation of materialized views for faster data queries.
  18. - Display templates are provided for all content types for
  19. easier customization.
  20. - Views Integration allows for custom listings of data
  21. - Content pieces exposed as blocks allowing the use of Panels for
  22. custom layouts of Tripal Nodes
  23. Required Modules
  24. --------------
  25. - Drupal 7.x
  26. - Drupal Core Modules: Search, Path and PHP modules.
  27. - Drupal contributed modules: Views
  28. - Database containing GMOD Chado Schema (can be installed by the
  29. Tripal Core module)
  30. NOTE: A PostgreSQL database is required for installation of the
  31. Chado Schema
  32. Installation
  33. --------------
  34. Please follow the online tutorial for installation instructions:
  35. http://www.gmod.org/wiki/Tripal_Tutorial_v1.1
  36. Customization
  37. --------------
  38. Tripal can be used “as is” but also allows for complete customization.
  39. PHP-based template files are provided for all data types to allow for
  40. precise customizations as required by the community. A well-developed
  41. Tripal API provides a uniform set of variables and functions for
  42. accessing any and all data within the Chado database.