6e2f28786bccefb4d632b6f127d81b061cfea92b
max
  Tue Oct 24 01:53:47 2023 -0700
adding missing CKD track to emerge prs, refs #31546

diff --git src/hg/makeDb/doc/hg19.txt src/hg/makeDb/doc/hg19.txt
index 9fc6b64..bfaf764 100644
--- src/hg/makeDb/doc/hg19.txt
+++ src/hg/makeDb/doc/hg19.txt
@@ -35139,17 +35139,19 @@
         | awk '{print $1"\t"($2-1)"\t"$3"\ths"$6"\t0\t.\t"$2"\t"$3"\t"$9"\t"$8"\t"$6}' \
         | grep -P -v "^chr\t" \
         > vistaEnhancers.bed
 bedSort vistaEnhancers.bed sortedVistaEnhancers.bed
 bedToBigBed -tab -type=bed9+ -as=vistaEnhancers.as sortedVistaEnhancers.bed https://hgdownload.soe.ucsc.edu/goldenPath/hg19/bigZips/hg19.chrom.sizes vistaEnhancers.bb
 cd /gbdb/hg19
 mkdir vistaEnhancers; cd vistaEnhancers
 # Making symlink for big files
 ln -s /hive/data/outside/vistaEnhancers/hg19/vistaEnhancers.bb
 cd ~/kent/src/hg/makeDb/trackDb/human/hg19
 vi trackDb.ra
 #############################################################################
 # Polygenic risk scores, Zia Truong (committed by Max)
 # Mon Oct  2 04:44:39 PDT 2023
 cd /hive/data/genomes/hg19/bed/prsEmerge/
+# data is now available from https://github.com/broadinstitute/eMERGE-implemented-PRS-models-Lennon-et-al
+# originally received by email from Niall Lennon
 sh ~/kent/src/hg/makeDb/scripts/prsEmerge/prs2bigBed.sh 
 #############################################################################