tripal_featuremap_admin.tpl.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <h3>Tripal Feature Map 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><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
  13. or administer maps. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
  14. permissions under the 'tripal_featuremap' section as appropriate for your site. For a simple setup, allow anonymous
  15. users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
  16. <li><p><b>Create a Map</b>: An map (called a feature map in Chado) can be <?php print l('created', 'node/add/chado-featuremap')?>
  17. manually in the same way any other data type. There is no loader for loading large files of map information including
  18. features that may be associated with these maps (e.g. genetic markers). The Tripal bulk loader is the only way
  19. to load this type of data.</p></li>
  20. <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') ?>
  21. 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') ?>
  22. there is
  23. a Sync Maps section which provides list of maps currently in chado which can be sync\'d.
  24. Simply select the maps you would like to create Drupal/Tripal pages for and click Sync Maps. Once synced,
  25. pages will appear on the site for maps.</p></li>
  26. </ol>
  27. <h3>Features of this Module:</h3>
  28. <ul>
  29. <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>
  30. <li><p><b>Simple Search Tool</b>: A <?php print l('simple search tool','chado/featuremaps') ?> is provided for
  31. finding maps. This tool relies on Drupal Views. <a href="http://drupal.org/project/views">Drupal Views</a>
  32. which must be installed to see the search tool. Look for it in the navigation menu under the item
  33. "Search Biological Data". </p></li>
  34. </ul>