X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=summarysharedcommand.h;h=077181220a836f6b118f68008996b411f81822fa;hb=fca3f55d5ded10c3dc77856f3cc4a1c53b02bb6f;hp=c0172645387d4846aca623d4bfbe7827ca08cd74;hpb=6446d2e9713a95db5f772135b7aa3387f7ebf7bb;p=mothur.git diff --git a/summarysharedcommand.h b/summarysharedcommand.h index c017264..0771812 100644 --- a/summarysharedcommand.h +++ b/summarysharedcommand.h @@ -23,7 +23,12 @@ class SummarySharedCommand : public Command { public: SummarySharedCommand(string); + SummarySharedCommand(); ~SummarySharedCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -43,6 +48,7 @@ private: set labels; //holds labels to be used string label, calc, groups; vector Estimators, Groups, outputNames; + map > outputTypes; vector lookup; string format, outputDir; int numGroups, processors;