]> git.donarmstrong.com Git - mothur.git/blobdiff - secondarystructurecommand.cpp
changes while testing
[mothur.git] / secondarystructurecommand.cpp
index c1cdb6b90c910c2e58c5d016a6c2293f7d7aa8ce..3354665852ce1b5a95b9ecc7cc673d5083b25d8b 100644 (file)
@@ -200,7 +200,7 @@ int AlignCheckCommand::execute(){
                if (namefile != "") { nameMap = m->readNames(namefile); }
         else if (countfile != "") {
             CountTable ct;
-            ct.readTable(countfile);
+            ct.readTable(countfile, false);
             nameMap = ct.getNameMap();
         }