-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error in rnaSpades when run from singularity image #19
Comments
I suspect it ran out of memory first, and then ran into the SyntaxWarning. I can increase the memory allocated for this step |
Is there any updated (or older) Spades container image without this issue? |
I've checked the latest Spades container image. It still has the SyntaxWarning. This is because it is built using Spades release 4.0.0. However, this shouldn't affect the actual assembly (based on what I can see in the code and what another user has mentioned in the issue you've linked). The main issue for this pipeline seems to be that not enough resources were provided. During my testing, this step ran successfully, most likely because I was using a smaller dataset than you. Could you let me know what kind of data you are using - number of samples and approx. millions of reads per sample? This will help me make sure I test on large enough datasets in the future. |
You can also use a custom config to increase the resources allocation for this step. Please see the nf-core documentation on how to do this here |
Thanks for the reply, I can make the changes in the config files (I'm pretty familiar with configuring Nextflow pipelines by now...).
Cheers, Ido |
Description of the bug
rnaSPADES
step fails with the following error:I'm wondering it's a lack of memory or if it's related to this issue that's been fixed in a recent commit, but not in the Singularity image (v4.0.0).
Command used and terminal output
Relevant files
No response
System information
The text was updated successfully, but these errors were encountered: