X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.cpp;h=e76dd4860b03826db116323af7e42528a591c526;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=24c4f27777d21ed88b6f3b41411394502802404e;hpb=3504e4e2feeb05aabb0c79aa42cb696522030924;p=mothur.git diff --git a/mgclustercommand.cpp b/mgclustercommand.cpp index 24c4f27..e76dd48 100644 --- a/mgclustercommand.cpp +++ b/mgclustercommand.cpp @@ -247,7 +247,7 @@ int MGClusterCommand::execute(){ if(countfile != "") { //map nameMapCounts = m->readNames(namefile); ct = new CountTable(); - ct->readTable(countfile); + ct->readTable(countfile, false); rabund = new RAbundVector(); createRabund(ct, list, rabund); }else {