]> git.donarmstrong.com Git - mothur.git/blobdiff - mergefilecommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / mergefilecommand.h
index bd94d77aa6cd8990545953b718c9f6254f44231c..d7b0aff0f9691622ebc2484776ff1ba5eb5dde35 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(); 
+    string getOutputPattern(string){ return "";  }     
+       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<string> fileNames;
+       vector<string> fileNames, outputNames;
        string outputFileName;
        int numInputFiles;
        bool abort;