Talk:Custom track database

From genomewiki
Revision as of 16:59, 24 May 2006 by Hiram (talk | contribs)
Jump to navigationJump to search

Progress Report

  • 2006-05-24 Beginning to work with the other types beside bed. The GFFs are unusual in that they must be read in completely as a gff structure before they can be converted to bed. Thus their output accumulates in memory until the very end, and then they are output all at once. Created the dbTrash command to do the cleaning of the customTrash database.
  • 2006-05-12 Have basic system in place. Can load up bed types 3 through 12 into database and hgTracks can display them. Existing system remains in place. Have fixed the itemRgb business when more than 9 columns. hgLoadBed needs to make a temp file with a name of something other than bed.tab since more than one instance may be running at the same time. Need to figure out how to delete db tables older than N hours. Looking at hgTables code, doesn't appear to be too much confusion in there. The loading appears to be isolated to routines in custom.c, In fact it appears to be trivial and is in a single location. Function has been added to the table browser.