src/hg/hgc/regMotif.c 1.19
1.19 2009/04/23 22:38:16 kuhn
changed CHIP/CHIP to ChIP-chip to conform to usual
Index: src/hg/hgc/regMotif.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/regMotif.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -b -B -U 4 -r1.18 -r1.19
--- src/hg/hgc/regMotif.c 3 Sep 2008 19:19:08 -0000 1.18
+++ src/hg/hgc/regMotif.c 23 Apr 2009 22:38:16 -0000 1.19
@@ -304,9 +304,9 @@
strand[1] = 0;
printf("<B>Name:</B> ");
sacCerHgGeneLinkName(conn, trc->name);
printf("<BR>\n");
- printf("<B>CHIP/CHIP Evidence:</B> %s<BR>\n", trc->chipEvidence);
+ printf("<B>ChIP-chip Evidence:</B> %s<BR>\n", trc->chipEvidence);
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));
@@ -532,19 +532,19 @@
void doTransRegCodeProbe(struct trackDb *tdb, char *item,
char *codeTable, char *motifTable,
char *tfToConditionTable, char *conditionTable)
-/* Display detailed info on a CHIP/CHIP probe from transRegCode experiments. */
-/* Display detailed info on a CHIP/CHIP probe from transRegCode experiments. */
+/* Display detailed info on a ChIP-chip probe from transRegCode experiments. */
+/* Display detailed info on a ChIP-chip probe from transRegCode experiments. */
{
char query[256];
struct sqlResult *sr;
char **row;
int rowOffset = hOffsetPastBin(database, seqName, tdb->tableName);
struct sqlConnection *conn = hAllocConn(database);
struct transRegCodeProbe *probe = NULL;
-cartWebStart(cart, database, "CHIP/CHIP Probe Info");
+cartWebStart(cart, database, "ChIP-chip Probe Info");
safef(query, sizeof(query), "select * from %s where name = '%s'",
tdb->tableName, item);
sr = sqlGetResult(conn, query);
if ((row = sqlNextRow(sr)) != NULL)