File Changes for angie
switch to commits view, user indexv315_preview2 to v315_base (2015-04-13 to 2015-04-20) v315
- src/hg/inc/hdb.h
- lines changed 6, context: html, text, full: html, text
Libified hdb.c's trackDataAccessible for use in hgTrackDb, to add support for bigDataUrl-only tracks in -strict mode.
Also added a check for existence of file, if bigDataUrl is a file instead of a URL.
It would be good to further require in hgTrackDb that for bigDataUrl-based tracks,
tdb must also have a release tag in order to prevent /gbdb/ tracks from sneaking from
hgwbeta to RR -- but by the time pruneStrict is called, pruneRelease has already
removed the release tag!
More investigation required to see whether it's OK to call pruneStrict earlier.
refs #14379 #15059
- src/hg/lib/hdb.c
- lines changed 21, context: html, text, full: html, text
Libified hdb.c's trackDataAccessible for use in hgTrackDb, to add support for bigDataUrl-only tracks in -strict mode.
Also added a check for existence of file, if bigDataUrl is a file instead of a URL.
It would be good to further require in hgTrackDb that for bigDataUrl-based tracks,
tdb must also have a release tag in order to prevent /gbdb/ tracks from sneaking from
hgwbeta to RR -- but by the time pruneStrict is called, pruneRelease has already
removed the release tag!
More investigation required to see whether it's OK to call pruneStrict earlier.
refs #14379 #15059
- src/hg/makeDb/hgTrackDb/hgTrackDb.c
- lines changed 5, context: html, text, full: html, text
Libified hdb.c's trackDataAccessible for use in hgTrackDb, to add support for bigDataUrl-only tracks in -strict mode.
Also added a check for existence of file, if bigDataUrl is a file instead of a URL.
It would be good to further require in hgTrackDb that for bigDataUrl-based tracks,
tdb must also have a release tag in order to prevent /gbdb/ tracks from sneaking from
hgwbeta to RR -- but by the time pruneStrict is called, pruneRelease has already
removed the release tag!
More investigation required to see whether it's OK to call pruneStrict earlier.
refs #14379 #15059
switch to commits view, user index