File Changes for galt
switch to commits view, user indexv287_preview2 to v287_base (2013-07-23 to 2013-07-30) v287
- src/hg/encode3/encodeDataWarehouse/edwMakeValidFile/edwMakeValidFile.c
- lines changed 58, context: html, text, full: html, text
refactored rcc and idat validationi code into encode3Valid.c; use it in edwMakeValidFile.c and validateFiles.c; call vf from vm for rcc, idat, and also added fasta type
- src/hg/encode3/validateFiles/validateFiles.c
- lines changed 20, context: html, text, full: html, text
refactored rcc and idat validationi code into encode3Valid.c; use it in edwMakeValidFile.c and validateFiles.c; call vf from vm for rcc, idat, and also added fasta type
- src/hg/encode3/validateManifest/validateManifest.c
- lines changed 19, context: html, text, full: html, text
refactored rcc and idat validationi code into encode3Valid.c; use it in edwMakeValidFile.c and validateFiles.c; call vf from vm for rcc, idat, and also added fasta type
- src/hg/inc/encode3/encode3Valid.h
- lines changed 6, context: html, text, full: html, text
refactored rcc and idat validationi code into encode3Valid.c; use it in edwMakeValidFile.c and validateFiles.c; call vf from vm for rcc, idat, and also added fasta type
- src/hg/lib/encode3/encode3Valid.c
- lines changed 80, context: html, text, full: html, text
refactored rcc and idat validationi code into encode3Valid.c; use it in edwMakeValidFile.c and validateFiles.c; call vf from vm for rcc, idat, and also added fasta type
- src/utils/qa/weeklybld/buildHgCentralSql.csh
- lines changed 4, context: html, text, full: html, text
using --order-by-primary in hgcentral dump build so that rows are returned in a stable order if there is an index (the primary if found)
switch to commits view, user index