]> git.donarmstrong.com Git - mothur.git/blobdiff - venn.h
added cluster.fragments command as well as the nseqs parameter to the venn command
[mothur.git] / venn.h
diff --git a/venn.h b/venn.h
index d3a3f05b841e768554746b14fa087d0baef28bfe..33935e6a2c9496fd984b8328cf33326dbeb23fa1 100644 (file)
--- a/venn.h
+++ b/venn.h
@@ -20,7 +20,7 @@
 
 class Venn {
 public:
-       Venn(string);
+       Venn(string, bool);
        ~Venn(){};
 
        vector<string> getPic(SAbundVector*, vector<Calculator*>);
@@ -32,6 +32,7 @@ private:
        string groupComb, outputDir;
        ofstream outsvg;
        MothurOut* m;
+       bool nseqs;
 };
 
 /***********************************************************************/