tripal_featuremap_admin.tpl.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <h3>Tripal Feature Map Administrative Tools Quick Links:</h3>
  2. <ul>
  3. <li><a href="<?php print url('admin/tripal/tripal_featuremap/configuration') ?>">Map Configuration</a></li>
  4. </ul>
  5. <h3>Module Description:</h3>
  6. <p>The Tripal Map module is an interface for the Chado Map module which groups features (sequences) into
  7. maps (typically genetic maps).
  8. This module provides support for visualization of "map" pages, editing and updating.
  9. </p>
  10. <h3>Setup Instructions:</h3>
  11. <ol>
  12. <li><p>
  13. <b>Set Permissions</b>: The map module supports the Drupal user permissions interface for
  14. controlling access to map content and functions. These permissions include viewing,
  15. creating, editing or administering of
  16. map content. The default is that only the site administrator has these
  17. permissions. You can <a href="<?php print url('admin/user/roles') ?>">add roles</a> for classifying users,
  18. <a href="<?php print url('admin/user/user') ?>">assign users to roles</a> and
  19. <a href="<?php print url('admin/user/permissions') ?>">assign permissions</a> for the map content to
  20. those roles. For a simple setup, allow anonymous users access to view map content and
  21. allow the site administrator all other permissions.
  22. </p></li>
  23. </ol>
  24. <h3>Features of this Module:</h3>
  25. <ul>
  26. <li><p><b>Add a map</b>: Maps can be manually created <?php print l('here', 'node/add/chado-featuremap') ?><p></li>
  27. <li><p><b>Edit or Delete Maps</b>: Maps can be manually edited or deleted by navigating to the map page and clicking the "Edit" button.<p></li>
  28. <li><p><b>Sync any Existing Maps</b>: Before Maps can be viewed on the website, they must first be <?php print l('created manually', 'node/add/chado-featuremap') ?>
  29. or if they already exist in the Chado database they must be synced. Near the top of the <?php print l('Map Configuration page', 'admin/tripal/tripal_featuremap/configuration') ?>
  30. there is
  31. a Sync Maps section which provides list of maps currently in chado which can be sync\'d.
  32. Simply select the maps you would like to create Drupal/Tripal pages for and click Sync Maps. Once synced,
  33. pages will appear on the site for maps.</p></li>
  34. <li><p><b>Integration with Drupal Views</b>: <a href="http://drupal.org/project/views">Drupal Views</a> is
  35. a powerful tool that allows the site administrator to create lists or basic search forms of Chado content.
  36. It provides a graphical interface within Drupal to allow the site admin to directly query the Chado database
  37. and create custom lists without PHP programming or customization of Tripal source code. Views can also
  38. be created to filter out records that has not yet been synced with Drupal in order to protect access to non
  39. published data (only works if Chado was installed using Tripal). You can see a list of available pre-existing
  40. Views <a href="<?php print url('admin/build/views/') ?>">here</a>, as well as create your own. </p></li>
  41. </ul>
  42. <h3>Page Customizations</h3>
  43. <p>There are several ways to customize the look-and-feel for the way Chado data is presented through Tripal.
  44. Below is a description of several methods. These methods may be used in conjunction with one another to
  45. provide fine-grained control. See the <a href="http://www.gmod.org/wiki/Tripal_Developer's_Handbook">Developers Handbook</a> for further infromation to customize Map pages.
  46. </p>