安装
- pull docker
docker pull ummsbiocore/dolphinnext-studio
sudo mkdir -p ~/export
- While running the container;
docker run --privileged -m 10G -p 8080:80 -v ~/export:/export -ti ummsbiocore/dolphinnext-studio /bin/bash
- After you start the container, you need to start the mysql and apache server using the command below;
startup
- Now, you can open your browser to access DolphinNext using the url below.
http://localhost:8080/dolphinnext
本地配置singluarity, nextflow
https://dolphinnext.readthedocs.io/en/latest/dolphinNext/quick.html
网友评论