X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=summarysharedcommand.h;h=248c1c8ecb81f2bbc069b25151c3908e05330907;hb=2e5ec5cbbd23637ed20da9bdd544d178a3b5d949;hp=9ce3b69b65fab19c845b9344f9fe192d70e88ae0;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/summarysharedcommand.h b/summarysharedcommand.h index 9ce3b69..248c1c8 100644 --- a/summarysharedcommand.h +++ b/summarysharedcommand.h @@ -9,15 +9,14 @@ * */ -#include -#include -#include + #include "command.hpp" #include "sharedrabundvector.h" #include "inputdata.h" #include "calculator.h" #include "readmatrix.hpp" #include "sharedlistvector.h" +#include "validcalculator.h" /*The summary.shared() command The summary.shared command can only be executed after a successful read.shared command. @@ -44,20 +43,20 @@ public: int execute(); private: - void getGroupComb(); void getSharedVectors(); + void setGroups(); GlobalData* globaldata; ReadMatrix* read; vector sumCalculators; InputData* input; + ValidCalculators* validCalculator; SharedListVector* SharedList; SharedOrderVector* order; vector lookup; SharedRAbundVector* shared1, shared2; - string outputFileName; + string outputFileName, format; ofstream outputFileHandle; - vector groupComb; };