X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setnucmx.cpp;h=123791d2b8dfafcb4313fc6d0fe45e092dafc573;hb=1e8d08e96f4fe99604a6b3502568de464bf60891;hp=030ff5ab4dbb821cebaf539e0896792b7e0b65ba;hpb=fd98ee6efb944d38bbd61fc36ea9fea2557e3830;p=mothur.git diff --git a/setnucmx.cpp b/setnucmx.cpp index 030ff5a..123791d 100644 --- a/setnucmx.cpp +++ b/setnucmx.cpp @@ -1,11 +1,13 @@ -#include "myutils.h" -#include "mx.h" - -Mx g_SubstMxf; -float **g_SubstMx; - -static const char Alphabet[] = "ACGTU"; - +//uchime by Robert C. Edgar http://drive5.com/uchime This code is donated to the public domain. + +#include "myutils.h" +#include "mx.h" + +Mx g_SubstMxf; +float **g_SubstMx; + +static const char Alphabet[] = "ACGTU"; + void SetNucSubstMx(double Match, double Mismatch) { static bool Done = false;