]> git.donarmstrong.com Git - mothur.git/blobdiff - getrabundcommand.h
created mothurOut class to handle logfiles
[mothur.git] / getrabundcommand.h
index 66a3211296edc7f2105af0ba2bfc10f85b7ae109..ed51be12ca9e9c0a41b9c03a5089cd9fce7b3893 100644 (file)
@@ -20,9 +20,10 @@ class GlobalData;
 
 class GetRAbundCommand : public Command {
 public:
-       GetRAbundCommand();
+       GetRAbundCommand(string);
        ~GetRAbundCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -32,6 +33,12 @@ private:
        InputData* input;
        ListVector* list;
        RAbundVector* rabund;
+
+       bool abort, allLines, sorted;
+       set<string> labels; //holds labels to be used
+       string label;
+
+       
 };
 
 #endif