File Changes for kent
switch to commits view, user indexv246_preview2 to v246_base (2011-01-18 to 2011-01-25) v246
- src/hg/hgTables/bigBed.c
- lines changed 6, context: html, text, full: html, text
Fixed bug with bigBed in table browser.
- src/hg/hgTables/bigWig.c
- lines changed 1, context: html, text, full: html, text
Fixing memory allocation problem where one path through the code was not allocating return value dynamically, causing trouble when it was later freed.
- src/hg/hgTracks/bigBedTrack.c
- lines changed 15, context: html, text, full: html, text
Moving a bbiFile processing routine from hgTracks to library, so hgc could use it too. Using it to make hgc on bigBed work better.
- src/hg/hgc/bigBedClick.c
- lines changed 5, context: html, text, full: html, text
Moving a bbiFile processing routine from hgTracks to library, so hgc could use it too. Using it to make hgc on bigBed work better.
- src/hg/inc/hdb.h
- lines changed 3, context: html, text, full: html, text
Moving a bbiFile processing routine from hgTracks to library, so hgc could use it too. Using it to make hgc on bigBed work better.
- src/hg/lib/hdb.c
- lines changed 15, context: html, text, full: html, text
Moving a bbiFile processing routine from hgTracks to library, so hgc could use it too. Using it to make hgc on bigBed work better.
- src/hg/utils/hubCheck/hubCheck.c
- lines changed 1, context: html, text, full: html, text
Adding blank line after initial comment.
- src/utils/bedRemoveOverlap/bedRemoveOverlap.c
- lines changed 151, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/bedRemoveOverlap/empty.expected
- lines changed 0, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/bedRemoveOverlap/makefile
- lines changed 33, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/bedRemoveOverlap/one.expected
- lines changed 1, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/bedRemoveOverlap/test4.expected
- lines changed 4, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/bedRemoveOverlap/threeLast.expected
- lines changed 1, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/bedRemoveOverlap/twoFirst.expected
- lines changed 1, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/bedRemoveOverlap/twoSecond.expected
- lines changed 1, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/bedRemoveOverlap/unsorted.expected
- lines changed 0, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
- src/utils/makefile
- lines changed 1, context: html, text, full: html, text
Adding new bedRemoveOverlap utility.
switch to commits view, user index