X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=normalizesharedcommand.h;h=22158bd6d5ff136d0df81d0304b476ec580b8b7a;hb=3e2465c16d187247ce3befd29811c2d5dfc15ee8;hp=fcfc727b23ba0e4aae0fc1d1406c6799fde81689;hpb=b20d7d9b1b0eeeaedb78d8fdf26833fd212d2e81;p=mothur.git diff --git a/normalizesharedcommand.h b/normalizesharedcommand.h index fcfc727..22158bd 100644 --- a/normalizesharedcommand.h +++ b/normalizesharedcommand.h @@ -21,7 +21,12 @@ class NormalizeSharedCommand : public Command { public: NormalizeSharedCommand(string); + NormalizeSharedCommand(); ~NormalizeSharedCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -35,7 +40,8 @@ private: set labels; //holds labels to be used string groups, label, outputDir, method; int norm; - vector Groups; + vector Groups, outputNames; + map > outputTypes; int normalize(vector&, ofstream&); int eliminateZeroOTUS(vector& thislookup);