src/hg/instinct/bioInt2/populateDb.c 1.2

1.2 2009/03/21 21:31:54 jsanborn
moved stuff around
Index: src/hg/instinct/bioInt2/populateDb.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/populateDb.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/bioInt2/populateDb.c	20 Mar 2009 06:06:32 -0000	1.1
+++ src/hg/instinct/bioInt2/populateDb.c	21 Mar 2009 21:31:54 -0000	1.2
@@ -1251,8 +1251,9 @@
 setupProbeToGene(hgConn, biConn, da);
 uglyTime("Time");
 
 fprintf(stderr, "Done!");
+fprintf(stderr, "Please run 'setCohort' to find datasets that have overlapping samples.\n");
 
 hFreeConn(&biConn);
 hFreeConn(&hgConn);
 }