]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistscommand.cpp
added otulabels to heatmap.bin. made OTUlabels “smarter” so OTU01 and OTU001 are...
[mothur.git] / parselistscommand.cpp
index 5a568f3511d38f56601362d860a9643e702c9a1b..32a7e0828ff143d8f414bacf66c52a205bbf27c7 100644 (file)
@@ -169,7 +169,7 @@ ParseListCommand::ParseListCommand(string option)  {
                        else if (countfile == "not open") { abort = true; countfile =  ""; }    
                        else {   
                 m->setCountTableFile(countfile); 
-                ct.readTable(countfile, true);
+                ct.readTable(countfile, true, false);
                 if (!ct.hasGroupInfo()) { 
                     abort = true;
                     m->mothurOut("[ERROR]: The parse.list command requires group info to be present in your countfile, quitting."); m->mothurOutEndLine();