X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=normalizesharedcommand.h;h=2feb40d1bcf105a485b5790ebc3be2484a94f0d5;hb=159fd324dfecacb6617669246d85c787ae67f630;hp=6332fd7fe1f36f19cd232cde99d9c6629fc00ca5;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/normalizesharedcommand.h b/normalizesharedcommand.h index 6332fd7..2feb40d 100644 --- a/normalizesharedcommand.h +++ b/normalizesharedcommand.h @@ -24,8 +24,11 @@ public: vector setParameters(); string getCommandName() { return "normalize.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); 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()); } @@ -42,8 +45,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&);