]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
pat's minor edits to distance calculations
[mothur.git] / venncommand.h
index 3671350072afff05cf0816e66ce649182b00d258..aa1e8562343f899fcaf1e1d60295c47799b533c1 100644 (file)
@@ -40,13 +40,9 @@ private:
        SAbundVector* sabund;
        int abund;
        
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
        bool abort, allLines;
-       set<int> lines; //hold lines to be used
        set<string> labels; //holds labels to be used
-       string format, groups, calc, line, label;
+       string format, groups, calc, label, outputDir;
        vector<string> Estimators, Groups;
 
 
@@ -54,4 +50,4 @@ private:
 
 
 
-#endif
\ No newline at end of file
+#endif