]> git.donarmstrong.com Git - mothur.git/blobdiff - getrabundcommand.h
added zscore method to normalize.shared
[mothur.git] / getrabundcommand.h
index 92e8475d154db06761e52ada6d72120bb586ce16..e853ac5f913a1d758e7a633510478ad30449feec 100644 (file)
@@ -21,7 +21,12 @@ class GlobalData;
 class GetRAbundCommand : public Command {
 public:
        GetRAbundCommand(string);
+       GetRAbundCommand();
        ~GetRAbundCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -33,11 +38,12 @@ private:
        InputData* input;
        ListVector* list;
        RAbundVector* rabund;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 
        bool abort, allLines, sorted;
-       set<int> lines; //hold lines to be used
        set<string> labels; //holds labels to be used
-       string line, label;
+       string label;
 
        
 };