X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=countgroupscommand.h;h=cd226a3da2c02107f4512acc126b067d195dfb8c;hb=eb71e28b7b7afd82540f4a8f0bac9429c5b9d713;hp=1ab83c86ea98cb5a9bdd5c43e31558cbe4971307;hpb=1f0e54b53b714781f3f2fee7d01177fade98a625;p=mothur.git diff --git a/countgroupscommand.h b/countgroupscommand.h index 1ab83c8..cd226a3 100644 --- a/countgroupscommand.h +++ b/countgroupscommand.h @@ -24,7 +24,7 @@ public: string getCommandName() { return "count.groups"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); - string getOutputPattern(string){ return ""; } + 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