X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotree.cpp;fp=phylotree.cpp;h=e430fb9e85622dcd1d425534857fe37dff600da9;hb=d0051dc9939d3477bd92b42c86bcd3eda743b955;hp=5438147ea3dd186989dafd144cf2d819c8845ef3;hpb=7f0cae4f4853cc3f12bc751ee06ea31c7c97496e;p=mothur.git diff --git a/phylotree.cpp b/phylotree.cpp index 5438147..e430fb9 100644 --- a/phylotree.cpp +++ b/phylotree.cpp @@ -241,6 +241,8 @@ int PhyloTree::addSeqToTree(string seqName, string seqTaxonomy){ int level = 1; tree[0].accessions.push_back(seqName); + m->removeConfidences(seqTaxonomy); + string taxon;// = getNextTaxon(seqTaxonomy); while(seqTaxonomy != ""){