X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.h;fp=mergefilecommand.h;h=bd94d77aa6cd8990545953b718c9f6254f44231c;hb=cd37904452dc95b183ff313ff05720c562902487;hp=0000000000000000000000000000000000000000;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6;p=mothur.git diff --git a/mergefilecommand.h b/mergefilecommand.h new file mode 100644 index 0000000..bd94d77 --- /dev/null +++ b/mergefilecommand.h @@ -0,0 +1,30 @@ +#ifndef MERGEFILECOMMAND_H +#define MERGEFILECOMMAND_H + +/* + * mergefilecommand.h + * Mothur + * + * Created by Pat Schloss on 6/14/09. + * Copyright 2009 Patrick D. Schloss. All rights reserved. + * + */ + +#include "mothur.h" +#include "command.hpp" + +class MergeFileCommand : public Command { +public: + MergeFileCommand(string); + ~MergeFileCommand(); + int execute(); + void help(); + +private: + vector fileNames; + string outputFileName; + int numInputFiles; + bool abort; +}; + +#endif