]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.cpp
working on testing
[mothur.git] / treegroupscommand.cpp
index 9594767f81ad234a969db760d7cc0be6e1575111..637eccedfc77e74556de6bf3f201270b28874d96 100644 (file)
@@ -50,6 +50,8 @@ TreeGroupCommand::TreeGroupCommand(string option)  {
                                if (validParameter.isValidParameter(it->first, myArray, it->second) != true) {  abort = true;  }
                        }
                        
+                       globaldata->newRead();
+                       
                        //if the user changes the input directory command factory will send this info to us in the output parameter 
                        string inputDir = validParameter.validFile(parameters, "inputdir", false);              
                        if (inputDir == "not found"){   inputDir = "";          }