File Changes for kent
switch to commits view, user indexv237_preview to v237_base (2010-07-27 to 2010-08-03) v237
- src/hg/hgTracks/hgTracks.c
- lines changed 62, context: html, text, full: html, text
Taking some small steps towards implementing import of tracks from a data hub. Made trackDbFromRa take a url rather than a file as input by swapping in netLineFileOpen for lineFileOpen. Have a bunch of code that is compiled but not called (the call is ifdef'd out) that is starting to do some ofthe work, but that currently is crashing if ifdef'd back in. Just committing at this point so that I can do a git pull and grab everyone elses changes. I'm still learning how to work with half-baked things in git. ;-)
- src/hg/lib/trackDbCustom.c
- lines changed 2, context: html, text, full: html, text
Taking some small steps towards implementing import of tracks from a data hub. Made trackDbFromRa take a url rather than a file as input by swapping in netLineFileOpen for lineFileOpen. Have a bunch of code that is compiled but not called (the call is ifdef'd out) that is starting to do some ofthe work, but that currently is crashing if ifdef'd back in. Just committing at this point so that I can do a git pull and grab everyone elses changes. I'm still learning how to work with half-baked things in git. ;-)
- src/hg/makeDb/trackDb/human/hg18/trackDb.wgEncode.ra
- lines changed 107, context: html, text, full: html, text
Making little logo show up to left of encode regulatory track and fixing long label on one component.
- src/utils/htmlCheck/htmlCheck.c
switch to commits view, user index