X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=normalizesharedcommand.h;h=2feb40d1bcf105a485b5790ebc3be2484a94f0d5;hb=c7e8c2d15bd7cedcfdf18675cb0ea1a0dcd0e3c0;hp=c25274119ac3c918dcfa8ef584b05bd3f9310bc9;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/normalizesharedcommand.h b/normalizesharedcommand.h index c252741..2feb40d 100644 --- a/normalizesharedcommand.h +++ b/normalizesharedcommand.h @@ -24,6 +24,7 @@ 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"; } @@ -44,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&);