]> git.donarmstrong.com Git - mothur.git/blobdiff - mergefilecommand.h
chimera.slayer debugging
[mothur.git] / mergefilecommand.h
index bd94d77aa6cd8990545953b718c9f6254f44231c..1ecc3cb6e24f72b99c5e4d9ddb0850e1cc16e082 100644 (file)
 class MergeFileCommand : public Command {
 public:
        MergeFileCommand(string);
-       ~MergeFileCommand();
-       int execute();
-       void help();    
-
+       MergeFileCommand();
+       ~MergeFileCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "merge.files"; }
+       string getCommandCategory()             { return "General";             }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
+       
 private:
-       vector<string> fileNames;
+       vector<string> fileNames, outputNames;
        string outputFileName;
        int numInputFiles;
        bool abort;