]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterdoturcommand.cpp
changed random forest output filename
[mothur.git] / clusterdoturcommand.cpp
index 4463896cefd13f6bafcc625846fd94213b610ba7..08a5938b85b3b40f7a53619766d1a9a3e004a9a5 100644 (file)
@@ -226,7 +226,7 @@ int ClusterDoturCommand::execute(){
             delete nameMap;
                }else if (countfile != "") {
             ct = new CountTable();
-            ct->readTable(countfile);
+            ct->readTable(countfile, false);
             cluster->readPhylipFile(phylipfile, ct);
             delete ct;
         }else {
@@ -244,10 +244,10 @@ int ClusterDoturCommand::execute(){
                        
         map<string, string> 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 == "") {