]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.h
*** empty log message ***
[mothur.git] / collectcommand.h
index 016f37e225f5b065d90278d5db5db2c0331d2464..b099c8a44390ef361019de2e12dff6af71f1dc73 100644 (file)
@@ -37,9 +37,10 @@ class GlobalData;
 class CollectCommand : public Command {
        
 public:
-       CollectCommand();       
+       CollectCommand(string); 
        ~CollectCommand();
        int execute();  
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -49,7 +50,14 @@ private:
        Collect* cCurve;
        ValidCalculators* validCalculator;
        vector<Display*> cDisplays;
-       int freq, abund;
+       int freq, 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;
+
 
 };