X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=subsamplecommand.h;h=d1fb1226236dc3842b9ace53536cf95a266f1d5e;hb=cc19310422f125d6628980bd1148e1e816792382;hp=c746e144119dc4d4c0d45ef10872b1f7c9951129;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/subsamplecommand.h b/subsamplecommand.h index c746e14..d1fb122 100644 --- a/subsamplecommand.h +++ b/subsamplecommand.h @@ -16,6 +16,7 @@ #include "rabundvector.hpp" #include "inputdata.h" #include "sequence.hpp" +#include "counttable.h" class SubSampleCommand : public Command { @@ -38,13 +39,14 @@ public: private: bool abort, pickedGroups, allLines, persample; - string listfile, groupfile, sharedfile, rabundfile, sabundfile, fastafile, namefile; + string listfile, groupfile, countfile, sharedfile, rabundfile, sabundfile, fastafile, namefile; set labels; //holds labels to be used string groups, label, outputDir; vector Groups, outputNames; int size; vector names; map > nameMap; + CountTable ct; int getSubSampleShared(); int getSubSampleList();