All File Changes
v288_preview to v288_preview2 (2013-08-07 to 2013-08-13) v288
- README
- lines changed 1, context: html, text, full: html, text
a do nothing change to test git push
- lines changed 1, context: html, text, full: html, text
a do nothing change to test git push
- src/hg/encode3/encodeDataWarehouse/edwFixBasesInSample/edwFixBasesInSample.c
- lines changed 62, context: html, text, full: html, text
Little fixer seems to work.
- src/hg/encode3/encodeDataWarehouse/edwFixBasesInSample/makefile
- lines changed 4, context: html, text, full: html, text
Little fixer seems to work.
- src/hg/encode3/encodeDataWarehouse/edwMakeContaminationQa/edwMakeContaminationQa.c
- lines changed 177, context: html, text, full: html, text
Seems to work. Has run on about 1/3 of ENCODE2.
- lines changed 66, context: html, text, full: html, text
Making it so it only does work if it hasn't done it already.
- lines changed 21, context: html, text, full: html, text
Adding keepTemp command line option. Getting sample from already downsampled file in edwFastqFile table.
- src/hg/encode3/encodeDataWarehouse/edwMakeContaminationQa/makefile
- lines changed 4, context: html, text, full: html, text
Seems to work. Has run on about 1/3 of ENCODE2.
- src/hg/encode3/encodeDataWarehouse/edwMakeValidFile/edwMakeValidFile.c
- lines changed 151, context: html, text, full: html, text
Making it call external fastqStatsAndSubsample program. Allowing 'unknown' format files to get license plate.
- src/hg/encode3/encodeDataWarehouse/edwSubmit/edwSubmit.c
- lines changed 3, context: html, text, full: html, text
Allowing mm10 as a ucscDb.
- src/hg/encode3/encodeDataWarehouse/inc/edwFastqFileFromRa.h
- lines changed 15, context: html, text, full: html, text
Adding a code-generated routine that will parse a edwFastqFile out of a .ra file with the right fields in a pretty robust fashion. Hmm, it is a lot of code. I'm glad I didn't clutter autoSql with it.
- src/hg/encode3/encodeDataWarehouse/inc/edwLib.h
- lines changed 12, context: html, text, full: html, text
Adding support routines for edwFastqFiles.
- src/hg/encode3/encodeDataWarehouse/inc/encodeDataWarehouse.h
- lines changed 159, context: html, text, full: html, text
Adding edwFastqFile and edwQaRepeat tables. Making a couple of edwValidFile indexes unique.
- src/hg/encode3/encodeDataWarehouse/lib/edwFastqFileFromRa.c
- lines changed 305, context: html, text, full: html, text
Adding a code-generated routine that will parse a edwFastqFile out of a .ra file with the right fields in a pretty robust fashion. Hmm, it is a lot of code. I'm glad I didn't clutter autoSql with it.
- src/hg/encode3/encodeDataWarehouse/lib/edwLib.c
- lines changed 58, context: html, text, full: html, text
Adding support routines for edwFastqFiles.
- src/hg/encode3/encodeDataWarehouse/lib/encodeDataWarehouse.as
- lines changed 45, context: html, text, full: html, text
Adding edwFastqFile and edwQaRepeat tables. Making a couple of edwValidFile indexes unique.
- src/hg/encode3/encodeDataWarehouse/lib/encodeDataWarehouse.c
- lines changed 561, context: html, text, full: html, text
Adding edwFastqFile and edwQaRepeat tables. Making a couple of edwValidFile indexes unique.
- src/hg/encode3/encodeDataWarehouse/lib/encodeDataWarehouse.sql
- lines changed 49, context: html, text, full: html, text
Adding edwFastqFile and edwQaRepeat tables. Making a couple of edwValidFile indexes unique.
- src/hg/encode3/encodeDataWarehouse/lib/makefile
- lines changed 1, context: html, text, full: html, text
Adding a code-generated routine that will parse a edwFastqFile out of a .ra file with the right fields in a pretty robust fashion. Hmm, it is a lot of code. I'm glad I didn't clutter autoSql with it.
- src/hg/encode3/encodeDataWarehouse/lib/redoSchema
- lines changed 2, context: html, text, full: html, text
Moving code generated .h file _before_ the compile!
- src/hg/encode3/encodeDataWarehouse/lib/resetEdw
- lines changed 6, context: html, text, full: html, text
Moving it back from hive to scratch while hive is being delicate. Adding e. coli contamination target.
- src/hg/encode3/encodeDataWarehouse/makefile
- lines changed 1, context: html, text, full: html, text
Adding new edwMakeContaminationQa program to build.
- src/hg/hgLogin/hgLogin.c
- lines changed 2, context: html, text, full: html, text
proper handling of username cgi encoding in url
- src/hg/hgTracks/bamTrack.c
- lines changed 22, context: html, text, full: html, text
For BAM custom tracks, base-coloring trackDb settings were automatically set,but that didn't take care of hub tracks, and not all native BAM tracks added
those settings in their trackDb entries. So, as I should have done from the
beginning, I'm forcing the base-coloring settings directly in bamMethods.
fixes #11479
- src/hg/hgTracks/hgTracks.c
- lines changed 7, context: html, text, full: html, text
For BAM custom tracks, base-coloring trackDb settings were automatically set,but that didn't take care of hub tracks, and not all native BAM tracks added
those settings in their trackDb entries. So, as I should have done from the
beginning, I'm forcing the base-coloring settings directly in bamMethods.
fixes #11479
- src/hg/hgTracks/joinedRmskTrack.c
- lines changed 46, context: html, text, full: html, text
fixup to eliminate globals, passing data in tg structure refs #9741 #11384
- lines changed 31, context: html, text, full: html, text
fixup function declaration format to match kent style refs #11384
- lines changed 4, context: html, text, full: html, text
best use of slAddList refs #11384
- src/hg/htdocs/ENCODE/FAQ/index.html
- lines changed 2, context: html, text, full: html, text
Correcting FAQ link, adding Updated Date to ENCODE FAQ
- src/hg/htdocs/contacts.html
- lines changed 7, context: html, text, full: html, text
updated mailing list archives links to point to Google Groups
- src/hg/htdocs/goldenPath/pubs.html
- lines changed 61, context: html, text, full: html, text
Fixing some previous edits to pubs page, now include full author list for those redone with getTrackReferences, refs #11410
- src/hg/htdocs/training.html
- lines changed 1, context: html, text, full: html, text
updated mailing list archives link to point to Google Groups
- src/hg/lib/mdb.c
- lines changed 84, context: html, text, full: html, text
Further changes to streamline queries due to mysql 5.6 inefficiencies. Redmine #11155. This has been tested on hgwdev-tdreszer.sdsc.edu browser, which is 5.6. However, RR way still be a problem, given cache interference.
- src/hg/makeDb/doc/allMis1.txt
- lines changed 25, context: html, text, full: html, text
fixup search rule for the gold table refs #8750
- lines changed 24, context: html, text, full: html, text
add lastz swap documentation refs #10272
- src/hg/makeDb/doc/echTel2.txt
- lines changed 25, context: html, text, full: html, text
fixup search rule refs #9693
- src/hg/makeDb/doc/musFur1.txt
- lines changed 25, context: html, text, full: html, text
fixup gold table search rule refs #6352
- src/hg/makeDb/doc/oviAri3.txt
- lines changed 25, context: html, text, full: html, text
fixup gold table search rule refs #9409
- src/hg/makeDb/doc/vicPac2.txt
- lines changed 25, context: html, text, full: html, text
fixup search rule for gold table refs #10833
- src/hg/makeDb/genbank/etc/euronode-copy
- lines changed 1, context: html, text, full: html, text
use hgwdev.sdsc for euronode copies
- src/hg/makeDb/genbank/etc/euronode-dbload
- src/hg/makeDb/schema/all.joiner
- lines changed 1, context: html, text, full: html, text
removed duplicate table entry in an identifier
- src/hg/makeDb/trackDb/alpaca/vicPac2/trackDb.ra
- lines changed 6, context: html, text, full: html, text
fixup search rule for gold table refs #10833
- src/hg/makeDb/trackDb/cow/bosTau6/numtSeq2012.html
- lines changed 1, context: html, text, full: html, text
Added the before presence in second sentence to make sentence flow better, refs #8533
- src/hg/makeDb/trackDb/ferret/musFur1/trackDb.ra
- lines changed 5, context: html, text, full: html, text
fixup gold table search rule refs #6352
- src/hg/makeDb/trackDb/gator/trackDb.ra
- lines changed 5, context: html, text, full: html, text
fixup search rule for gold track refs #8750
- src/hg/makeDb/trackDb/human/hg19/wgEncodeRegTfbsClusteredV3.html
- lines changed 4, context: html, text, full: html, text
Adding small changes to V3 TFBS clusters track.html refs# 10097
- src/hg/makeDb/trackDb/human/trackDb.ra
- lines changed 1, context: html, text, full: html, text
Capitalized the 'V' in 'HGMD Variants' short label (redmine #10935)
- src/hg/makeDb/trackDb/makefile
- lines changed 9, context: html, text, full: html, text
no trix for kids refs #8132
- src/hg/makeDb/trackDb/sheep/oviAri3/trackDb.ra
- lines changed 6, context: html, text, full: html, text
fixup gold table search rule refs #9409
- src/hg/makeDb/trackDb/tenrec/echTel2/trackDb.ra
- lines changed 7, context: html, text, full: html, text
fixup search rule refs #9693
- src/hg/sqlEnvTest.sh
- lines changed 6, context: html, text, full: html, text
source tree now functioning in new environment in hgwdev.sdsc refs #8875
- src/hg/utils/cpAndLinkToResourceFiles.pl
- lines changed 1, context: html, text, full: html, text
recognize host hgwdevSD refs #8875
- src/hg/utils/phyloTrees/111way.commonNames.nh
- lines changed 111, context: html, text, full: html, text
adding strCam1 Ostrich refs #10272
- src/hg/utils/phyloTrees/111way.nh
- lines changed 111, context: html, text, full: html, text
adding strCam1 Ostrich refs #10272
- src/hg/utils/phyloTrees/111way.scientificNames.nh
- lines changed 111, context: html, text, full: html, text
adding strCam1 Ostrich refs #10272
- src/hg/utils/phyloTrees/benchMark100.commonNames.nh
- lines changed 16, context: html, text, full: html, text
rearrange tree to fix lizard turtle gators and birds from 111way.nh file refs #10272
- src/hg/utils/phyloTrees/benchMark100.nh
- lines changed 76, context: html, text, full: html, text
rearrange tree to fix lizard turtle gators and birds from 111way.nh file refs #10272
- src/hg/utils/phyloTrees/benchMark100.scientificNames.nh
- lines changed 16, context: html, text, full: html, text
rearrange tree to fix lizard turtle gators and birds from 111way.nh file refs #10272
- src/hg/utils/phyloTrees/benchMark100.sh
- lines changed 2, context: html, text, full: html, text
rearrange tree to fix lizard turtle gators and birds from 111way.nh file refs #10272
- lines changed 2, context: html, text, full: html, text
rearrange tree to fix lizard turtle gators and birds from 111way.nh file refs #10272
- src/hg/utils/phyloTrees/commonNames.sh
- lines changed 1, context: html, text, full: html, text
adding strCam1 Ostrich refs #10272
- src/hg/utils/phyloTrees/makefile
- lines changed 7, context: html, text, full: html, text
adding strCam1 Ostrich refs #10272
- src/hg/utils/phyloTrees/scientificNames.sh
- lines changed 1, context: html, text, full: html, text
adding strCam1 Ostrich refs #10272
- src/inc/common.mk
- lines changed 1, context: html, text, full: html, text
source tree now functioning in new environment in hgwdev.sdsc refs #8875
- src/inc/raToStruct.h
- lines changed 31, context: html, text, full: html, text
Added basesInSample output.
- src/lib/hash.c
- src/lib/linefile.c
- lines changed 4, context: html, text, full: html, text
Made it so linefile on gzipped files doesn't abort with an error message if you close it before reading it all.
- lines changed 1, context: html, text, full: html, text
Removing weak attempt at fix that Mark properly fixed.
- src/lib/makefile
- lines changed 1, context: html, text, full: html, text
Making raToStruct.c module compile.
- src/lib/pipeline.c
- lines changed 7, context: html, text, full: html, text
Made it so linefile on gzipped files doesn't abort with an error message if you close it before reading it all.
- src/lib/raToStruct.c
- lines changed 63, context: html, text, full: html, text
Added basesInSample output.
- lines changed 8, context: html, text, full: html, text
Making raToStruct.c module compile.
- src/userApps/README
- lines changed 17, context: html, text, full: html, text
add note about MySQL access refs #9149
- src/utils/faUniqify/faUniqify.c
- lines changed 60, context: html, text, full: html, text
Seems to work. Sadly it does change line length.
- src/utils/faUniqify/makefile
- lines changed 3, context: html, text, full: html, text
Seems to work. Sadly it does change line length.
- src/utils/fastqStatsAndSubsample/fastqStatsAndSubsample.c
- lines changed 11, context: html, text, full: html, text
Making it write out '@' line again.
- lines changed 93, context: html, text, full: html, text
Added basesInSample output.
- lines changed 32, context: html, text, full: html, text
Making it work ok with /dev/null as fastq output. Fixing an integer overflow bug.
- src/utils/fastqStatsAndSubsample/makefile
- src/utils/qa/qaEnsGenes.csh
- lines changed 4, context: html, text, full: html, text
Made changes suggested in code review to limit loading of .hg.conf.beta to a subshell (redmine #11481)
- src/utils/qa/weeklybld/buildEnv.csh
- lines changed 7, context: html, text, full: html, text
Removed MYSQLLIBS and MYSQLINC as they are now specified in common.mk, refs #8875
- src/utils/qa/weeklybld/doNewReview.csh
- lines changed 5, context: html, text, full: html, text
changes necessary to do preview1
- src/utils/qa/weeklybld/makeStrictBeta.csh
- lines changed 1, context: html, text, full: html, text
eliminate useless cd WEEKLY directory changes refs #8875
- src/utils/qa/weeklybld/makeUserApps.csh
- lines changed 2, context: html, text, full: html, text
eliminate useless cd WEEKLY directory changes refs #8875
- src/utils/qa/weeklybld/tagPreview.csh
- lines changed 4, context: html, text, full: html, text
changes necessary to do preview1
- src/utils/raToStructGen/makefile
- lines changed 3, context: html, text, full: html, text
Main ra parsing function is generate and passes visual inspection. Haven't tried compiling it yet though.
- src/utils/raToStructGen/raToStructGen.c
- lines changed 261, context: html, text, full: html, text
Main ra parsing function is generate and passes visual inspection. Haven't tried compiling it yet though.
- lines changed 41, context: html, text, full: html, text
Making it generate a new function.
- lines changed: 3745
- files changed: 93