X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistscommand.h;h=1faeaeb9f31f13ce0b3a5e4f1fbbe1f524ac6501;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=065c499ade25c46fb18ef3746fc5c08687c232d6;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/parselistscommand.h b/parselistscommand.h index 065c499..1faeaeb 100644 --- a/parselistscommand.h +++ b/parselistscommand.h @@ -26,7 +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()); }