]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.cpp
added topdown parameter to pre.cluster. added more debugging output to bayesian...
[mothur.git] / classifyseqscommand.cpp
index 89668d9e7bd122577d9be167f590a96a6aedbf22..6ec2d3886a218405f8132a03fe1c59e0b8c29c20 100644 (file)
@@ -610,7 +610,7 @@ int ClassifySeqsCommand::execute(){
        try {
                if (abort == true) { if (calledHelp) { return 0; }  return 2;   }
         
-        string outputMethodTag = method + ".";
+        string outputMethodTag = method;
                if(method == "wang"){   classify = new Bayesian(taxonomyFileName, templateFileName, search, kmerSize, cutoff, iters, rand(), flip, writeShortcuts);     }
                else if(method == "knn"){       classify = new Knn(taxonomyFileName, templateFileName, search, kmerSize, gapOpen, gapExtend, match, misMatch, numWanted, rand());                               }
         else if(method == "zap"){