X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistscommand.h;h=1faeaeb9f31f13ce0b3a5e4f1fbbe1f524ac6501;hb=529ec122f7cac4af987e121d150b878d7c7a0d5d;hp=9489b9b29108ed13969352c6ed1fe3a994e7f326;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/parselistscommand.h b/parselistscommand.h index 9489b9b..1faeaeb 100644 --- a/parselistscommand.h +++ b/parselistscommand.h @@ -26,8 +26,10 @@ public: vector 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()); }