src/hg/instinct/bioInt2/bioGeneLevel.c 1.6

1.6 2009/05/20 20:34:36 jsanborn
initial commit
Index: src/hg/instinct/bioInt2/bioGeneLevel.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioGeneLevel.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/instinct/bioInt2/bioGeneLevel.c	27 Apr 2009 06:15:48 -0000	1.5
+++ src/hg/instinct/bioInt2/bioGeneLevel.c	20 May 2009 20:34:36 -0000	1.6
@@ -123,9 +123,9 @@
 	    continue;
 	slAddHead(&avList, av);
 	}
     count++;
-    fprintf(stdout, "%d of %d samples\n", count, numSamples);
+    fprintf(stdout, "%d of %d samples, %d av's\n", count, numSamples, slCount(avList));
     fflush(stdout);
 
     biDataFree(&bdList);
     }