All File Changes
v343_base to v344_preview (2017-01-09 to 2017-01-16) v344
Show details
- confs/hgwbeta.hg.conf
- lines changed 3, context: html, text, full: html, text
05a7268d74bfe3d74f633b1bc1123d6bf1d418c0 Sun Jan 15 01:11:32 2017 -0800
Installing updated hg.conf files from UCSC servers
- confs/preview.hg.conf
- lines changed 244, context: html, text, full: html, text
05a7268d74bfe3d74f633b1bc1123d6bf1d418c0 Sun Jan 15 01:11:32 2017 -0800
Installing updated hg.conf files from UCSC servers
- python/lib/ucscGb/qa/qaUtils.py
- lines changed 19, context: html, text, full: html, text
c3aa94b6be83af4de2e755eaaf1e1294b795963e Tue Jan 10 09:46:49 2017 -0800
Adding two new functions to qaUtils. Both are intended to be used to run various commands and manipulate the output beyond the original runCommand function. runCommandMergedOutErr combines both stdout and stderr into a single output and returns this. runCommandNoAbort skips the returncode check of the other versions of runCommand and instead returns the returncode to the user alongside the stdout and stderr of the command. Both added at the recommendation of Jonathan in CR, refs #18564
- python/lib/ucscGb/qa/tables/factory.py
- lines changed 5, context: html, text, full: html, text
853fb0e2d808a14d43a223ae7f19fdfd63e18869 Tue Jan 10 10:02:12 2017 -0800
Changes to positionalQa.py include having it call new runCommandMergedOutErr function when running runBits. Also includes new runCommandNoAbort to replace Popen calls. Similar things was done in factory.py and genePredQa.py, Popen call were replaced with calls to new function runCommandNoAbort. Work to runBits done at Jonathan's request in CR, but other changes were made for the sake of consistency. refs #18564
- python/lib/ucscGb/qa/tables/genePredQa.py
- lines changed 5, context: html, text, full: html, text
853fb0e2d808a14d43a223ae7f19fdfd63e18869 Tue Jan 10 10:02:12 2017 -0800
Changes to positionalQa.py include having it call new runCommandMergedOutErr function when running runBits. Also includes new runCommandNoAbort to replace Popen calls. Similar things was done in factory.py and genePredQa.py, Popen call were replaced with calls to new function runCommandNoAbort. Work to runBits done at Jonathan's request in CR, but other changes were made for the sake of consistency. refs #18564
- python/lib/ucscGb/qa/tables/positionalQa.py
- lines changed 10, context: html, text, full: html, text
853fb0e2d808a14d43a223ae7f19fdfd63e18869 Tue Jan 10 10:02:12 2017 -0800
Changes to positionalQa.py include having it call new runCommandMergedOutErr function when running runBits. Also includes new runCommandNoAbort to replace Popen calls. Similar things was done in factory.py and genePredQa.py, Popen call were replaced with calls to new function runCommandNoAbort. Work to runBits done at Jonathan's request in CR, but other changes were made for the sake of consistency. refs #18564
- python/lib/ucscGb/qa/tables/pslQa.py
- lines changed 18, context: html, text, full: html, text
5b4eab4fd242caef8f8dd352d8f7f82b18cd4dba Tue Jan 10 09:55:40 2017 -0800
Fixed error where qaGbTracks would crash if output from tdbQuery was empty. Included new runCommondNoAbort in the script. Instead of deleting db.sizes file created during process, will instead keep this and utilize it if it already exists which prevents the file from being created and deleted multiple times if qaGbTracks is run on multiple psl tracks. All added at Jonathan's recommendation in CR, refs #18564
- lines changed 0, context: html, text, full: html, text
e69aa3d527905a950a684ffc450ceed65b52368c Tue Jan 10 10:19:26 2017 -0800
Correcting indentation on a few lines, no redmine
- src/hg/hgTracks/bigBedTrack.c
- lines changed 3, context: html, text, full: html, text
c10fd16316fab8dfd1f823c5bc6e10ef55dadf84 Wed Jan 11 13:51:14 2017 -0800
fix bug #18657, by closing an open bigBed file
- src/hg/hgc/hgc.c
- lines changed 4, context: html, text, full: html, text
2f262ebebd76067ea983cfeb7454ed626a450c61 Fri Jan 6 15:45:54 2017 -0800
In mysql 5.7 with the default configuration, it is now an error if a SELECT list using DISTINCT does not include all ORDER BY fields. The solution is to add the ORDER BY fields to the end of the SELECT list if they're not already included. The extra columns returned by the query are ignored. refs #18626, #18597
- src/hg/htdocs/images/Parus_major.jpg
- lines changed 0, context: html, text, full: html, text
c26bea0c9dd5b61a617482c7f350e9d659c5695b Mon Jan 9 13:39:56 2017 -0800
Great tit birds male and female Luc Viatour and Francis C. Franklin wikimedia commons refs #18629
- src/hg/lib/ensGene.as
- lines changed 6, context: html, text, full: html, text
c257290253d707d2fc749e277f7a96c771accb80 Fri Jan 13 13:29:35 2017 -0800
Adding more detail to transcription/coding/exons start/end columns, refs #18548
- src/hg/lib/genePred.as
- lines changed 6, context: html, text, full: html, text
c257290253d707d2fc749e277f7a96c771accb80 Fri Jan 13 13:29:35 2017 -0800
Adding more detail to transcription/coding/exons start/end columns, refs #18548
- src/hg/lib/genePredExt.as
- lines changed 6, context: html, text, full: html, text
c257290253d707d2fc749e277f7a96c771accb80 Fri Jan 13 13:29:35 2017 -0800
Adding more detail to transcription/coding/exons start/end columns, refs #18548
- src/hg/lib/hAnno.c
- lines changed 6, context: html, text, full: html, text
6072cb04b34e57ebdef620512124c4d8722b79df Fri Jan 13 11:09:48 2017 -0800
hAnnoGetAssembly assumed that db.2bit would be found in hDbDbNibPath(db) but for old nib/ assemblies it is one level up in /gbdb/db/. Similar to hdb's hNibForChrom, test file existence and look in ../ as a backup. fixes #18445
- src/hg/lib/hdb.c
- lines changed 6, context: html, text, full: html, text
2f262ebebd76067ea983cfeb7454ed626a450c61 Fri Jan 6 15:45:54 2017 -0800
In mysql 5.7 with the default configuration, it is now an error if a SELECT list using DISTINCT does not include all ORDER BY fields. The solution is to add the ORDER BY fields to the end of the SELECT list if they're not already included. The extra columns returned by the query are ignored. refs #18626, #18597
- src/hg/lib/knownGene.as
- lines changed 7, context: html, text, full: html, text
c257290253d707d2fc749e277f7a96c771accb80 Fri Jan 13 13:29:35 2017 -0800
Adding more detail to transcription/coding/exons start/end columns, refs #18548
- src/hg/lib/refFlat.as
- lines changed 6, context: html, text, full: html, text
c257290253d707d2fc749e277f7a96c771accb80 Fri Jan 13 13:29:35 2017 -0800
Adding more detail to transcription/coding/exons start/end columns, refs #18548
- src/hg/lib/sangerGene.as
- lines changed 6, context: html, text, full: html, text
c257290253d707d2fc749e277f7a96c771accb80 Fri Jan 13 13:29:35 2017 -0800
Adding more detail to transcription/coding/exons start/end columns, refs #18548
- src/hg/lib/web.c
- lines changed 6, context: html, text, full: html, text
2f262ebebd76067ea983cfeb7454ed626a450c61 Fri Jan 6 15:45:54 2017 -0800
In mysql 5.7 with the default configuration, it is now an error if a SELECT list using DISTINCT does not include all ORDER BY fields. The solution is to add the ORDER BY fields to the end of the SELECT list if they're not already included. The extra columns returned by the query are ignored. refs #18626, #18597
- src/hg/makeDb/doc/melGal5/initialBuild.txt
- lines changed 774, context: html, text, full: html, text
674c373d41c24a782250680d5d7a05efd4c37e36 Thu Jan 12 14:14:40 2017 -0800
running up melGal5 assembly for rn6 conservation track refs #18656
- src/hg/makeDb/doc/rn6.txt
- lines changed 126, context: html, text, full: html, text
4fac872bbc8f95a8b0e8c20b78060f904616d788 Wed Jan 11 13:17:34 2017 -0800
starting pair wise alignments for conservation track refs #18656
- src/hg/makeDb/genbank/etc/align-genbank
- lines changed 1, context: html, text, full: html, text
7954e70503f29182076239317f5ceecf76fe676b Wed Jan 11 17:23:18 2017 -0800
fixes #18627
- src/hg/makeDb/schema/all.joiner
- lines changed 65, context: html, text, full: html, text
d8c373a4f759373703b194c65b89efa763282e71 Tue Jan 10 13:07:25 2017 -0800
fix up some problems in all.joiner that resulted from the Great Genbank
Migration
- src/hg/makeDb/trackDb/alpaca/vicPac1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/alpaca/vicPac2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/armadillo/dasNov3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/baboon/papAnu2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/baboon/papHam1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/balAcu/balAcu1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/bats/rouAeg1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/birds/amaVit1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/birds/aptMan1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/birds/aquChr2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/birds/geoFor1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/birds/melUnd1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/bison/bisBis1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/bonobo/panPan1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/bonobo/panPan2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- lines changed 2, context: html, text, full: html, text
2516bdd7c30a701809caed89993ea908dc214b02 Fri Jan 13 13:25:48 2017 -0800
correct breaks after bioproject and biosample links refs #16036
- src/hg/makeDb/trackDb/bushbaby/otoGar3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/calMil/calMil1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/cat/felCat5/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/cat/felCat8/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/chicken/galGal4/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/chicken/galGal5/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/chimp/panTro4/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/chimp/panTro5/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/chinchilla/chiLan1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/chlorocebus/chlSab2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ciliate/oxyTri2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/cow/bosTau7/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/cow/bosTau8/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/cow/snp148.shared.html
- lines changed 10, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/criGri/criGri1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/dog/canFam3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/dolphin/turTru2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/drosophila/dm6/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/drosophila/droSim2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/bunEbo1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/eboVir1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/eboVir2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/eboVir3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/marVir1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/resEbo1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/sudEbo1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/taiEbo1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ebola/zaiEbo1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/ferret/musFur1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/frog/nanPar1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/gadMor/gadMor1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/galVar/galVar1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/gator/allMis1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/gibbon/nomLeu2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/gibbon/nomLeu3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/gorilla/gorGor4/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/gorilla/gorGor5/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/hedgehog/eriEur1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/hedgehog/eriEur2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/human/chainNetPlacental.ra
- lines changed 17, context: html, text, full: html, text
2b3a3a7e0a73e7bdc1e89c8e1324969cfc234e45 Fri Jan 13 13:22:48 2017 -0800
adding galVar1 Malayan flying lemur no redmine
- src/hg/makeDb/trackDb/human/hg19Patch9/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/human/hg38/description.html
- lines changed 2, context: html, text, full: html, text
65e2b5c09a7a5e7f5f1224e5d441a17e6d3dec90 Tue Jan 10 15:24:15 2017 -0800
made edit to hg38 desc page per refs #18645
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/human/hg38/trackDb.ra
- lines changed 2, context: html, text, full: html, text
f7c4e717f43eddc3e6c071c949e33d333af31d84 Mon Jan 9 14:28:43 2017 -0800
changed track.ra to make hg38patch9 public per refs #18274
- lines changed 2, context: html, text, full: html, text
193bf2be82d6923c38d80aad9be0a87fd1a02769 Mon Jan 9 14:44:48 2017 -0800
edited hg38 trackDb.ra to include patch9 per refs #18274
- src/hg/makeDb/trackDb/human/hg38Patch7/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/human/hg38Patch9/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/human/snp141.shared.html
- lines changed 1, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/human/snp142.shared.html
- lines changed 1, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/human/snp144.shared.html
- lines changed 1, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/human/snp146.shared.html
- lines changed 1, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/human/snp147.shared.html
- lines changed 1, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/kangarooRat/dipOrd1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/lamprey/petMar2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/lancelet/braFlo2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/latCha/latCha1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/macaca/macFas5/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/makefile
- lines changed 1, context: html, text, full: html, text
58b581be4a544f41a1c1f780cce6cf696404d859 Thu Jan 12 14:08:28 2017 -0800
running up melGal5 assembly for rn6 conservation track refs #18656
- src/hg/makeDb/trackDb/manatee/triMan1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/megabat/pteVam1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/moleRat/hetGla1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/moleRat/hetGla2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/mouse/mm10/strainSNPs.html
- lines changed 53, context: html, text, full: html, text
cb115041463789857e79bbffafb129f91a38c3d9 Fri Jan 13 14:14:55 2017 -0800
initial contents for mouse VCF track refs #13553
- src/hg/makeDb/trackDb/mouse/mm10Patch1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/mouse/mm10Patch4/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/mouse/mm10Strains1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/mouse/snp142.shared.html
- lines changed 10, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/mouseLemur/micMur1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/mouseLemur/micMur2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/oldWorldMonkeys/colAng1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/oreNil/oreNil2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/pangolin/manPen1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/pig/susScr3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/pika/ochPri2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/pika/ochPri3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/plasFalc3D7/plasFalc3D7V12/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/platypus/ornAna2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/poeRet/poeRet1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/proboscis/nasLar1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/rat/rn5/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/rat/rn6/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/reptiles/thaSir1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/rhesus/rheMac3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/rhesus/rheMac7/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/rhesus/rheMac8/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/rhino/cerSim1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/rhinopithecus/rhiRox1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/rockHyrax/proCap1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/saiBol/saiBol1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/sheep/oviAri3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/shrew/sorAra1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/shrew/sorAra2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/sloth/choHof1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/snp128.html
- lines changed 10, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/snp137.shared.html
- lines changed 10, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/snp138.shared.html
- lines changed 10, context: html, text, full: html, text
ca2d8076cac8fdc1bec0e6399f9d8fe8b255517d Wed Jan 11 13:37:53 2017 -0800
edited shared.html pages per refs #17960
- src/hg/makeDb/trackDb/squirrel/speTri2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/squirt/ci3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/tarsier/tarSyr1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/tarsier/tarSyr2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/tasmanianDevil/sarHar1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/tenrec/echTel1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/tenrec/echTel2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/treeShrew/tupBel1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/turkey/melGal5/description.html
- lines changed 64, context: html, text, full: html, text
58b581be4a544f41a1c1f780cce6cf696404d859 Thu Jan 12 14:08:28 2017 -0800
running up melGal5 assembly for rn6 conservation track refs #18656
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/turkey/melGal5/gap.html
- lines changed 31, context: html, text, full: html, text
58b581be4a544f41a1c1f780cce6cf696404d859 Thu Jan 12 14:08:28 2017 -0800
running up melGal5 assembly for rn6 conservation track refs #18656
- src/hg/makeDb/trackDb/turkey/melGal5/gold.html
- lines changed 34, context: html, text, full: html, text
58b581be4a544f41a1c1f780cce6cf696404d859 Thu Jan 12 14:08:28 2017 -0800
running up melGal5 assembly for rn6 conservation track refs #18656
- src/hg/makeDb/trackDb/turkey/melGal5/trackDb.ra
- lines changed 8, context: html, text, full: html, text
58b581be4a544f41a1c1f780cce6cf696404d859 Thu Jan 12 14:08:28 2017 -0800
running up melGal5 assembly for rn6 conservation track refs #18656
- src/hg/makeDb/trackDb/turtle/chrPic1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/turtle/chrPic2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/whale/orcOrc1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/ancCey1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/ascSuu1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/bruMal2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/burXyl1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/caeAng2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/caeSp51/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/ce11/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/dirImm1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/haeCon2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/hetBac1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/loaLoa1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/melInc2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/necAme1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/oncVol1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/panRed1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/priExs1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/priPac3/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/strRat1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/strRat2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/triSpi1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/worm/triSui1/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/xenTro/xenTro7/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/zebraFinch/taeGut2/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/makeDb/trackDb/zebrafish/danRer10/description.html
- lines changed 1, context: html, text, full: html, text
1386a89441229b67baa984cc8bfe2e9728858c69 Thu Jan 12 16:43:07 2017 -0800
Changing label from GenBank accession ID to Accession ID, #refs 18190
- src/hg/utils/automation/asmHubAssembly.pl
- lines changed 3, context: html, text, full: html, text
372174509cdfee7ea961ec4a2cff3cfac94b34ea Fri Jan 13 13:43:15 2017 -0800
updates to manage refseq and genbank assemblies refs #13553
- src/hg/utils/automation/asmHubGatewayPage.pl
- lines changed 49, context: html, text, full: html, text
372174509cdfee7ea961ec4a2cff3cfac94b34ea Fri Jan 13 13:43:15 2017 -0800
updates to manage refseq and genbank assemblies refs #13553
- src/hg/utils/automation/asmHubTrackDb.sh
- lines changed 17, context: html, text, full: html, text
372174509cdfee7ea961ec4a2cff3cfac94b34ea Fri Jan 13 13:43:15 2017 -0800
updates to manage refseq and genbank assemblies refs #13553
- src/hg/utils/automation/doAssemblyHub.pl
- lines changed 10, context: html, text, full: html, text
372174509cdfee7ea961ec4a2cff3cfac94b34ea Fri Jan 13 13:43:15 2017 -0800
updates to manage refseq and genbank assemblies refs #13553
- src/hg/utils/automation/makeGenomeDb.pl
- lines changed 2, context: html, text, full: html, text
885c57680136498fea0deea8c266bf2dc9dea22d Fri Jan 13 13:38:30 2017 -0800
fixup Accession ID instead of GenBank ID refs #18190
- src/inc/tagStorm.h
- lines changed 1, context: html, text, full: html, text
70045e78f82c0196ab0ff08c4f68cf958197ac07 Mon Jan 9 14:55:48 2017 -0800
Adding start line number to tagStanza for better error reporting.
- src/lib/htmlPage.c
- lines changed 1, context: html, text, full: html, text
539f3941799fc5d2e3a864346f937ff728ff13f2 Tue Jan 10 19:35:28 2017 -0800
allow # anchor uri fragment in url.
- src/lib/tagStorm.c
- lines changed 1, context: html, text, full: html, text
70045e78f82c0196ab0ff08c4f68cf958197ac07 Mon Jan 9 14:55:48 2017 -0800
Adding start line number to tagStanza for better error reporting.
- src/product/installer/README.md
- lines changed 32, context: html, text, full: html, text
2432c31310796c29d4cdb2f878320871cd4f66d4 Fri Jan 13 15:25:49 2017 -0800
Adding info to gbic help page about diff between gbib and gbic, as well as clarifying the update command, refs #18619
- src/product/installer/browserSetup.sh
- lines changed 1, context: html, text, full: html, text
db3a935a53d2763ecdc3b6840c277396ff006ab0 Mon Jan 9 10:43:01 2017 -0800
Adding quotes around link to minimal.hg.conf so it properly prints
- src/tagStorm/tagStormCheck/tagStormCheck.c
- lines changed 46, context: html, text, full: html, text
5ab1b2daf50f76654065644a66b0b4983d75707d Mon Jan 9 12:51:16 2017 -0800
Adding optional requirement line. Parses and checks uniqueness, but not yet checking that it must be there.
- lines changed 101, context: html, text, full: html, text
89158c95543930aee7a3b86d65258d2fd8f598b2 Mon Jan 9 14:57:45 2017 -0800
Adding ! and ^ checks for required tags and unique-on-leaf tags.
- src/tagStorm/tagStormCheck/test.schema
- lines changed 3, context: html, text, full: html, text
89158c95543930aee7a3b86d65258d2fd8f598b2 Mon Jan 9 14:57:45 2017 -0800
Adding ! and ^ checks for required tags and unique-on-leaf tags.
- src/utils/qa/checkMachineName.csh
- lines changed 1, context: html, text, full: html, text
9b1eb09e57cf432a1efe4fae3a240c66babfc2cc Tue Jan 10 13:06:05 2017 -0800
Adding genome-asia to machine name list. Part of work to make genome-asia show up in updateTimes output, refs #18617
- src/utils/qa/checkMetaData.csh
- lines changed 1, context: html, text, full: html, text
105b90ada7157b6cc8cdc005c86322c6711fee76 Tue Jan 10 14:38:50 2017 -0800
Specifying usage stmnt for hgwbeta instead of beta, no RM
- src/utils/qa/getTableStatus.csh
- lines changed 1, context: html, text, full: html, text
38e8bc506420f5605d5fd8a0b0ccc813b68f5b7b Tue Jan 10 13:19:11 2017 -0800
Adding exception for genome-asia to and if statement. Part of work to make genome-asia show up in updateTimes output, refs #18617
- src/utils/qa/getVersion.csh
- lines changed 1, context: html, text, full: html, text
ef05cfa9b2b4b0c8d24e1d7e1f8fefaf53a9afa0 Tue Jan 10 14:08:35 2017 -0800
Making script aware of genome-asia, refs #18646
- src/utils/qa/makefile
- lines changed 1, context: html, text, full: html, text
22341d9f9e935e2adb290488f5321fee77e770c3 Fri Jan 13 11:18:00 2017 -0800
Adding helper script that runs qaAutoTrack.sh for all current autopushed tracks. Updating makefile so that this new script will be copied when make is run. refs #12561
- src/utils/qa/qaAutoTrack.sh
- lines changed 21, context: html, text, full: html, text
df0b2815a68268581da0984e2de1d718a9dcb661 Wed Jan 11 15:54:16 2017 -0800
Changes based on CR. Added new variables for previous log time and current runtime. Changed log file name format, now includes current runtime in name. Changed way previous log file was found, now can compare to previous logs from the same day. Simplified checks for newLogDir and overwriteLogUrl. refs #18632
- src/utils/qa/realTime.csh
- lines changed 4, context: html, text, full: html, text
d3f13ad7ba599c99681f0c5924eff738971ea97e Tue Jan 10 13:51:08 2017 -0800
Adding genome-asia to output for both scripts, refs #18617
- src/utils/qa/runQaAutoTrack.sh
- lines changed 114, context: html, text, full: html, text
22341d9f9e935e2adb290488f5321fee77e770c3 Fri Jan 13 11:18:00 2017 -0800
Adding helper script that runs qaAutoTrack.sh for all current autopushed tracks. Updating makefile so that this new script will be copied when make is run. refs #12561
- lines changed 8, context: html, text, full: html, text
f6c2a19a73b7f191470115d4c5c6bf8ea9f24895 Fri Jan 13 11:30:29 2017 -0800
Minor tweak to usage message for runQaAutoTrack.sh, refs #12561
- src/utils/qa/updateTimes.csh
- lines changed 20, context: html, text, full: html, text
d3f13ad7ba599c99681f0c5924eff738971ea97e Tue Jan 10 13:51:08 2017 -0800
Adding genome-asia to output for both scripts, refs #18617
- src/utils/qa/weeklybld/buildEnv.csh
- lines changed 2, context: html, text, full: html, text
43fe4d12a52519dfe90fbceb040d4456e5840069 Mon Jan 16 09:54:21 2017 -0800
v344 preview1 refs #18555
- lines changed: 2175
- files changed: 200