Skip to content
New issue

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

[Feature] taxonkit list from taxon name #93

Open
2 tasks done
fgvieira opened this issue Mar 18, 2024 · 2 comments
Open
2 tasks done

[Feature] taxonkit list from taxon name #93

fgvieira opened this issue Mar 18, 2024 · 2 comments

Comments

@fgvieira
Copy link

Prerequisites

  • make sure you're are using the latest version by taxonkit version
  • read the usage

Describe your issue

taxonkit allows to list all children nodes given a taxid, for example:

taxonkit list --ids 554915,33154 [...]

Would it be possible to do the same from the taxon name? For example:

taxonkit list --ids Amoebozoa,Opisthokonta [...]
@shenwei356
Copy link
Owner

Good idea!

I can also make list to accept TaxIds from file and stdin. So you can also use

cat names.txt | taxonkit name2taxid | taxonkit list

@fgvieira
Copy link
Author

And maybe even:

taxonkit list names.txt

Just to be consistent with the other tools.

@fgvieira fgvieira changed the title [Feature Request] taxonkit list from taxon name [Feature] taxonkit list from taxon name Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants