tripal_organism_help.tpl.php 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <h3>Module Description:</h3>
  2. <p>The Tripal Organism module allows you to add, edit and/or delete chado
  3. organisms.
  4. Furthermore, it also provides listing of organisms and details page for each
  5. organism.
  6. Basically, the chado organism module is designed to hold information about a
  7. given species.
  8. For more information on the chado organism module see the
  9. <a href="http://gmod.org/wiki/Chado_Organism_Module">GMOD wiki page</a></p>
  10. <h3>Setup Instructions:</h3>
  11. <p>After installation of the organism module. The following tasks should be
  12. performed.</p>
  13. <ul>
  14. <li><p><b>Set Permissions</b>: By default only the site administrator
  15. account has access to create, edit, delete
  16. or administer features. Navigate to
  17. the <?php print l('permissions page', 'admin/user/permissions') ?>
  18. and set the
  19. permissions under the 'tripal_organism' section as appropriate for
  20. your site. For a simple setup, allow anonymous
  21. users access to view content and create a special role for creating,
  22. editing and other administrative tasks.</p></li>
  23. <li><p><b>Create an Organism</b>: Organism pages can be created in two ways:
  24. </p>
  25. <ol>
  26. <li><p><b>Sync Organisms</b>: If your organism has been pre-loaded
  27. into Chado then you need to sync the organism.
  28. This process is what creates the pages for viewing online.
  29. Not all organisms need be synced, only those
  30. that you want shown on the site. Use the the
  31. <a href="<?php print url('admin/tripal/tripal_organism/configuration') ?>">Organism
  32. Configuration page</a>
  33. to sync organisms. </p></li>
  34. <li><p><b>Manually Add An Organism</b>: If your organism is not
  35. already present in the Chado database
  36. you can create an organism using the <a
  37. href="<?php print url('node/add/chado-organism') ?>">Create
  38. Organism page</a>.
  39. Once saved, the organism will be present in Chado and also
  40. "synced".</p>
  41. </ol>
  42. </li>
  43. </ul>
  44. <h3>Features of this Module:</h3>
  45. <p>Aside from organism page setup (as described in the Setup section above),
  46. The Tripal organism module also provides the following functionality</p>
  47. <ul>
  48. <li><p><b>Simple Search Tool</b>:
  49. A <?php print l('simple search tool', 'chado/organisms') ?> is
  50. provided for
  51. finding organisms. This tool relies on Drupal Views. <a
  52. href="http://drupal.org/project/views">Drupal Views</a>
  53. which must be installed to see the search tool. Look for it in the
  54. navigation menu under the item
  55. "Search Data". </p></li>
  56. </ul>