X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectsharedcommand.h;h=327ce5d28832dbe7f25d69f6c0755f6e931c747d;hb=4169642e8a8d45f71a4a7241ee02f1b1aae29520;hp=da43adc791ec9809d6ffe1031a9d65e6d77d8db6;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index da43adc..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(); @@ -42,13 +47,14 @@ private: ValidCalculators* validCalculator; Collect* cCurve; vector cDisplays; - int freq; + float freq; string format; bool abort, allLines, all; set labels; //holds labels to be used string label, calc, groups, outputDir; vector Estimators, Groups, outputNames; + map > outputTypes; };