X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.cpp;fp=mgclustercommand.cpp;h=e76dd4860b03826db116323af7e42528a591c526;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=24c4f27777d21ed88b6f3b41411394502802404e;hpb=c48d91112209b841444923670dca5454da0e2a4d;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 {