]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.h
remove.rare command
[mothur.git] / metastatscommand.h
index 1c3f10cf49d915cb243e102ec0a7170f3ba90985..8c633b5417cbe07dc96827cf80c8e0b5522c0fad 100644 (file)
@@ -21,7 +21,12 @@ class MetaStatsCommand : public Command {
 
 public:
        MetaStatsCommand(string);
+       MetaStatsCommand();
        ~MetaStatsCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -38,6 +43,7 @@ private:
        ReadOTUFile* read;
        InputData* input;
        vector<SharedRAbundVector*> lookup;
+       map<string, vector<string> > outputTypes;
        
        bool abort, allLines, pickedGroups;
        set<string> labels; //holds labels to be used
@@ -48,7 +54,6 @@ private:
        float threshold;
        
        int process(vector<SharedRAbundVector*>&);
-       int eliminateZeroOTUS(vector<SharedRAbundVector*>&);
        int driver(int, int, vector<SharedRAbundVector*>&);
 };