-
Notifications
You must be signed in to change notification settings - Fork 15
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
rnaspades step dies with "AttributeError: module 'collections' has no attribute 'Hashable'" #35
Comments
Hello @laninsky, Could you pull again the repository. I see that your spades is v3.14.0. Currently, TransPi uses v3.15.3 where this issue is solved. See https://github.com/bioconda/bioconda-recipes/pull/31789/files I did a test run and the pipeline is working fine with this version. Let me know how it goes. Best, |
Thanks Ramon! I've pulled the new version and will let you know how it goes. |
Hi Ramon - slightly different error is now stopping transpi (sorry - I know this is probably pretty trivial to edit the TransPi.nf file for, but I'm not fluent in either nextflow or python):
|
Hi Ramon, Just letting you know that the current test run I am doing with the repo pulled on Jan 18th seems to be working fine (the run is still in progress, but the rnaspades step has completed without an error), so going to go ahead and close this issue. Thanks for the help! Alana |
The rnaspades step is dying with
AttributeError: module 'collections' has no attribute 'Hashable'
with the transpi repo version pulled on the 27th December 2021 using the conda profile.It appears to be the following issue: ablab/spades#863
It could potentially be solved until rnaspades is updated by using python < 3.10.
I was using Nextflow/21.04.3 amd Miniconda3/4.9.2 (Python 3.8.5), however there doesn't seem to be a way to specify rnaspades to use python < 3.10 through transpi (i.e. under system information in the error message below,
Python version: 3.10.1
was the version being used with rnaspades)Command:
Full error message:
The text was updated successfully, but these errors were encountered: