Files
galaxy/tools
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
..
2007-05-31 20:31:28 +00:00
2007-05-31 20:31:28 +00:00
2007-05-14 17:41:57 +00:00
2007-05-31 20:31:28 +00:00
2007-05-25 20:40:15 +00:00