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

Pandas 2.0 and above breaks call to read_table() #18

Open
colinvwood opened this issue Aug 5, 2024 · 1 comment
Open

Pandas 2.0 and above breaks call to read_table() #18

colinvwood opened this issue Aug 5, 2024 · 1 comment

Comments

@colinvwood
Copy link

As indicated in #17, the squeeze parameter no longer exists in pandas 2.0+, which qiime2 environments now have. Here is a link to user on the forum encountering the error.

The relevant read_table call is here.

@ARW-UBT
Copy link

ARW-UBT commented Jan 29, 2025

While this message was a warning in previous qiime2 releases, in q2-amplicon-2024.10 it is an error. The qiime SCNIC make-modules-on-correlations command does no longer run.
Are there any plans to get this code updated for use in q2-2024.10 or later?

In q2-2024.2, the warning message was:
The squeeze argument has been deprecated and will be removed in a future version. Append .squeeze("columns") to the call to squeeze.
Any suggestions how the corresponding read_table call should look like (see previous comment)

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants