ac61ef93df451273ad771e8ab236969391110fb3 kehayden Wed Apr 25 15:45:18 2012 -0700 changed header of file diff --git src/kehayden/alphaChain/alphaChain.c src/kehayden/alphaChain/alphaChain.c index 3c39547..b9c0d02 100644 --- src/kehayden/alphaChain/alphaChain.c +++ src/kehayden/alphaChain/alphaChain.c @@ -1,16 +1,16 @@ -/* wordChain - Create Markov chain of words. */ +/* alphaChain - Predicts the linear arrangement of satellite repeats provided with a probablistic model. */ #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;