X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistscommand.h;h=9356299b91c45c82b073c424a81b9a6bb28673e8;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=065c499ade25c46fb18ef3746fc5c08687c232d6;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/parselistscommand.h b/parselistscommand.h index 065c499..9356299 100644 --- a/parselistscommand.h +++ b/parselistscommand.h @@ -27,6 +27,8 @@ public: string getCommandName() { return "parse.list"; } string getCommandCategory() { return "OTU-Based Approaches"; } 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()); }