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
Entries that have multiple definitions at a certain rank causes contigtax assign to fail with the error:
contigtax assign
ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
For instance, this can be the result of a taxonomic id having:
rank superkingdom phylum order genus species class family class 182248 2759 7711 9443 9499 30589 40674 378855 1338369
This will be fixed in the next release by only selecting unique columns when setting up the lineage dataframe.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Entries that have multiple definitions at a certain rank causes
contigtax assign
to fail with the error:For instance, this can be the result of a taxonomic id having:
This will be fixed in the next release by only selecting unique columns when setting up the lineage dataframe.
The text was updated successfully, but these errors were encountered: