9983883120956a95c8c131103dcface8d56dc753
kent
  Wed Apr 25 15:44:57 2012 -0700
Tweaked comment at head of file.
diff --git src/kehayden/alphaChain/alphaChain.c src/kehayden/alphaChain/alphaChain.c
index 3c39547..8881482 100644
--- src/kehayden/alphaChain/alphaChain.c
+++ src/kehayden/alphaChain/alphaChain.c
@@ -1,16 +1,18 @@
-/* wordChain - Create Markov chain of words. */
+/* alphaChain - Create some faux centromere sequence using input based on a lot of
+ * centromeric reads. */
+
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "localmem.h"
 #include "options.h"
 #include "dlist.h"
 #include "rbTree.h"
 
 /* Global vars - all of which can be set by command line options. */
 int maxChainSize = 3;
 int maxNonsenseSize = 10000;
 int minUse = 1;
 boolean lower = FALSE;
 boolean unpunc = FALSE;
 boolean fullOnly = FALSE;