tripal_library_help.tpl.php 2.1 KB

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