X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=normalizesharedcommand.h;h=4b6f7fd9e93f4912bf648f2c826ab0a09b15910c;hb=791f42d21a85f794529fd4c912dcc27d873c25e8;hp=26bc0e4ca542de7a7c56cf2299918ce0f2819e70;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/normalizesharedcommand.h b/normalizesharedcommand.h index 26bc0e4..4b6f7fd 100644 --- a/normalizesharedcommand.h +++ b/normalizesharedcommand.h @@ -25,6 +25,9 @@ public: string getCommandName() { return "normalize.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Normalize.shared"; } + string getDescription() { return "normalize samples in a shared or relabund file"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -41,8 +44,8 @@ private: int norm; vector Groups, outputNames; - int normalize(vector&, ofstream&); - int normalize(vector&, ofstream&); + int normalize(vector&); + int normalize(vector&); int eliminateZeroOTUS(vector&); int eliminateZeroOTUS(vector&);