Commit Graph
4 Commits
Author SHA1 Message Date
Greg Von Kuster e190e6e2b0 Enhancements to the way dynamic_options work in order to enable tools using dynemic_options to function in workdflow.
We're still supporting the current dynamic_options functionality.  This is a first pass and will be cleaned up as we continue to evolve more tools to use this new approach.
Within tool configs, SelectToolParameter types now include a <select_options> tag set.  Several tools have been altered to use this new approach.  Other tools we enhanced to
use the ColumnListParameter type.
2007-10-19 20:42:11 +00:00
Daniel Blankenberg 4cbfce361b Add the ability to define datatypes in the configuration file.
Datatypes are defined like:
[galaxy:datatypes]
bed = galaxy.datatypes.interval:Bed
png = galaxy.datatypes.images:Image,image/png

where the mime-type (default of text/plain) can be declared after the class name, as is seen with png.
2007-06-01 19:25:19 +00:00
Nate Coraor 7ac51f24fc All of the stuff in /cache has been moved to /depot/data2. 2007-03-13 21:27:39 +00:00
James Taylor f788a34fca Moving james-wsgi branch to new trunk. 2006-11-15 16:28:21 +00:00