JWS-112 Bumping version of ClustalW (src, binaries and windows) to version 2.1.
[jabaws.git] / binaries / src / clustalw / src / general / UserParameters.h
index 1e8d2a8..cf49142 100644 (file)
@@ -46,6 +46,8 @@ class UserParameters
         void setRevisionLevel(string value);
         bool getInteractive(){return interactive;};
         void setInteractive(bool value);
+        bool getGui(){return gui;};
+        void setGui(bool value);
         float getGapOpen(){return gapOpen;};
         void setGapOpen(float value);
         float getGapExtend(){return gapExtend;};
@@ -335,6 +337,7 @@ class UserParameters
         
         string revisionLevel;
         bool interactive;
+        bool gui;
         float gapOpen;
         float gapExtend;
         float PWGapOpen;