-
Notifications
You must be signed in to change notification settings - Fork 145
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
[BUG] Pandas error in anvi-get-codon-frequencies
#2314
Comments
I see a lot of pandas errors reported lately. I wonder if there was an update recently that causes all these incompatibility issues. Note for self: we should always finalize requirements.txt with explicit version numbers prior to release :( |
Fwiw, I'm running 2 recent installations of I see a pretty old |
For what it's worth, I can verify that pandas 1.4.4 is installed in the environment:
|
This is very interesting. @philipwoods, would you consider sharing your contigs-db file and the exact command you're running on it to get this error? Maybe we can try to reproduce it on our end and see if we can solve it. |
I get the error while running |
I just finished installing an |
Short description of the problem
When running
anvi-get-codon-frequencies
, there is a TypeError in how pandas is used in_make_gene_codon_frequency_table
.anvi'o version
System info
The operating system is Red Hat enterprise Linux. Anvi'o was installed in a conda environment.
Detailed description of the issue
When running
anvi-get-codon-frequencies
I get the following error:The text was updated successfully, but these errors were encountered: