Open metalichen opened 6 years ago
Hi,
I get the same error here with a different setup:
@davidbio Please do not hijack other issues even if there are some similar words, the sources of problems might be completely different :) Please check whether the latest SPAdes 3.13 fixes the problem for you.
@asl I thought opening another issue with the exact same error message would be counterproductive. I will open another issue then, I didn't mean to be rude.
@davidbio The problem is: it was our fault to show these "error codes". In fact they do mean nothing, it's just the return code provided by the system when the program is terminated. Sometimes it's meaningful (e.g. -9 means that the job was killed via SIGKILL signal) but in majority of cases is misleading. Only log contains relevant information and the real issue might be completely different provided the same "error" code :)
So, please do try and reproduce issue with the latest SPAdes 3.13. If there is still an error – please open separate issue.
Thanks for understanding! :)
Was there a solution for this? I have the same issue but with Spades 3.15.1 verison.
Using spades 4.0.0 on my computer solves this problem: conda create spades conda activate spades conda install libgcc-ng=12.3.0 -c conda-forge conda install spades=4.0.0 -c bioconda
Hi guys,
I've run into an issue running SPAdes in metagenomic mode. Filtering singleton k-mers of the forward reads takes only a few minutes, but then SPAdes gets stuck on the reverse reads file for a few hours and finally finishes with error.
Here is the command I used:
And this is what I got:
There is one weird thing about this issue. I get it when I'm trying to assembly only one library. Other libraries coming from the same sequencing lane are just fine, although all of them were treated absolutely the same way and the number of reads doesn't vary that much. By the same way I mean quality trimming by Trimommatic 0.33. I thought that the problem could be in that library itself, but when I tried to assemble it as it was with no trimming, I didn't get any error.
Here is the link to the data and spades.log file. https://drive.google.com/open?id=1mJiIYjxwapg_GA669OCz2RnVALb3qlDZ
Any ideas what could be wrong?
Thanks!