tripal_views.info 1.1 KB

12345678910111213141516171819
  1. name = Tripal Views
  2. description = This module provides integration with Drupal Views. Other Tripal modules may have an optional dependency with this module and once enabled Views support becomes active for those modules. This module provides a way to integrate Materialized Views and Chado Tables with Views. It also integrates the Views Data Export module to allow for downloads of Views into Excel, CSV and FASTA formats.
  3. core = 7.x
  4. project = tripal_core
  5. package = Tripal
  6. version = 7.x-2.0-beta1
  7. configure = admin/tripal/views-integration
  8. files[] = views/handlers/tripal_views_handler_filter_textarea.inc
  9. files[] = views/handlers/tripal_views_handler_filter_file_upload.inc
  10. files[] = views/handlers/tripal_views_handler_field_sequence.inc
  11. files[] = views/handlers/tripal_views_handler_filter_no_results.inc
  12. files[] = views/handlers/tripal_views_handler_filter_sequence.inc
  13. files[] = views/handlers/tripal_views_handler_filter_select_cvterm.inc
  14. files[] = views/handlers/tripal_views_handler_filter_select_string.inc
  15. files[] = views/handlers/tripal_views_handler_field_aggregate.inc
  16. dependencies[] = views
  17. dependencies[] = tripal_core