]> git.donarmstrong.com Git - mothur.git/blobdiff - getsabundcommand.h
testing
[mothur.git] / getsabundcommand.h
index 27d25c2f2c3d2739bb6cfecd85f7b059b4867442..e2ea5d292fdf7bbd4e9a1d1fb58ab62a80549c6c 100644 (file)
@@ -20,9 +20,10 @@ class GlobalData;
 
 class GetSAbundCommand : public Command {
 public:
-       GetSAbundCommand();
+       GetSAbundCommand(string);
        ~GetSAbundCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -30,9 +31,13 @@ private:
        ofstream out;
        ReadOTUFile* read;
        OrderVector* order;
-       OrderVector* lastOrder;
        InputData* input;
        SAbundVector* sabund;
+
+       bool abort, allLines;
+       set<string> labels; //holds labels to be used
+       string label;
+
 };
 
 #endif