tripal_feature_admin.tpl.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <h3>Tripal Feature Administrative Tools Quick Links:</h3>
  2. <ul>
  3. <li><a href="<?php print url("admin/tripal/tripal_feature/configuration") ?>">Feature Configuration</a></li>
  4. <li><a href="<?php print url("admin/tripal/tripal_feature/fasta_loader") ?>">Import a multi-FASTA file</a></li>
  5. <li><a href="<?php print url("admin/tripal/tripal_feature/gff3_load") ?>">Import a GFF3 file</a></li>
  6. <li><a href="<?php print url("admin/tripal/tripal_feature/sync") ?>">Sync Features</a></li>
  7. <li><a href="<?php print url("admin/tripal/tripal_feature/delete") ?>">Delete Features</a></li>
  8. </ul>
  9. <h3>Module Description:</h3>
  10. <p>This module provides an interface for the Chado feature module which stores information
  11. related to genomic features. This module provides support for bulk loading of data in
  12. FASTA or GFF format, visualization of "feature" pages, editing and updating.
  13. </p>
  14. <h3>Setup Instructions:</h3>
  15. <p>After installation of the feature module. The following tasks should be performed</p>
  16. <ol>
  17. <li><p><b>Set Permissions</b>: The feature module supports the Drupal user permissions interface for
  18. controlling access to feature content and functions. These permissions include viewing,
  19. creating, editing or administering of
  20. feature content. The default is that only the original site administrator has these
  21. permissions. You can <a href="<?php print url('admin/user/roles') ?>">add roles</a> for classifying users,
  22. <a href="<?php print url('admin/user/user') ?>">assign users to roles</a> and
  23. <a href="<?php print url('admin/user/permissions') ?>">assign permissions</a> for the feature content to
  24. those roles. For a simple setup, allow anonymous users access to view organism content and
  25. allow the site administrator all other permissions.</p></li>
  26. <li><p><b>Themeing</b>: Before content from Chado can be visualized the Tripal base theme must
  27. be installed. This should have been done prior to this point. But is mentioned here in the event you
  28. follow the instructions below and cannot see content. In this case, if you do not see content
  29. check that Tripal theming is properly installed</p></li>
  30. <li><p><b>Loading of Ontologies</b>: If you
  31. used Tripal to create the Chado database, then you must load ontologies before proceeding. Visit the
  32. page to <a href="<?php print url('admin/tripal/tripal_cv/obo_loader') ?>">load ontologies</a> and load at
  33. least the following ontologies:
  34. <ul>
  35. <li>Chado Feature Properties</li>
  36. <li>Relationship Ontology</li>
  37. <li>Sequence Ontology</li>
  38. <li>Gene Ontology (if loading GO terms for features)</li>
  39. </ul></p></li>
  40. <li><p><b>Create Organisms</b>: Before adding feature data you must already have the
  41. organisms loaded in the database. See the
  42. <a href="<?php print url('admin/tripal/tripal_organism') ?>">Tripal Organism Admin page</a> for
  43. instructions for adding and Syncing organisms.</p></li>
  44. <li><p><b>Create Analysis</b>: Tripal requires that feature data loaded using the Tripal loaders
  45. be associated with an analyis. This provides a grouping for the feature data and can be used
  46. later to visualize data pipelines. Before loading feature data through the FASTA or GFF loaders
  47. you will need to <a href="<?php print url('node/add') ?>">create an analysis</a> for the data.</p></li>
  48. <li><p><b>Create Referring Database Entries</b>: If you would like to associate your feature data with an
  49. external reference database, check to ensure that the <a href="<?php print url('admin/tripal/tripal_db/edit_db') ?>">
  50. database record already exists</a>. If not you should <a href="<?php print url('admin/tripal/tripal_db/add_db') ?>">add a new database record</a> before importing
  51. feature data.</p></li>
  52. <li><p><b>Data Import</b>: if you do not already have an existing Chado database with preloaded data
  53. then you will want
  54. to import data. You can do so using the Chado perl scripts that come with the normal
  55. <a href="http://gmod.org/wiki/Chado">distribution of Chado</a> or you can use the <a href="<?php print url('admin/tripal/tripal_feature/fasta_loader') ?>">FASTA loader</a> and
  56. <a href="<?php print url('admin/tripal/tripal_feature/gff3_load') ?>">GFF loader</a> provided here. If you
  57. created the Chado database using Tripal then you\'ll most likely want to use the Tripal loaders. If your data
  58. is not condusive for loading with these loaders you may have to write your own loaders.
  59. </p></li>
  60. <li><p><b>Sync Features</b>: After data is loaded you need to sync features. This process is what
  61. creates the pages for viewing online. Not all features need be synced. For instance, if you
  62. have loaded whole genome sequence with fully defined gene models with several features to define
  63. a gene and its products (e.g. gene, mRNA, CDS, 5\'UTR, 3\'UTR, etc) you probably only want to create
  64. pages for genes or genes and mRNA. You probably do not want a page for a 5\'UTR.
  65. Using the <a href="<?php print url('admin/tripal/tripal_feature/configuration/sync') ?>">Feature Sync page</a>
  66. you can sync (or create pages) for the desired feature types. </p></li>
  67. <li><p><b>Set Feature URL</b>: It is often convenient to have a simple URL for each feature page.
  68. For example, http://www.mygenomesite.org/[feature], where [feature] is a unique identifier for a feature page.
  69. With this, people can easily include links to feature pages of interest. Use the
  70. <a href="<?php print url('admin/tripal/tripal_feature/configuration') ?>">Feature Configuration page</a>
  71. to specify whether to use the feature name, unique name or internal ID as the [feature] portion of the
  72. URL. Select the one that will guarantee a unique identifier for feature pages.</p></li>
  73. <li><p><b>Indexing</b>: Once all data has been loaded (including analysis data--e.g. blast, interpro, etc.)
  74. you can index all feature pages for searching if you want to ues the Drupal default search mechanism.
  75. Use the <a href="<?php print url('admin/tripal/tripal_feature/configuration') ?>">Feature Configuration page</a>
  76. to either Index (for the first time) or "Reindex" (after adding new data)
  77. the feature pages for searching. Once the site is 100% indexed the pages will be searchable using Drupal\'s
  78. full text searching. You can find the percent indexed for the entire site by visiting the
  79. <a href="<?php print url('admin/settings/search') ?>">Search settings page</a>. Indexing
  80. can take quite a while if you have a lot of data</p></li>
  81. <li><p><b>Set Taxonomy</b>: Drupal provides a mechanism for categorizing content to allow
  82. for advanced searching. Drupal calls this "Taxonomy", but is essentially categorizing the pages.
  83. You can categorize feature pages by their type (e.g. gene, mRNA, contig, EST, etc.) and by the
  84. organism to which they belong. This allows for filtering of search results by organism and feature type.
  85. Use the <a href="<?php print url('admin/tripal/tripal_feature/configuration') ?>">Feature Configuration page</a> to
  86. set the Taxonomy.</p></li>
  87. </ol>
  88. </p>
  89. <h3>Features of this Module:</h3>
  90. <p>Aside from data loading and feature page setup (as described in the Setup section above),
  91. The Tripal feature module also provides the following functionality
  92. <ul>
  93. <li><p><b>Feature Browser:</b> The feature browser is a tabular list of features with links to their
  94. feature pages which appears on the organism
  95. page. It was created to provide a mechanism to allow site visitors to quickly
  96. accesss feature pages when they do not know what to search for. For sites with large numbers of features, this
  97. method for finding a specific pages is inadequate, but may still be included to aid new site
  98. visitors. This browser can be toggled on or off using the
  99. <a href="<?php print url('admin/tripal/tripal_feature/configuration') ?>">Feature Configuration page</a></p></li>
  100. <li><p><b>Feature Summary Report:</b> The feature summary report is a pie chart that indicates the types and quantities
  101. of feature types (Sequence Ontology terms) that are loaded in the database. It appears on the organism
  102. page. The summary can be toggled on or off using the
  103. <a href="<?php print url('admin/tripal/tripal_feature/configuration') ?>">Feature Configuration page</a></p></li>
  104. <li><p><b>Integration with Drupal Views</b>: <a href="http://drupal.org/project/views">Drupal Views</a> is
  105. a powerful tool that allows the site administrator to create lists or basic searching forms of Chado content.
  106. It provides a graphical interface within Drupal to allow the site admin to directly query the Chado database
  107. and create custom lists without PHP programming or customization of Tripal source code. Views can also
  108. be created to filter content that has not yet been synced with Druapl in order to protect access to non
  109. published data (only works if Chado was installed using Tripal). You can see a list of available pre-existing
  110. Views <a href="<?php print url('admin/build/views/') ?>">here</a>, as well as create your own. </p></li>
  111. <li><p><b>Basic Feature Lookup View</b>: This module provides a basic <a href="<?php print url('features') ?>">feature search
  112. tool</a> for finding or listing features in Chado. It does not require indexing for Drupal searching but relies
  113. on Drupal Views. <a href="http://drupal.org/project/views">Drupal Views</a> must be installed. </p></li>
  114. <li><p><b>Delete Features</b>: This module provides a <a href="<?php print url('admin/tripal/tripal_feature/delete') ?>">Delete Feature page</a>
  115. for bulk deltions of features. You may delete features using a list of feature names, or for a specific organism
  116. or for a specific feature type.</p></li>
  117. </ul>
  118. </p>
  119. <h3>Page Customizations</h3>
  120. <p>There are several ways to customize the look-and-feel for the way Chado data is presented through Tripal.
  121. Below is a description of several methods. These methods may be used in conjunction with one another to
  122. provide fine-grained control.
  123. <ul>
  124. <li><p><b>Integration with Drupal Panels</b>: <a href="http://drupal.org/project/views">Drupal Panels</a>
  125. allows for customization of a page layout if you don\'t want to do PHP/Javascript/CSS programming. Tripal comes with pre-set layouts for feature pages. However,
  126. Panels become useful if you prefer a layout that is different from the pre-set layouts. Chado content
  127. is provided to Panels in the form of Drupal "blocks" which you can then place anywhere on a page using the
  128. Panel\'s GUI.</p></li>
  129. <li><p><b>Drupal\'s Content Construction Kit (CCK)</b>: the
  130. <a href="http://drupal.org/project/cck">Content Construction Kit (CCK) </a> is a powerful way to add non-Chado content
  131. to any page without need to edit template files or knowing PHP. You must first download and install CCK.
  132. With CCK, the site administartor can create a new field to appear on the page. For example, currently,
  133. the Chado publication module is not yet supported by Tripal. Therefore, the site administrator can add a text
  134. field to the feature pages. This content is not stored in Chado, but will appear on the feature page. A field
  135. added by CCK will also appear in the form when editing a feature to allow users to manually enter the appropriate
  136. text. If the default pre-set layout and themeing for Tripal is used, it is better to create the CCK element,
  137. indicate that it is not to be shown (using the CCK interface), then manually add the new content type
  138. where desired by editing the templates (as described below). If using Panels, the CCK field can be added to the
  139. location desired using the Panels interface.</p></li>
  140. <li><p><b>Drupal Node Templates</b>: The Tripal packages comes with a "theme_tripal" directory that contains the
  141. themeing for Chado content. The feature module has a template file for feature "nodes" (Tripal feature pages). This file
  142. is named "node-chado_feature.tpl.php", and provides javascript, HTML and PHP code for display of the feature
  143. pages. You can edit this file to control which types of information (or which feature "blocks") are displayed for features. Be sure to
  144. copy these template to your primary theme directory for editing. Do not edit them in the "theme_tripal" directory as
  145. future Tripal updates may overwrite your customizations. See the <a href="http://tripal.info/">Tripal website </a>
  146. for instructions on how to access variables and other Chado content within the template file.</p></li>
  147. <li><p><b>Feature "Block" Templates</b>: In the "theme_tripal" directory is a subdirectory named "tripal_feature".
  148. Inside this directory is a set of templates that control distinct types of information for features. For example,
  149. there is a "base" template for displaying of data directly from the Chado feature table, and a "references"
  150. template for showing external site references for a feature (data from the feature_dbxref table). These templates are used both by Drupal blocks
  151. for use in Drupal Panels (as described above) or for use in the default pre-set layout that the node template
  152. provides (also desribed above). You can customize this template as you desire. Be sure to copy the
  153. template to your primary theme directory for editing. Do not edit them in the "theme_tripal" directory as
  154. future Tripal updates may overwrite your customizations. See the <a href="http://tripal.info/">Tripal website </a>
  155. for instructions on how to access variables and other Chado content within the template files.</p></li>
  156. </li>
  157. <li><p><b>Adding Links to the "Resources" Sidebar</b>: If you use the pre-set default Tripal layout for theming, you
  158. will see a "Resources" sidebar on each page. The links that appear on the sidebar are automatically generated
  159. using Javascript for all of the feature "Blocks" that appear on the page. If you want to add additional links
  160. (e.g. a dynamic link to GBrowse for the feature) and you want that link to appear in the
  161. "Resources" sidebar, simply edit the Drupal Node Template (as described above) and add the link to the
  162. section at the bottom of the template file where the resources section is found.</p></li>
  163. </ul>
  164. </p>