tripal_db_help.tpl.php 2.1 KB

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