-
Notifications
You must be signed in to change notification settings - Fork 14
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
higlass-server/manage.py ingest_tileset doesn't work #180
Comments
Oh, can you run the container without the
And then
If you do this, the |
Is the cooler file path on your local directory or in your docker container? With Jupyter notebook, the path should be the directory on the machine running the Jupyter notebook not the Docker container. This is because |
Sorry for the late response but it sounds like the Jupyter extension wasn't installed properly? Just to be sure, did you follow the instructions here exactly? |
sudo docker run -p 11028:80 -p 11029:11029 -v ~/hg-data:/data -it --device=/dev/fuse --privileged higlass/higlass-docker /bin/bash
root@8719e80cb68c:/data# python /home/higlass/projects/higlass-server/manage.py ingest_tileset --filename /data/output.mcool --filetype cooler --datatype matrix
when I used the commands above, it appeared this error.
Thanks for any suggestion.
The text was updated successfully, but these errors were encountered: