]> git.donarmstrong.com Git - mothur.git/blobdiff - readtreecommand.cpp
mucked around some with the output in the unifrac.weighted, unifrac.unweighted, and...
[mothur.git] / readtreecommand.cpp
index 68f1f928bc52d5c920ac4126bb4fa67fd6ca3783..63c62265455ad6b2348d5496a278245f75fe5f71 100644 (file)
@@ -52,7 +52,6 @@ int ReadTreeCommand::execute(){
                for (int i = 0; i < T.size(); i++) {
                        T[i]->assembleTree();
                }
-T[0]->createNewickFile("treeout");             
                return 0;
        }
        catch(exception& e) {