Open bioinfowheat opened 1 year ago
Apologies for not catching this sooner! It seems the nature of the error you've run into has to do with permissions related to docker.
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/create?name=nxf-AH6jSZP4TGrKmpIpbJvcSgLz: dial unix /var/run/docker.sock: connect: permission denied.
Without being able to see .nextflow.log
, I'd suspect a couple possible sources of the error, especially since you say you're trying to run NovelTree
on a server:
sudo usermod -aG docker $USER
to fix this. sudo systemctl restart docker
or try starting it with sudo systemctl start docker
As a simple test, you could check to see whether your docker is installed, configured correctly, and running using docker run hello-world
.
If these fail, could you post the output of .nextflow.log
for the failed run after attempting these fixes?
Thanks!
Description of the bug
am trying to get noveltree to run on my server. have nextflow and dockter installed running nextflow within downloaded folder from github
get the error below
Command used and terminal output
Relevant files
No response
System information
No response