Browse Source

Merge pull request #831 from guignonv/patch-4

Added BrAPI module
Bradford Condon 6 years ago
parent
commit
9ebcac64be
1 changed files with 8 additions and 0 deletions
  1. 8 0
      docs/extensions/3rd_party.rst

+ 8 - 0
docs/extensions/3rd_party.rst

@@ -34,3 +34,11 @@ This modules provides a form interface so users can custom filter existing VCF f
 
 `Documentation <https://github.com/UofS-Pulse-Binfo/vcf_filter/blob/master/README.md>`__
 `Repository <https://github.com/UofS-Pulse-Binfo/vcf_filter>`__
+
+BrAPI
+-----
+
+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.
+
+`Documentation <https://brapi.readthedocs.io/en/latest/>`__
+`Repository <https://github.com/tripal/brapi>`__