遗传渗入loter软件的安装

 

001、安装python3.8环境

conda create -n loter_py38 python=3.8

conda activate loter_py38

 

002、 下载安装包并安装

git clone https://github.com/bcm-uga/Loter.git
cd Loter/python-package

pip install --no-cache-dir .

 

003、测试是否安装成功

python -c "import loter; print('import Loter OK')"

python -c "import loter.locanc.local_ancestry as lc; print('Loter OK')"

 

(loter_py38) [b20223040323@admin2 test]$ which loter_cli
~/software/miniconda3/envs/loter_py38/bin/loter_cli

posted @ 2026-06-15 15:54  小鲨鱼2018  阅读(4)  评论(0)    收藏  举报