7c77ad4dabbb32ac8790b0b1751001a0f73e960e
hartera
  Fri Apr 19 15:55:19 2013 -0700
Modified comment for alignGapCount field.
diff --git src/hg/lib/ucscRetroInfo.sql src/hg/lib/ucscRetroInfo.sql
index 0595126..a5e9ecc 100644
--- src/hg/lib/ucscRetroInfo.sql
+++ src/hg/lib/ucscRetroInfo.sql
@@ -26,31 +26,31 @@
     gStrand char(2) not null,	# strand of gene col19
     parentSpliceCount int unsigned not null,	# # of splice sites in parent gene col20
     geneOverlap int unsigned not null,	# bases overlapping col21
     polyA int unsigned not null,	# count of As in polyA col22
     polyAstart int not null,	# start of polyA, relative to end of pseudogene col23
     exonCover int not null,	# number of exons in Gene covered col24
     intronCount int unsigned not null,	# number of introns in pseudogene col25
     bestAliCount int unsigned not null,	# number of good mrnas aligning col26
     matches int unsigned not null,	# matches + repMatches col27
     qSize int unsigned not null,	# aligning bases in pseudogene col28
     qEnd int unsigned not null,	# end of cdna alignment col29
     tReps int unsigned not null,	# repeats in gene col30
     coverage int unsigned not null,	# % of bases that align to gene col31
     label int not null,	# 1=pseudogene,-1 not pseudogene -2 expressed retroGene col32
     milliBad int unsigned not null,	# milliBad score, pseudogene aligned to genome col33
-    alignGapCount int not null,	# old simple intron count col34
+    alignGapCount int not null,	# simple intron count col34
     processedIntrons int not null,	# count of introns removed via retrotransposition col35
     conservedSpliceSites int not null,	# conserved splice site count col36
     maxOverlap int not null,	# largest overlap with another mrna col37
     refSeq varchar(255) not null,	# Name of closest regSeq to gene col38
     rStart int not null,	# refSeq alignment start position col39
     rEnd int not null,	# refSeq alignment end position col40
     mgc varchar(255) not null,	# Name of closest mgc to gene col41
     mStart int not null,	# mgc alignment start position col42
     mEnd int not null,	# mgc alignment end position col43
     kgName varchar(255) not null,	# Name of closest knownGene to gene col44
     kStart int not null,	# kg alignment start position col45
     kEnd int not null,	# kg alignment end position col46
     overName varchar(255) not null,	# name of overlapping mrna col47
     overStart int not null,	# overlapping mrna start position col48
     overExonCover int not null,	# count of overlapping mrna exons col49