]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
version working on mac with .tellg changed to unget for windows
[mothur.git] / summarycommand.h
index 135c4025ec15d0097c6bee83f239039bf22c83f4..b12f76f4e9812b7d26de87769d746167fe3552c1 100644 (file)
@@ -33,9 +33,10 @@ class GlobalData;
 class SummaryCommand : public Command {
 
 public:
-       SummaryCommand();
+       SummaryCommand(string);
        ~SummaryCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -47,5 +48,12 @@ private:
        string outputFileName;
        ofstream outputFileHandle;
        int abund, size;
+
+       bool abort, allLines;
+       set<int> lines; //hold lines to be used
+       set<string> labels; //holds labels to be used
+       string line, label, calc;
+       vector<string>  Estimators;
+
 };
 #endif