extensions.rst 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Extension Modules
  2. ==================
  3. The below modules are Tripal 3 compatible and grouped roughly by category.
  4. Please add your module!
  5. .. Instructions for adding a module:
  6. .. Try to stick to the existing categories.
  7. .. Please link to the documentation if available: otherwise, the code is fine.
  8. .. Please write two sentences MAXIMUM about the function of the module.
  9. .. The below template can be used to easily add your module (please remove the .. which indicate a comment, and remove the indentation).
  10. .. Module Name
  11. .. ~~~~~~~~~~~~~~~~~~~~~~~
  12. ..
  13. .. This module loads in X, Y, and Z. It provides admin for A and B, and user area C.
  14. ..
  15. .. https://tripal-hq.readthedocs.io/en/latest/index.html
  16. Annotation Modules
  17. -------------------
  18. Tripal Analysis Expression
  19. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20. A module for loading, annotating, and visualizing NCBI Biosamples and expression data.
  21. https://github.com/tripal/tripal_analysis_expression
  22. Tripal Analysis Blast
  23. ~~~~~~~~~~~~~~~~~~~~~~
  24. https://github.com/tripal/tripal_analysis_blast
  25. Tripal Analysis KEGG
  26. ~~~~~~~~~~~~~~~~~~~~~
  27. https://github.com/tripal/tripal_analysis_kegg
  28. Tripal Analysis Interpro
  29. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30. https://github.com/tripal/tripal_analysis_interpro
  31. Tripal JBrowse
  32. ~~~~~~~~~~~~~~
  33. https://github.com/tripal/tripal_jbrowse
  34. Tripal CV-Xray
  35. ~~~~~~~~~~~~~~~
  36. Tripal CV-Xray maps content annotations onto controlled vocabulary trees. The end result is a browseable CV field that lets users explore ontologies and find associated content.
  37. https://github.com/statonlab/tripal_cv_xray
  38. Administrative Modules
  39. ------------------------
  40. Tripal Alchemist
  41. ~~~~~~~~~~~~~~~~~~~~
  42. Tripal Alchemist allows you to transform entities from one type to another. Define multiple bundles with the same base table and easily convert existing entities to the new type.
  43. https://github.com/statonlab/tripal_alchemist
  44. Tripal Apollo
  45. ~~~~~~~~~~~~~~~~~~~~
  46. Tripal Curator
  47. ~~~~~~~~~~~~~~~~~~~~
  48. https://github.com/statonlab/tripal_curator
  49. Tripal ElasticSearch
  50. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51. https://github.com/tripal/tripal_elasticsearch
  52. Tripal HeadQuarters
  53. ~~~~~~~~~~~~~~~~~~~~
  54. Tripal HeadQuarters (HQ) provides an administrative layer for Tripal, giving users limited access to content creation forms which must be approved by an admin before they are inserted into the database.
  55. Admins can use Chado-specific permissions to define organism or project-specific administrative rights.
  56. https://tripal-hq.readthedocs.io/en/latest/index.html
  57. Developer Tools
  58. ----------------
  59. Tripal Fields Generator
  60. ~~~~~~~~~~~~~~~~~~~~~~~~
  61. This is a CLI tool to help automate the generation of Tripal fields.
  62. https://github.com/tripal/fields_generator
  63. Tripal Test Suite
  64. ~~~~~~~~~~~~~~~~~~
  65. Tripal Test Suite is a composer package that handles common test practices such as bootstrapping Drupal before running the tests, creating test file, creating and managing database seeders (files that seed the database with data for use in testing) and much more.
  66. https://github.com/tripal/TripalTestSuite