]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.h
added an alignreport option to screen seqs
[mothur.git] / collectcommand.h
index 7c5ec4278bf75e95043b28ea68eda32e54b17837..04dcc602628695c5381048dbb67f4bad8be682e3 100644 (file)
@@ -37,9 +37,10 @@ class GlobalData;
 class CollectCommand : public Command {
        
 public:
-       CollectCommand();       
+       CollectCommand(string); 
        ~CollectCommand();
        int execute();  
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -52,6 +53,13 @@ private:
        vector<Display*> cDisplays;
        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;
+
+
 };
 
 #endif