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