美文网首页
HyPhy for Linux on Windows10

HyPhy for Linux on Windows10

作者: 孟德尔的小豌豆007 | 来源:发表于2018-10-30 20:36 被阅读0次

    HyPhy(Hypothesis Testing using Phylogenies)

    An open-source software package
    for comparative sequence analysis using stochastic evolutionary models

    1. 配置好Linux环境,可以参考Linux的windows10子系统 (WSL) 配置

    2. 安装HyPhy(分布式并行运算环境的安装可以参考官方文档 installation)

    sudo apt-get update
    sudo apt-get install -y build-essential cmake
    git clone https://github.com/veg/hyphy.git
    cd hyphy
    #beta 版本
    #git checkout beta
    cmake .
    make MP
    sudo make install
    

    3. 使用方式

    a.常用使用方式

    输入

    HYPHYMP
    

    就可以按照提示一步步设置参数进行运算

    b. 批量处理方式,可以参考Positive-Selection-with-HYPHY

    相关文章

      网友评论

          本文标题:HyPhy for Linux on Windows10

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