X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clustercommand.cpp;h=2ac2eaa6bd2466df296e407e7e67f9c8a095edc3;hp=93e29fd6e4daad8f09c6d373ba3b57e00ea55b52;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e 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 == "") {