]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.cpp
working on pam
[mothur.git] / phylotypecommand.cpp
index 16117053fc7c0a8147c7f00fcdd935324ff66edb..b21865abb54472b29473a76e2a9898939f7904c5 100644 (file)
@@ -303,7 +303,9 @@ int PhylotypeCommand::execute(){
                                }       
                                
                                //print listvector
-                               list.print(outList);
+                               if (!m->printedListHeaders) { list.printHeaders(outList); }
+                list.print(outList);
+                
                 if (countfile == "") {
                     //print rabund
                     list.getRAbundVector().print(outRabund);