]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.cpp
changes while testing
[mothur.git] / subsamplecommand.cpp
index 4128191598d22e8e7280f403dca79494e61da948..fe79fbbae883a409187730e1899fde8b05493193 100644 (file)
@@ -273,7 +273,7 @@ SubSampleCommand::SubSampleCommand(string option) {
                        else if (countfile == "not found") { countfile = "";  } 
                        else {
                 m->setCountTableFile(countfile); 
-                ct.readTable(countfile);
+                ct.readTable(countfile, true);
             }
             
             if ((namefile != "") && (countfile != "")) {