]> git.donarmstrong.com Git - mothur.git/blobdiff - consensuscommand.cpp
added indicator command
[mothur.git] / consensuscommand.cpp
index 0671790a2152801536e3f1bf05335a86f86fca13..9b72638662e4001963b9219f4c5f313010774797 100644 (file)
@@ -206,7 +206,7 @@ int ConcensusCommand::execute(){
                outputFile = filename + ".cons.tre";  outputNames.push_back(outputFile); outputTypes["tree"].push_back(outputFile);
                m->openOutputFile(outputFile, out);
                
-               consensusTree->printForBoot(out);
+               consensusTree->print(out, "boot");
                
                out.close(); out2.close();