]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.cpp
fixed bug in bootstrap command that was caused by globaldata's breakup, and made...
[mothur.git] / treegroupscommand.cpp
index cb797d8d229fd0a2dfaff82d431b084bd0a227a5..dae04f556490260903f99b4f349d6faea249e26e 100644 (file)
@@ -227,7 +227,8 @@ int TreeGroupCommand::execute(){
                        lastLabel = lookup[0]->getLabel();
                        
                        if (lookup.size() < 2) { mothurOut("You have not provided enough valid groups.  I cannot run the command."); mothurOutEndLine(); return 0; }
-               
+                       
+                       //used in tree constructor 
                        globaldata->runParse = false;
                        
                        //create tree file
@@ -266,6 +267,7 @@ int TreeGroupCommand::execute(){
                        //fills globaldatas tree names
                        globaldata->Treenames = globaldata->Groups;
                        
+                       //used in tree constructor 
                        globaldata->runParse = false;
                        
                        makeSimsDist();