a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgGene/info.c src/hg/hgGene/info.c
index 8a0258a..0116d70 100644
--- src/hg/hgGene/info.c
+++ src/hg/hgGene/info.c
@@ -1,27 +1,26 @@
 /* info - UCSC Known Genes Model Info section. */
 
 #include "common.h"
 #include "hash.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "spDb.h"
 #include "web.h"
 #include "txInfo.h"
 #include "hgGene.h"
 
-static char const rcsid[] = "$Id: info.c,v 1.5 2010/02/23 23:03:37 kent Exp $";
 
 void doTxInfoDescription()
 /* Put up info on fields in txInfo table. */
 {
 cartWebStart(cart, database, "Gene Model Information Table Fields");
 printf("%s",
 "<UL>\n"
 "<LI><B>category</B> - This is either <i>coding</i>, <i>noncoding</i>,\n"
 "<i>antisense</i> or \n"
 "<i>nearCoding</i>. A coding transcript is one where the evidence is relatively\n"
 "good that it produces a protein. The nearCoding transcripts overlap coding\n"
 "transcripts by at least 20 bases on the same strand, but themselves do not seem to produce \n"
 "protein products.  In many cases this is because they are splicing varients\n"
 "with introns after the stop codon, that therefore undergo nonsense mediated decay. \n"
 "Antisense transcripts overlap coding transcripts by at least 20 bases on the oppposite\n"