使用AdmixTools做D-statistics

安装软件和缺少的库文件

git clone https://github.com/DReichLab/AdmixTools.git
cd AdmixTools/src
make clobber
make all
#如果报错/usr/bin/ld: cannot find -lopenblas说明缺少libopenblas库文件
git clone https://github.com/xianyi/OpenBLAS.git
cd OpenBLAS
make
make PREFIX=/path/to/your/installation install
cd /usr/lib/
ln -s /opt/biosoft/OpenBLAS/lib/libopenblas_nehalemp-r0.3.10.dev.a ./libopenblas.a
ln -s /opt/biosoft/OpenBLAS/lib/libopenblas_nehalemp-r0.3.10.dev.so ./libopenblas.so
cd /opt/biosoft/AdmixTools/src/
make clean
make all && make install

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *