2b8eef88acb4dacd494319e2078b5d5981b80cf8
angie
  Fri Aug 20 12:02:11 2010 -0700
[Genome Browser - Feature #559] Mary-Claire King's wish list: split hg19.snp131 into two tracks, one with only the SNPs marked as clinically associated by dbSNP, and the other with everything else.  At Jim's request, making the clinical SNPs hidden by default, and the non-clinical visible by default to give a picture of typical human variation.
diff --git src/hg/hgTracks/simpleTracks.c src/hg/hgTracks/simpleTracks.c
index db8be54..2831b77 100644
--- src/hg/hgTracks/simpleTracks.c
+++ src/hg/hgTracks/simpleTracks.c
@@ -11253,6 +11253,8 @@
 registerTrackHandler("snp129", snp125Methods);
 registerTrackHandler("snp130", snp125Methods);
 registerTrackHandler("snp131", snp125Methods);
+registerTrackHandler("snp131Clinical", snp125Methods);
+registerTrackHandler("snp131NonClinical", snp125Methods);
 registerTrackHandler("ld", ldMethods);
 registerTrackHandler("cnpSharp", cnpSharpMethods);
 registerTrackHandler("cnpSharp2", cnpSharp2Methods);