X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyseqscommand.cpp;fp=classifyseqscommand.cpp;h=6ec2d3886a218405f8132a03fe1c59e0b8c29c20;hb=8159f34321e2c771638059b59a986caca9f3ab60;hp=89668d9e7bd122577d9be167f590a96a6aedbf22;hpb=7aa301dfa67cfcb5b00c6b4e38a7ad56eb8337db;p=mothur.git diff --git a/classifyseqscommand.cpp b/classifyseqscommand.cpp index 89668d9..6ec2d38 100644 --- a/classifyseqscommand.cpp +++ b/classifyseqscommand.cpp @@ -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"){