X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.h;fp=mergefilecommand.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=1c3c4d5a5ea12a6bcbc9cae3cd9eca54b3bd083d;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/mergefilecommand.h b/mergefilecommand.h deleted file mode 100644 index 1c3c4d5..0000000 --- a/mergefilecommand.h +++ /dev/null @@ -1,40 +0,0 @@ -#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(); - ~MergeFileCommand(){} - - vector setParameters(); - string getCommandName() { return "merge.files"; } - string getCommandCategory() { return "General"; } - string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Merge.files"; } - string getDescription() { return "appends files creating one file"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - -private: - vector fileNames, outputNames; - string outputFileName; - int numInputFiles; - bool abort; -}; - -#endif