]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.cpp
changed random forest output filename
[mothur.git] / deconvolutecommand.cpp
index 09e077b57ca8800d3663f6dd5c3515102aaa1129..51fa43b39f87f06a3054808acb4937e05ae2337f 100644 (file)
@@ -209,7 +209,7 @@ int DeconvoluteCommand::execute() {
         }
         CountTable ct;
         if (countfile != "")  {  
-            ct.readTable(countfile);
+            ct.readTable(countfile, true);
             if (countfile == outCountFile){
                 //prepare filenames and open files
                 map<string, string> mvariables;