3rdparty.rst 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Third-party Integration
  2. =======================
  3. The following modules provide integration with external third-party tools. For example, they may allow you to easily embed the tool in Drupal/Tripal pages and/or expose data from the tool on your Tripal site.
  4. Tripal Blast
  5. ------------
  6. This module provides a basic interface to allow your users to utilize your server's NCBI BLAST+. There is a simple interface allowing users to paste or upload a query sequence and then select from available databases and a tabular results listing with alignment information and multiple download formats (HTML, TSV, GFF3, XML) available.
  7. `Documentation <https://github.com/tripal/tripal_blast/blob/7.x-1.x/README.md>`__
  8. `Repository <https://github.com/tripal/tripal_blast>`__
  9. Tripal ElasticSearch
  10. --------------------
  11. The Tripal Elasticsearch module allows you to easily manage the indexing and display of Elasticsearch on your Tripal website. It also easily enables Cross-Site Querying, allowing you to connect to other Tripal sites and provide additional search results to your users.
  12. `Documentation <https://github.com/tripal/tripal_elasticsearch/blob/master/docs/README.md>`__
  13. `Repository <https://github.com/tripal/tripal_elasticsearch>`__
  14. Tripal Galaxy
  15. -------------
  16. This module is for integration of Tripal and the Galaxy Project. It facillitates the creation of forms on your Tripal site that submit jobs to a galaxy instance.
  17. `Documentation <https://github.com/tripal/tripal_galaxy/blob/7.x-1.x/README.md>`__
  18. `Repository <https://github.com/tripal/tripal_galaxy>`__
  19. Tripal JBrowse
  20. --------------
  21. This module provides integration between Tripal sites and pre-existing GMOD JBrowse instances. It allows you to create pages on your Tripal site with an embedded JBrowse instance by filling out a simple form.
  22. `Documentation <https://github.com/tripal/tripal_jbrowse/blob/7.x-2.1.x/README.md>`__
  23. `Repository <https://github.com/tripal/tripal_jbrowse>`__