Hello,
I would like to know if there is any library out there to run a lowest common ancestor on the ncbi tree.
i have annotated a set of contigs into species and would like to use LCA to recover the ancestor. I have found MEGAN but it is based on java and is not very fast.
is there any tool or library out there that could be used ?' Was thinking of c++ or python implementations.
Thanks, david
see Last Common Ancestor From Ncbi Taxonomy Using Java
Thanks Pierre, seems you need to submit a couple of taxids for LCA. In my case I can have many taxids to submit, not just tow taxids ??? Also forgot to mention that input file is a blasttab file.