X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectsharedcommand.h;fp=collectsharedcommand.h;h=327ce5d28832dbe7f25d69f6c0755f6e931c747d;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=b7a494149249af486c2a8cb812b00316a42b241f;hpb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index b7a4941..327ce5d 100644 --- a/collectsharedcommand.h +++ b/collectsharedcommand.h @@ -27,7 +27,12 @@ class CollectSharedCommand : public Command { public: CollectSharedCommand(string); + CollectSharedCommand(); ~CollectSharedCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -49,6 +54,7 @@ private: set labels; //holds labels to be used string label, calc, groups, outputDir; vector Estimators, Groups, outputNames; + map > outputTypes; };