]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.cpp
added flag to count table read so that commands that don't require the group info...
[mothur.git] / removegroupscommand.cpp
index 4f4b1580582b953c3b8318acc68345cc8d45ae48..1e5fe11de39f34b30f59249895bcf393506e32f9 100644 (file)
@@ -369,7 +369,7 @@ int RemoveGroupsCommand::execute(){
                 m->mothurOut("\n[NOTE]: The count file should contain only unique names, so mothur assumes your fasta, list and taxonomy files also contain only uniques.\n\n");
             }
             CountTable ct;
-            ct.readTable(countfile);
+            ct.readTable(countfile, true);
             if (!ct.hasGroupInfo()) { m->mothurOut("[ERROR]: your count file does not contain group info, aborting.\n"); return 0; }
             
             vector<string> gNamesOfGroups = ct.getNamesOfGroups();