somaticseq icon indicating copy to clipboard operation
somaticseq copied to clipboard

Docker issue with latest version

Open emucaki opened this issue 2 years ago • 1 comments

I am trying to use "BamSurgeon" which uses SomaticSeq, however there is an error that reaches that step:

docker run --rm -v /home/data:/home/data -u ####:#### lethalfang/somaticseq:latest
java ...

"Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "java": executable file not found in $PATH: unknown."

This problem does not happen when I use an older version of SomaticSeq: docker run --rm -v /home/data:/home/data -u ####:#### lethalfang/somaticseq:3.6.3
java ...

Just wanted to let you know.

emucaki avatar Sep 21 '22 14:09 emucaki

Thanks for letting me know. I put java back into lethalfang/somaticseq:latest.

litaifang avatar Sep 22 '22 06:09 litaifang