-
Notifications
You must be signed in to change notification settings - Fork 116
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 at the assembly stage #298
Comments
Hi @Mewgia ! I have seen this error too and I still haven't got to the bottom of it. For some reason SPAdes fails when I run the pipeline on my laptop with the error below:
If you use |
This is what I see:
|
Hi, was it resolved? Best |
Unfortunately not @josruirod. Needs some more digging to figure out what is going on. Quietly hoping someone beats me to it! |
Thanks for answering! |
Description of the bug
Dear colleagues,
I have a question similar to that #198 when trying to launch test experiment.
nextflow
run nf-core/viralrecon
-profile test,docker -r 2.4.1
--outdir /work/viralrecon
The text of the error is in file. Similar to the question from the link above I've tried to skip assembly stage:
nextflow
run nf-core/viralrecon
-profile test,docker -r 2.4.1
--skip_assembly
--outdir /work/viralrecon
In this case, everything works fine, but I'd like to fix assembly error. Hope for your help.
Command used and terminal output
Relevant files
error.txt
System information
Debian 5.10.103-1 (2022-03-07) x86_64, Nextflow 21.10.6.
Docker, viralrecon 2.4.1
The text was updated successfully, but these errors were encountered: