src/hg/lib/transRegCode.as 1.3

1.3 2009/04/23 22:50:17 kuhn
changed CHIP/CHIP to ChIP-chip to conform to usual
Index: src/hg/lib/transRegCode.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/transRegCode.as,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/lib/transRegCode.as	3 Feb 2006 19:19:13 -0000	1.2
+++ src/hg/lib/transRegCode.as	23 Apr 2009 22:50:17 -0000	1.3
@@ -1,11 +1,11 @@
 table transRegCode
-"Transcription factor binding sites from CHIP/CHIP experiments and conservation"
+"Transcription factor binding sites from ChIP-chip experiments and conservation"
     (
     string chrom;	"Reference sequence chromosome or scaffold"
     uint chromStart;    "Start position in chromosome"
     uint chromEnd;      "End position in chromosome"
     string name;        "Name of transcription factore"
     uint score;         "Score from 0 to 1000"
-    string chipEvidence; "Evidence strength from CHIP/CHIP assay"
+    string chipEvidence; "Evidence strength from ChIP-chip assay"
     uint consSpecies;	"Number of species conserved in"
     )