]> git.donarmstrong.com Git - mothur.git/blobdiff - setnucmx.cpp
added parameter to chimera.uchime
[mothur.git] / setnucmx.cpp
index 030ff5ab4dbb821cebaf539e0896792b7e0b65ba..123791d2b8dfafcb4313fc6d0fe45e092dafc573 100644 (file)
@@ -1,11 +1,13 @@
-#include "myutils.h"
-#include "mx.h"
-
-Mx<float> 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.\r
+\r
+#include "myutils.h"\r
+#include "mx.h"\r
+\r
+Mx<float> g_SubstMxf;\r
+float **g_SubstMx;\r
+\r
+static const char Alphabet[] = "ACGTU";\r
+\r
 void SetNucSubstMx(double Match, double Mismatch)\r
        {\r
        static bool Done = false;\r