X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=libshuffcommand.h;h=da5f9e8c1d3d06cd7ad3812578ec83bf6bff5774;hb=c3f0a9c8f932b923f3a6fbbf143e8f4b85fd6f5f;hp=150bdb4aecdfeeae4b91b6e0152eb812dca846ea;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6;p=mothur.git diff --git a/libshuffcommand.h b/libshuffcommand.h index 150bdb4..da5f9e8 100644 --- a/libshuffcommand.h +++ b/libshuffcommand.h @@ -19,34 +19,32 @@ class GlobalData; class LibShuffCommand : public Command { - public: - LibShuffCommand(string); - ~LibShuffCommand(){}; - int execute(); - void help(); +public: + LibShuffCommand(string); + ~LibShuffCommand(){}; + int execute(); + void help(); + +private: + vector groupNames; - private: - vector groupNames; - - void setGroups(); - void printCoverageFile(); - void printSummaryFile(); - - GlobalData* globaldata; - FullMatrix* matrix; - Libshuff* form; - float cutOff, step; - int numGroups, numComp, iters; - string coverageFile, summaryFile; - vector > pValueCounts; - vector > savedDXYValues; - vector > > savedMinValues; - OptionParser* parser; - map parameters; - map::iterator it; - bool abort; - string outputFile, groups, userform, savegroups; - vector Groups; //holds groups to be used + void setGroups(); + void printCoverageFile(); + void printSummaryFile(); + + GlobalData* globaldata; + FullMatrix* matrix; + Libshuff* form; + float cutOff, step; + int numGroups, numComp, iters; + string coverageFile, summaryFile; + vector > pValueCounts; + vector > savedDXYValues; + vector > > savedMinValues; + + bool abort; + string outputFile, groups, userform, savegroups, outputDir; + vector Groups; //holds groups to be used }; #endif