-
Notifications
You must be signed in to change notification settings - Fork 32
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
duplicate taxid from name2taxid #29
Comments
Thanks for reporting this.
A new flag |
Great, thank you! It looks like it solved most of the problem. However, I am still get some duplicates. Some examples are ESP_48538 Paracoccus 265 |
it's not a bug, if you have switched on |
@slaperriere Can I close this issue? |
Yes. Thank you for your help! |
Hello,
I am getting duplicate values from name2taxid when running
taxonkit name2taxid -i 2 filename
My input:
ESP_3 Bacteria
ESP_84 Bacteria
ESP_136 Bacteria
ESP_149 Bacteria
ESP_166 Bacteria
ESP_169 Bacteria
ESP_181 Bacteria
ESP_187 Bacteria
ESP_196 Bacteria
Output:
ESP_3 Bacteria 2
ESP_3 Bacteria 629395
ESP_84 Bacteria 2
ESP_84 Bacteria 629395
ESP_136 Bacteria 2
ESP_136 Bacteria 629395
ESP_149 Bacteria 2
ESP_149 Bacteria 629395
ESP_166 Bacteria 2
ESP_166 Bacteria 629395
Some lines as seen above are duplicated with a different taxid. There are no duplicates in the input.
Do you you what could be causing this?
Thank you!
The text was updated successfully, but these errors were encountered: