X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.cpp;h=e76dd4860b03826db116323af7e42528a591c526;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=0a2f91f4d08241547b2e4653a3d09841486dc42c;hpb=e321831a217a5c87550e930995816c9930f85f02;p=mothur.git diff --git a/mgclustercommand.cpp b/mgclustercommand.cpp index 0a2f91f..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 { @@ -271,10 +271,10 @@ int MGClusterCommand::execute(){ map variables; variables["[filename]"] = fileroot; - if (countfile != "") { variables["[tag2]"] = "unique_list"; } variables["[clustertag]"] = tag; string sabundFileName = getOutputFileName("sabund", variables); string rabundFileName = getOutputFileName("rabund", variables); + if (countfile != "") { variables["[tag2]"] = "unique_list"; } string listFileName = getOutputFileName("list", variables); if (countfile == "") {