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
When using the module cnvkit/batch with conda the following error is raised:
cnvkit/batch
ImportError: cannot import name 'Int64Index' from 'pandas'
I found that the version 0.9.9 from May 2021 of cnvkit is defined in this line https://github.com/nf-core/modules/blob/master/modules/nf-core/cnvkit/batch/main.nf#L5, but the pandas version in the dependency tree is not controlled, thus as of today latest pandas 2.0.2 gets installed which is incompatible and raises the error above.
An upgrade to cnvkit 0.9.10 seems to fix the issue.
I used this module programmatically.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Have you checked the docs?
Description of the bug
When using the module
cnvkit/batch
with conda the following error is raised:I found that the version 0.9.9 from May 2021 of cnvkit is defined in this line https://github.com/nf-core/modules/blob/master/modules/nf-core/cnvkit/batch/main.nf#L5, but the pandas version in the dependency tree is not controlled, thus as of today latest pandas 2.0.2 gets installed which is incompatible and raises the error above.
An upgrade to cnvkit 0.9.10 seems to fix the issue.
Command used and terminal output
I used this module programmatically.
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: