tripal_bulk_loader_admin.tpl.php 1.7 KB

1234567891011121314151617181920212223242526
  1. <h3>Quick Links:</h3>
  2. <ul>
  3. <li><?php print l('Configure settings', 'admin/tripal/tripal_bulk_loader_template/configure') ?></li>
  4. <li><?php print l('List Bulk Loader Jobs', 'admin/tripal/tripal_bulk_loader_template/jobs') ?></li>
  5. <li><?php print l('Manage Templates', 'admin/tripal/tripal_bulk_loader_template/manage_templates')?>
  6. <ul>
  7. <li><?php print l('Create a new template', 'admin/tripal/tripal_bulk_loader_template/manage_templates/create')?></li>
  8. <li><?php print l('Edit an existing template', 'admin/tripal/tripal_bulk_loader_template/manage_templates/edit')?></li>
  9. <li><?php print l('Delete an existing template', 'admin/tripal/tripal_bulk_loader_template/manage_templates/delete')?></li>
  10. <li><?php print l('Import a new template', 'admin/tripal/tripal_bulk_loader_template/manage_templates/import')?></li>
  11. <li><?php print l('Export an existing template', 'admin/tripal/tripal_bulk_loader_template/manage_templates/export')?></li>
  12. </ul>
  13. </li>
  14. </ul>
  15. <br>
  16. <h3>Module Description:</h3>
  17. <p>This module allows you to create loading templates for any tab-delimited
  18. data file which can be used repetitively for loading data into chado. The Loading Templates are a direct mapping
  19. between the columns in your file and the columns in chado tables. To use this tool
  20. you need to be very familar with the chado schema -See
  21. <?php l(t('Chado -Getting Started'), 'http://gmod.org/wiki/Chado_-_Getting_Started') ?>.
  22. The ability to add constants and specify values via foreign key contraints is also provided
  23. in order for the loader to fill chado columns which may be required but are not specified
  24. in your input file.
  25. </p>
  26. <br />