X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylodiversitycommand.h;h=ee76f05697cfce07213857432c9d786b150fc033;hb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;hp=95276921149b5237a923928bc9f23a5e8e7aed1b;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/phylodiversitycommand.h b/phylodiversitycommand.h index 9527692..ee76f05 100644 --- a/phylodiversitycommand.h +++ b/phylodiversitycommand.h @@ -11,7 +11,7 @@ */ #include "command.hpp" -#include "treemap.h" +#include "counttable.h" #include "sharedutilities.h" #include "tree.h" @@ -33,11 +33,11 @@ class PhyloDiversityCommand : public Command { int execute(); void help() { m->mothurOut(getHelpString()); } private: - TreeMap* tmap; + CountTable* ct; float freq; int iters, processors, numUniquesInName; bool abort, rarefy, summary, collect, scale; - string groups, outputDir, treefile, groupfile, namefile; + string groups, outputDir, treefile, groupfile, namefile, countfile; vector Groups, outputNames; //holds groups to be used, and outputFile names map getRootForGroups(Tree* t);