美文网首页
2019-10-29 用 dolphinnext 使用搭建 n

2019-10-29 用 dolphinnext 使用搭建 n

作者: e8a37405cb53 | 来源:发表于2019-10-29 14:33 被阅读0次

    安装

    1. pull docker
    docker pull ummsbiocore/dolphinnext-studio
    sudo mkdir -p ~/export
    
    1. While running the container;
    docker run --privileged -m 10G -p 8080:80 -v ~/export:/export -ti ummsbiocore/dolphinnext-studio /bin/bash
    
    
    1. After you start the container, you need to start the mysql and apache server using the command below;
    startup
    
    
    1. 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

    参考

    https://github.com/UMMS-Biocore/dolphinnext-tutorial

    相关文章

      网友评论

          本文标题:2019-10-29 用 dolphinnext 使用搭建 n

          本文链接:https://www.haomeiwen.com/subject/cttgvctx.html