X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.h;h=56da3152309ec3c422cccb3aa0c6abce9f92be46;hb=d4cd876bd09bfa1bcb137261700eae79f9e41fc0;hp=bd94d77aa6cd8990545953b718c9f6254f44231c;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/mergefilecommand.h b/mergefilecommand.h index bd94d77..56da315 100644 --- a/mergefilecommand.h +++ b/mergefilecommand.h @@ -16,12 +16,18 @@ class MergeFileCommand : public Command { public: MergeFileCommand(string); + MergeFileCommand(); ~MergeFileCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); private: - vector fileNames; + vector fileNames, outputNames; + map > outputTypes; string outputFileName; int numInputFiles; bool abort;