]> git.donarmstrong.com Git - mothur.git/blobdiff - summarysharedcommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / summarysharedcommand.h
index c0172645387d4846aca623d4bfbe7827ca08cd74..077181220a836f6b118f68008996b411f81822fa 100644 (file)
@@ -23,7 +23,12 @@ class SummarySharedCommand : public Command {
 
 public:
        SummarySharedCommand(string);
+       SummarySharedCommand();
        ~SummarySharedCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -43,6 +48,7 @@ private:
        set<string> labels; //holds labels to be used
        string label, calc, groups;
        vector<string>  Estimators, Groups, outputNames;
+       map<string, vector<string> > outputTypes;
        vector<SharedRAbundVector*> lookup;
        string format, outputDir;
        int numGroups, processors;