X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarysharedcommand.h;fp=summarysharedcommand.h;h=077181220a836f6b118f68008996b411f81822fa;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=c0172645387d4846aca623d4bfbe7827ca08cd74;hpb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;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;