]> git.donarmstrong.com Git - mothur.git/blobdiff - getsabundcommand.h
fixed some bugs and added scriptengine
[mothur.git] / getsabundcommand.h
index 27d25c2f2c3d2739bb6cfecd85f7b059b4867442..dcda3aafd7ff5a6c53cd2534a342aabba4a42215 100644 (file)
@@ -20,9 +20,10 @@ class GlobalData;
 
 class GetSAbundCommand : public Command {
 public:
-       GetSAbundCommand();
+       GetSAbundCommand(string);
        ~GetSAbundCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -33,6 +34,12 @@ private:
        OrderVector* lastOrder;
        InputData* input;
        SAbundVector* sabund;
+
+       bool abort, allLines;
+       set<int> lines; //hold lines to be used
+       set<string> labels; //holds labels to be used
+       string line, label;
+
 };
 
 #endif