目录
Anders Albrechtsen11个月前1576次提交
目录README.md

Build Status

===== Program for analysing NGS data.

https://www.popgen.dk/angsd

Installation:

  1. Using a local folder containing htslib ```

    download htslib

    git clone –recurse-submodules https://github.com/samtools/htslib.git;

    download angsd

    git clone https://github.com/angsd/angsd.git;

install htslib

cd htslib make

install angsd

cd ../angsd make HTSSRC=../htslib


2) Systemwide installation of htslib

git clone https://github.com/angsd/angsd.git; cd angsd; make HTSSRC=systemwide


3) Using htslib submodule

git clone https://github.com/angsd/angsd.git; cd angsd; make




Notes
====
* I've switched over to using htslib for parsing single reads (to allow for CRAM reading, while avoid having to write my own CRAM parser). I'm still using my own readpools. Users should therefore also download and install htslib.
* If you are on a mac computer and the compilation process complains about a missnig crybtolib library then do 'make CRYPTOLIB=""'

Program has a paper
=====
http://www.biomedcentral.com/1471-2105/15/356/abstract
关于

angsd是一个用于基因组序列数据分析的软件,可以进行基于群体遗传学的分析,如基于频率的统计、选择性中性分析等。

78.0 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号