Commit Graph
4 Commits
Author SHA1 Message Date
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
Ian Schenck 7b5aa376e9 Fix for microbial data. get_html_param_map wasn't able to pass the context of the inputs into the page, which was crashing things. 2007-05-24 18:36:28 +00:00
Daniel Blankenberg 8554c031ed Push Microbial datasource changes onto trunk. 2007-01-10 15:23:30 +00:00
James Taylor f788a34fca Moving james-wsgi branch to new trunk. 2006-11-15 16:28:21 +00:00