tripal_library_help.tpl.php 1.8 KB

12345678910111213141516171819202122232425262728
  1. <h3>Module Description:</h3>
  2. <p>The Tripal Library module is an interface for the Chado Library module which groups features (sequences) into genetic libraries.
  3. This module provides support for visualization of "library" pages, editing and updating.</p>
  4. <h3>Setup Instructions:</h3>
  5. <ol>
  6. <li><p><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
  7. or administer features. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
  8. permissions under the 'tripal_library' section as appropriate for your site. For a simple setup, allow anonymous
  9. users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
  10. <li><p><b>Sync any Existing Libraries</b>: Near the top of the <?php l('Library Configuration page', 'admin/tripal/tripal_library/configuration') ?> there is
  11. a Sync Libraries section which provides list of libraries currently in chado which can be synced.
  12. Simply select the libraries you would like to create Drupal/Tripal pages for and click Sync Libraries.</p></li>
  13. </ol>
  14. <h3>Features of this Module:</h3>
  15. <ul>
  16. <li><b>Add/Edit/Delete Libraries</b>: Libraries with no associated features can be created <?php print l('here', 'node/add/chado-library') ?>.
  17. Existing Libraries (regardless of the method used to create them) can be
  18. edited or deleted by clicking the Edit tab at the top of the Library Page.</li>
  19. <li><p><b>Simple Search Tool</b>: A <?php print l('simple search tool','chado/libraries') ?> is provided for
  20. finding libraries. This tool relies on Drupal Views. <a href="http://drupal.org/project/views">Drupal Views</a>
  21. which must be installed to see the search tool. Look for it in the navigation menu under the item
  22. "Search Data". </p></li>
  23. </ul>