X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotree.h;h=4b7a35a24547b155c857f140496b6cc03654c66d;hb=a38cc7240f45bd39aa60d0df75825c17af0a082c;hp=e0002209e4d83aaaf9468573173858d9b0602b61;hpb=90708fe9701e3827e477c82fb3652539c3bf2a0d;p=mothur.git diff --git a/phylotree.h b/phylotree.h index e000220..4b7a35a 100644 --- a/phylotree.h +++ b/phylotree.h @@ -46,6 +46,7 @@ public: string getName(int i); int getGenusIndex(string seqName); string getFullTaxonomy(string); //pass a sequence name return taxonomy + vector getSeqs(string); //returns names of sequences in given taxonomy int getMaxLevel() { return maxLevel; } int getNumSeqs() { return numSeqs; }