You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run CRISPR-SURF from a local installation, I get the following error message
docker run -v ${PWD}/:/DATA -w /DATA pinellolab/crisprsurf SURF_design
"docker: Error response from daemon: create ${PWD}: "${PWD}" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path."
What is the path for the DATA directory on a local installation, or how can I find it? Sorry I am new to Docker.
The text was updated successfully, but these errors were encountered:
Hi Luca,
When trying to run CRISPR-SURF from a local installation, I get the following error message
docker run -v ${PWD}/:/DATA -w /DATA pinellolab/crisprsurf SURF_design
"docker: Error response from daemon: create ${PWD}: "${PWD}" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path."
What is the path for the DATA directory on a local installation, or how can I find it? Sorry I am new to Docker.
The text was updated successfully, but these errors were encountered: