]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
fixed sub.sample groups bug
[mothur.git] / mothurout.h
index f20d5c197df59b06c3f5069709aa4e036436a768..57d3f7647dabf43dd30f2caeefa9ae2bd09a0d30 100644 (file)
@@ -95,7 +95,7 @@ class MothurOut {
                unsigned int fromBase36(string);
 
                int control_pressed;
-               bool executing, runParse, jumble;
+               bool executing, runParse, jumble, gui;
                
                //current files - if you add a new type you must edit optionParser->getParameters, get.current command and mothurOut->printCurrentFiles/clearCurrentFiles.
                string getPhylipFile()          { return phylipfile;            }
@@ -169,6 +169,7 @@ class MothurOut {
                        accnosfile = "";
                        taxonomyfile = "";
                        processors = "1";
+                       gui = false;
                };
                ~MothurOut();