X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=subsamplecommand.h;h=d1fb1226236dc3842b9ace53536cf95a266f1d5e;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=c746e144119dc4d4c0d45ef10872b1f7c9951129;hpb=f687723a8357916e86a05116978e6869b039ce36;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();