File Changes for kent
switch to commits view, user indexv265_preview2 to v265_base (2012-03-20 to 2012-03-27) v265
- python/users/README
- lines changed 4, context: html, text, full: html, text
Adding a directory where users can create programs they don't feel are yet ready for other people to user.
- src/hg/hgTables/bam.c
- lines changed 1, context: html, text, full: html, text
Replacing a hash that gives a tdb for a track name with one that gives tdb for a table name. Addresses redmine 7222.
- src/hg/hgTables/bigBed.c
- lines changed 1, context: html, text, full: html, text
Replacing a hash that gives a tdb for a track name with one that gives tdb for a table name. Addresses redmine 7222.
- src/hg/hgTables/bigWig.c
- lines changed 3, context: html, text, full: html, text
Replacing a hash that gives a tdb for a track name with one that gives tdb for a table name. Addresses redmine 7222.
- src/hg/hgTables/hgTables.c
- lines changed 18, context: html, text, full: html, text
Replacing a hash that gives a tdb for a track name with one that gives tdb for a table name. Addresses redmine 7222.
- src/hg/hgTables/hgTables.h
- lines changed 1, context: html, text, full: html, text
Oops forgot to include this .h file in the fix for #7222
- src/hg/hgTables/schema.c
- lines changed 11, context: html, text, full: html, text
Replacing a hash that gives a tdb for a track name with one that gives tdb for a table name. Addresses redmine 7222.
- src/hg/hgTables/sumStats.c
- lines changed 1, context: html, text, full: html, text
Replacing a hash that gives a tdb for a track name with one that gives tdb for a table name. Addresses redmine 7222.
- src/hg/hgTables/vcf.c
- lines changed 1, context: html, text, full: html, text
Replacing a hash that gives a tdb for a track name with one that gives tdb for a table name. Addresses redmine 7222.
- src/hg/makeDb/hgBedsToBedExps/hgBedsToBedExps.c
- lines changed 2, context: html, text, full: html, text
Fixing a bug Bob noticed where in wgEncodeRegTfbsClustered the score sometimes was larger than the max of the components visible on the details page.
- src/utils/newProg/newProg.c
- lines changed 2, context: html, text, full: html, text
Adding a couple of comments, one of them to the generated code.
switch to commits view, user index