src/hg/hgc/regMotif.c 1.20
1.20 2009/05/28 18:51:39 tdreszer
Added score to the transRegCode hgc
Index: src/hg/hgc/regMotif.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/regMotif.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -B -U 4 -r1.19 -r1.20
--- src/hg/hgc/regMotif.c 23 Apr 2009 22:38:16 -0000 1.19
+++ src/hg/hgc/regMotif.c 28 May 2009 18:51:39 -0000 1.20
@@ -309,8 +309,9 @@
printf("<B>Species conserved in:</B> %d of 2<BR>\n", trc->consSpecies);
if (seq != NULL)
printf("<B>Bit Score of Motif Hit:</B> %4.2f<BR>\n",
dnaMotifBitScore(motif, seq->dna));
+ printf("<B>Item score:</B> %d<BR>\n", trc->score);
printPosOnChrom(trc->chrom, trc->chromStart, trc->chromEnd, strand, TRUE, trc->name);
}
motifHitSection(seq, motif);
printTrackHtml(tdb);