]> git.donarmstrong.com Git - mothur.git/blobdiff - mergefilecommand.h
changed added group output to indicator command. a few changes to work with the guy
[mothur.git] / mergefilecommand.h
index 1e56f73a865079f7dca0ccab91f3fd6f0ddfcbef..9cb999bba52122480ae3a8f8d889281f9b5dd758 100644 (file)
@@ -22,8 +22,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "merge.files"; }
        string getCommandCategory()             { return "General";             }
+       string getOutputFileNameTag(string, string) { return "";  }
        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()); }