tripal_db_admin.tpl.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <h3>Tripal External Database Administrative Tools Quick Links</h3>
  2. <ul>
  3. <li><?php print l('Add an external database for cross-refernces.', 'admin/tripal/tripal_db/add_db') ?></li>
  4. <li><?php print l('Update or delete an external database.', 'admin/tripal/tripal_db/edit_db') ?></li>
  5. </ul><br>
  6. <h3>Module Description:</h3>
  7. <p>The Tripal DB Module provides the ability to add database cross reference to the
  8. data in your Tripal Website. Typically an external database (such as NCBI Genbank, Gene Ontology (GO),
  9. stocks database) contains a collection of objects (genomic sequences, vocabulary terms, stocks) that are
  10. uniquely identified using an accession number (or identifier). Data loaded into Tripal can be a
  11. associated with these objects in remote databases, and links can appear on pages allowing site visitors
  12. to view the associated objects on the remote database\'s website </p>
  13. <h3>Setup Instructions:</h3>
  14. <ol>
  15. <li><p><b>Set Permissions</b>: By default only the site administrator account has access to
  16. or administer databases. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
  17. permissions under the 'tripal_db' section as appropriate for your site. For a simple setup, allow anonymous
  18. users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
  19. <li><p><b>Adding or Editing an External Databases</b>. Many resources such as NCBI nr or ExPASy SwissProt (to name a few)
  20. come pre-loaded with Chado. However, you can add new entries or edit existing entries. Also, when loading
  21. ontologies (controlled vocabularies) using the Tripal CV module new databases are added automaticaly for
  22. each ontology. To enable linking of accession on a page to the page for that accession on the external
  23. database, simply add the URL and the URL prefix when adding or editing a database.</p></li>
  24. <li><p><b>Associate Data with Accessions</b>. The Tripal loaders (e.g. GFF, OBO) can associate accessions from
  25. remote data to genomic features and controlled vocabularies automatically. Use the loaders to load genomic
  26. features and controlled vocabularies respectively. Additionally, the bulk loader can be used to create
  27. loading templates for associating external database accessions.
  28. </p></li>
  29. </ol>