-
Notifications
You must be signed in to change notification settings - Fork 412
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
Mutect2 error #1644
Comments
The error msg is "error waiting for container: unexpected EOF". It seems a lot of people ran into that problem with Docker. What version of Docker are you using? I suggest that you come on over in the Sarek Slack channel and discuss this issue. Cheers |
This is my Client: Docker Engine - Community Server: If it is a docker problem, then how was I able to run the same command previously to success? |
Hmmm ... good question. Can you at least run the following commands on your system:
and
Those tests (here and here) have been run for v3.4.3, so they should also work on your system. |
Both of the commands were completed successfully. |
Let's ask @pontus - he is good with computers 😁 |
Could this be the OOM-killer activating for something unexpected? |
here is the output of that command. |
Ok, thanks, so it wasn't OOM (although there were some interesting apparmor notices that might cause issues, but probably not here). But it still looks like some form of stability issue (with docker). I haven't seen any reports of this kind of issue. I don't have the energy right now to parse the log well enough so I'm certain, but from a quick look it seems like there are multiple tasks running at the same time as the mutect, could you change that so that not so many run simultaneously? (Changing either Alternatively if that doesn't work, you might try replacing the snap docker installation with an installation of docker engine from docker.io, I don't know that it should really help but there are spurious reports of issues with the snap setup. |
I ran the command again with |
Description of the bug
Hello,
I am running the "standard" pipeline with many variant callers, but suddenly got an error with Mutect2. The same command has worked previously for me for before. The command I ran is:
nextflow run nf-core/sarek -profile docker --input samplesheet.csv --outdir EMB95_01-009_sarek --igenomes_base ~/references/ --tools "deepvariant,mpileup,haplotypecaller,mutect2,freebayes,strelka" -resume
I have attached the nextflow log.
Command used and terminal output
nextflow run nf-core/sarek -profile docker --input samplesheet.csv --outdir EMB95_01-009_sarek --igenomes_base ~/references/ --tools "deepvariant,mpileup,haplotypecaller,mutect2,freebayes,strelka" -resume
Relevant files
nextflow.log
System information
No response
The text was updated successfully, but these errors were encountered: