tripal_featuremap_help.tpl.php 2.3 KB

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