3rd_party.rst 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. BrAPI
  5. -----
  6. This module provides a Breeding API end point on your Tripal site as well as a user query interface and an auto-query system to integrate external BrAPI end point data into your site dynamically. An administrative interface allows you to adjust the module settings according to the way you use Chado. A couple of hooks are also provided for module developers in order to allow customization/extension of calls.
  7. `Documentation <https://brapi.readthedocs.io/en/latest/>`__
  8. `Repository <https://github.com/tripal/brapi>`__
  9. Tripal Blast
  10. ------------
  11. .. image:: https://tripal.readthedocs.io/en/7.x-3.x/_images/Tripal-Gold.png
  12. :target: https://tripal.readthedocs.io/en/7.x-3.x/extensions/module_rating.html#Gold
  13. :alt: Tripal Rating: Gold
  14. 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.
  15. `Documentation <https://github.com/tripal/tripal_blast/blob/7.x-1.x/README.md>`__
  16. `Repository <https://github.com/tripal/tripal_blast>`__
  17. Tripal Galaxy
  18. -------------
  19. .. image:: https://tripal.readthedocs.io/en/7.x-3.x/_images/Tripal-Gold.png
  20. :target: https://tripal.readthedocs.io/en/7.x-3.x/extensions/module_rating.html#Gold
  21. :alt: Tripal Rating: Gold
  22. This module is for integration of Tripal and the Galaxy Project. It facilitates the creation of forms on your Tripal site that submit jobs to a galaxy instance.
  23. `Documentation <https://tripal-galaxy.readthedocs.io/en/latest/?badge=latest>`__
  24. `Repository <https://github.com/tripal/tripal_galaxy>`__
  25. Tripal JBrowse
  26. --------------
  27. 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.
  28. `Documentation <https://github.com/tripal/tripal_jbrowse/blob/7.x-2.1.x/README.md>`__
  29. `Repository <https://github.com/tripal/tripal_jbrowse>`__
  30. VCF Filter
  31. -----------
  32. This modules provides a form interface so users can custom filter existing VCF files and export in a variety of formats. The form simply provides an interface to VCFtools and uses the Tripal Download API to provide the filtered file to the user.
  33. `Documentation <https://github.com/UofS-Pulse-Binfo/vcf_filter/blob/master/README.md>`__
  34. `Repository <https://github.com/UofS-Pulse-Binfo/vcf_filter>`__