X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=countgroupscommand.h;h=cd226a3da2c02107f4512acc126b067d195dfb8c;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=d27a7f8f94ce1577421061e862696de4a4856a2a;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/countgroupscommand.h b/countgroupscommand.h index d27a7f8..cd226a3 100644 --- a/countgroupscommand.h +++ b/countgroupscommand.h @@ -23,8 +23,8 @@ public: vector setParameters(); string getCommandName() { return "count.groups"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Count.groups"; } string getDescription() { return "counts the number of sequences in each group"; } @@ -36,6 +36,7 @@ private: string sharedfile, groupfile, countfile, outputDir, groups, accnosfile; bool abort; vector Groups; + vector outputNames; }; #endif