]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.cpp
added primer.design command. fixed bug with linux unifrac subsampling, metastats...
[mothur.git] / metastatscommand.cpp
index 3eaee9652fa230281e47d77bfcf0430b3be4afa5..8e61b37ee0e5639c76d3adf3f23ae0b4eefd234f 100644 (file)
@@ -65,7 +65,7 @@ string MetaStatsCommand::getOutputPattern(string type) {
     try {
         string pattern = "";
         
-        if (type == "metastats") {  pattern = "[filename],[distance],[groups],metastats"; } 
+        if (type == "metastats") {  pattern = "[filename],[distance],[group],metastats"; } 
         else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true;  }
         
         return pattern;