]> git.donarmstrong.com Git - mothur.git/blobdiff - mergefilecommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / mergefilecommand.h
index 1ecc3cb6e24f72b99c5e4d9ddb0850e1cc16e082..d7b0aff0f9691622ebc2484776ff1ba5eb5dde35 100644 (file)
@@ -23,6 +23,10 @@ public:
        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()); }