]> git.donarmstrong.com Git - mothur.git/blobdiff - seqerrorcommand.cpp
added flag to count table read so that commands that don't require the group info...
[mothur.git] / seqerrorcommand.cpp
index 203a71ede5544a3d1c5e2eba73072fa825445aac..54d3dcc5c9b6c93f267478e6491126b3aedff772 100644 (file)
@@ -358,7 +358,7 @@ int SeqErrorCommand::execute(){
                if(namesFileName != "")     {   weights = getWeights();         }
         else if (countfile != "")   {
             CountTable ct;
-            ct.readTable(countfile);
+            ct.readTable(countfile, false);
             weights = ct.getNameMap();
         }