X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=normalizesharedcommand.h;h=53bcd6b5e4aac7d0a463fa436fc8ed6346f5f069;hp=26bc0e4ca542de7a7c56cf2299918ce0f2819e70;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 diff --git a/normalizesharedcommand.h b/normalizesharedcommand.h index 26bc0e4..53bcd6b 100644 --- a/normalizesharedcommand.h +++ b/normalizesharedcommand.h @@ -24,7 +24,12 @@ public: vector setParameters(); string getCommandName() { return "normalize.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); + 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 +46,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&);