X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clustercommand.cpp;h=2ac2eaa6bd2466df296e407e7e67f9c8a095edc3;hp=93e29fd6e4daad8f09c6d373ba3b57e00ea55b52;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7 diff --git a/clustercommand.cpp b/clustercommand.cpp index 93e29fd..2ac2eaa 100644 --- a/clustercommand.cpp +++ b/clustercommand.cpp @@ -305,7 +305,7 @@ int ClusterCommand::execute(){ read->read(nameMap); }else if (countfile != "") { ct = new CountTable(); - ct->readTable(countfile); + ct->readTable(countfile, false); read->read(ct); }else { read->read(nameMap); } @@ -336,10 +336,10 @@ int ClusterCommand::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 == "") {