]> git.donarmstrong.com Git - mothur.git/blobdiff - getsabundcommand.h
fixes while testing
[mothur.git] / getsabundcommand.h
index 2612b7daa6c178f8ae0468893c49c2c9c613a38c..b5363e1bce548af4af74408593d855cac4da973c 100644 (file)
@@ -21,7 +21,12 @@ class GlobalData;
 class GetSAbundCommand : public Command {
 public:
        GetSAbundCommand(string);
+       GetSAbundCommand();
        ~GetSAbundCommand();
+       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:
        OrderVector* order;
        InputData* input;
        SAbundVector* sabund;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 
        bool abort, allLines;
-       set<int> lines; //hold lines to be used
        set<string> labels; //holds labels to be used
-       string line, label;
+       string label;
 
 };