]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistscommand.h
changes while testing 1.26
[mothur.git] / parselistscommand.h
index 9489b9b29108ed13969352c6ed1fe3a994e7f326..1faeaeb9f31f13ce0b3a5e4f1fbbe1f524ac6501 100644 (file)
@@ -26,8 +26,10 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "parse.list";                          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Parse.list"; }
+       string getDescription()         { return "parses a list file by group"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }