]> git.donarmstrong.com Git - mothur.git/blobdiff - anosimcommand.cpp
fixed unifrac bug with multiple processors if numComps was less than processors....
[mothur.git] / anosimcommand.cpp
index 835b5a04114d1f9a6df0976c64ddd0ab3b352cc5..9f537b8f6d15c115558a196996b48b58bda7fbb6 100644 (file)
@@ -408,7 +408,7 @@ int AnosimCommand::execute(){
                                
                                //print headers
                                out << "label\tgroupsCompared\tRValue\tpValue" << endl;  
-                               m->mothurOut("label\tgroupsCompared\tRValue\tpValue"); m->mothurOutEndLine();  
+                               m->mothurOut("\nlabel\tgroupsCompared\tRValue\tpValue"); m->mothurOutEndLine();  
                                out.close();
                        }
                        
@@ -510,7 +510,7 @@ int AnosimCommand::execute(){
                        
                        //print headers
                        out << "groupsCompared\tRValue\tpValue" << endl; 
-                       m->mothurOut("groupsCompared\tRValue\tpValue"); m->mothurOutEndLine();  
+                       m->mothurOut("\ngroupsCompared\tRValue\tpValue"); m->mothurOutEndLine();  
                        out.close();
                        
                        ReadPhylipVector readMatrix(phylipfile);