Commit Graph
5 Commits
Author SHA1 Message Date
Daniel Blankenberg 58963cc97d Remove link target from intermine datasource tools. 2011-03-22 20:29:32 -04:00
Daniel Blankenberg 365f9d6ad8 Add modENCODE modMine server tool to tool_conf.xml.sample. 2010-11-23 14:50:46 -05:00
Daniel Blankenberg 70a68cd688 Remove UCSC tablebrowser specific parameters from modmine.xml datasource tool. 2010-08-16 09:22:40 -04:00
Daniel Blankenberg f92b25d2f5 Enhance tool parameter sanitization. Sanitization rules can now be defined on a per input parameter basis. Resolves ticket #38 and #142.
Sanitization now occurs as part of the InputValueWrapper logic. Previously sanitization occurred as soon as parameter values were provided by the user via form submits, causing the sanitized values to be stored in the database. Now the original user specified values are stored in the database and sanitation happens when str is called on the InputValueWrapper, i.e. during command-line generation and when generating configfiles.

Abstract out param name and value translations that are performed on data source tools. This changes some of the names of the tags used for these purposes  (e.g. data_type_translation becomes value_translation) to reflect this generalization. The ToolConfigSyntax wiki page has been updated with these changes.

Future Enhancement:
Allow methods with arguments and keywords to be specified for sanitation and translation purposes.
2009-12-07 10:19:41 -05:00
Greg Von Kuster f16d27c2d4 Add datasource tool configs for modMine and Ratmine. 2009-12-03 15:33:15 -05:00