Commit Graph
9 Commits
Author SHA1 Message Date
Greg Von Kuster 6d80665988 Added file_size column to dataset table, requires db schema alteration:
alter table dataset add column file_size numeric(15,0)
Also added new script update_dataset_size.py
2008-01-08 16:19:25 +00:00
Greg Von Kuster bbba08b89d Gzipped files from UCSC will now be decompressed on the fly. Also fixed a bug in biomart_filter. 2007-12-10 16:13:05 +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
Ian Schenck 77f1195f7a Changed trans->app. 2007-05-31 20:31:28 +00:00
Daniel Blankenberg 5f67a58a9b Add customtrack datatype. This is a skeleton class for now, allows viewing at ucsc and formatted
peeking.
2007-03-09 21:28:09 +00:00
Daniel Blankenberg d389d70b5b Add sequence to tablebrowser direct connection. Custom track can be added after an actual datatype is created. 2007-03-08 16:42:48 +00:00
Daniel Blankenberg 1ebbc0c583 Fix for hyperlinks for UCSC table browser direct connection. 2007-03-08 16:35:58 +00:00
Daniel Blankenberg 84e2dc5ed5 Fix for UCSC direct connection for unknown datatypes. 2007-03-01 16:22:29 +00:00
Daniel Blankenberg 412b9a9677 Add UCSC Table Browser direct connection tool. 2007-02-28 20:46:06 +00:00