src/hg/lib/transRegCodeMotif.as 1.2
1.2 2010/04/29 03:40:22 markd
fixed invalid autoSql that prevented descriptions from being displayed
Index: src/hg/lib/transRegCodeMotif.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/transRegCodeMotif.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/hg/lib/transRegCodeMotif.as 13 Sep 2004 04:55:23 -0000 1.1
+++ src/hg/lib/transRegCodeMotif.as 29 Apr 2010 03:40:22 -0000 1.2
@@ -1,11 +1,11 @@
table transRegCodeMotif
-"A transcription factor binding motif according to Harbison Gordon et al""
+"A transcription factor binding motif according to Harbison Gordon et al"
(
string name; "Motif name."
int columnCount; "Count of columns in motif."
float[columnCount] aProb; "Probability of A's in each column."
float[columnCount] cProb; "Probability of C's in each column."
float[columnCount] gProb; "Probability of G's in each column."
float[columnCount] tProb; "Probability of T's in each column."
)