We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, this is a feature request. In the documentation there is the following example:
from ete3 import NCBITaxa ncbi = NCBITaxa() tree = ncbi.get_topology([9606, 9598, 10090, 7707, 8782]) print tree.get_ascii(attributes=["sci_name", "rank"])
The question for me is now how to change the original tree that it will use the sci_name insead of the taxid printing or writing a newick tree.
sci_name
The get_ascii is not helping here since it does not output in newick format.
get_ascii
An easy way how to e.g. combine "sci_name", "taxid", with a delimiter would be a nice feature.
Thank you in anticipation
Best regards
Kristian
The text was updated successfully, but these errors were encountered:
Hi! Indeed we tried not to change the original tree newick format. That sounds like a interesting feature, I will see what I can do!
Best, Ziqi
Sorry, something went wrong.
dengzq1234
No branches or pull requests
Hi,
this is a feature request.
In the documentation there is the following example:
The question for me is now how to change the original tree that it will use the
sci_name
insead of the taxid printing or writing a newick tree.The
get_ascii
is not helping here since it does not output in newick format.An easy way how to e.g. combine "sci_name", "taxid", with a delimiter would be a nice feature.
Thank you in anticipation
Best regards
Kristian
The text was updated successfully, but these errors were encountered: