Closed eggrandio closed 3 months ago
Hi Eduardo,
I have used SPAdes before on a different system but after installing it from conda I had the very same problem as you did. For some reason conda also installed an older version on my system. I now have v3.15.5 and it works for me Try uninstalling SPAdes using "conda uninstall spades" Then reinstall a newer version using "conda install -c bioconda -c conda-forge spades=3.15.5" (Some dependencies of SPAdes are in the Conda-forge channnel) Of course you could also test the very new v4.0.
Since you are using both short and long reads I would reommend giving Rnabloom a shot. Basically, it will perform a long read assembly and only use the short reads for error correction. However, it's results strongly depend on the coverage by the long reads. If the coverage is low it is probably better to stick to assemblers like SPAdes or Trinity, that rely more on the information coming from short reads.
This is the known issue with SPAdes 3.15.3. Consider upgrading to the latest SPAdes 4.0. We do not maintain conda packages, consider reporting the version issue to them
Description of bug
When I try to run spades.py --test or any other spades script, I get the following error:
spades.log
spades.log
params.txt
params.txt
SPAdes version
3.15.3
Operating System
Linux-5.15.0-118-generic-x86_64-with-glibc2.35
Python Version
3.12.4
Method of SPAdes installation
conda
No errors reported in spades.log