X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=phylotree.h;h=4b7a35a24547b155c857f140496b6cc03654c66d;hp=e0002209e4d83aaaf9468573173858d9b0602b61;hb=fe08eacea5a2d34cd4bd27e8451fd2872102a80a;hpb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced 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; }