]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterfragmentscommand.cpp
fixes while testing 1.33.0
[mothur.git] / clusterfragmentscommand.cpp
index 1b8cc71706710a3c80d53f6ff2fd877d07d98103..4b5c67f8f69bb51160d3d32212cf337719e3b4eb 100644 (file)
@@ -181,7 +181,7 @@ ClusterFragmentsCommand::ClusterFragmentsCommand(string option) {
             countfile = validParameter.validFile(parameters, "count", true);
                        if (countfile == "not open") { abort = true; countfile = ""; }  
                        else if (countfile == "not found") { countfile = ""; }
-                       else { ct.readTable(countfile); m->setCountTableFile(countfile); }
+                       else { ct.readTable(countfile, true, false); m->setCountTableFile(countfile); }
                        
             if ((countfile != "") && (namefile != "")) { m->mothurOut("When executing a cluster.fragments command you must enter ONLY ONE of the following: count or name."); m->mothurOutEndLine(); abort = true; }