X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactsharedcommand.h;h=ee16221903ce2ee738cd7b941ca90c5b57e05c04;hb=cdf9083dc32543cc640e72e9ca3aee0323cbad45;hp=1bcddb5257f56967a63b66f0740e648811509204;hpb=5a86e9e5a5a9e061e17b3ae64fb8881f14e53b8a;p=mothur.git diff --git a/rarefactsharedcommand.h b/rarefactsharedcommand.h index 1bcddb5..ee16221 100644 --- a/rarefactsharedcommand.h +++ b/rarefactsharedcommand.h @@ -22,7 +22,12 @@ class RareFactSharedCommand : public Command { public: RareFactSharedCommand(string); + RareFactSharedCommand(); ~RareFactSharedCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -42,6 +47,7 @@ private: set labels; //holds labels to be used string label, calc, groups, outputDir; vector Estimators, Groups, outputNames; + map > outputTypes; };