]> git.donarmstrong.com Git - mothur.git/blobdiff - venn.h
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / venn.h
diff --git a/venn.h b/venn.h
index 8902cf4c9298dfe7df40b6739445cc494ebce3eb..cf6a5ee332fbe2d70e3b5d1c2066c59db5ebb107 100644 (file)
--- a/venn.h
+++ b/venn.h
@@ -20,7 +20,7 @@
 
 class Venn {
 public:
-       Venn();
+       Venn(string);
        ~Venn(){};
 
        void getPic(SAbundVector*, vector<Calculator*>);
@@ -29,7 +29,7 @@ public:
 private:
        GlobalData* globaldata;
        Calculator* singleCalc;
-       string groupComb;
+       string groupComb, outputDir;
        ofstream outsvg;
 };