]> git.donarmstrong.com Git - mothur.git/blobdiff - counttable.cpp
added primer.design command. fixed bug with linux unifrac subsampling, metastats...
[mothur.git] / counttable.cpp
index 2ab0e345dbd110cc5c0402d0caa36becc1820bd2..ad0b2dadfcba7eb2f866b44d3d9b3011242b096a 100644 (file)
@@ -131,6 +131,9 @@ int CountTable::createTable(string namefile, string groupfile, bool createGroup)
             string firstCol, secondCol;
             in >> firstCol; m->gobble(in); in >> secondCol; m->gobble(in);
             
+            m->checkName(firstCol);
+            m->checkName(secondCol);
+            
             vector<string> names;
             m->splitAtChar(secondCol, names, ',');