]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterfragmentscommand.cpp
added count file to get.oturep, pre.cluster, screen.seqs, tree.shared. made remove...
[mothur.git] / clusterfragmentscommand.cpp
index 378e8ab0e09350e6e8853a5f4c1a1b0fe7c77fe4..f785c506db502c32c52209badf1af3258b97f1c9 100644 (file)
@@ -79,7 +79,7 @@ string ClusterFragmentsCommand::getOutputFileNameTag(string type, string inputNa
         else {
             if (type == "fasta") {  outputFileName =  "fragclust.fasta"; }
             else if (type == "name") {  outputFileName =  "fragclust.names"; }
-            else if (type == "count") {  outputFileName =  "fragclust.count.table"; }
+            else if (type == "count") {  outputFileName =  "fragclust.count_table"; }
             else { m->mothurOut("[ERROR]: No definition for type " + type + " output file tag.\n"); m->control_pressed = true;  }
         }
         return outputFileName;