下载与安装
时长: 3 分钟
字数: 490 字
更新: 2026-05-28
阅读: 0 次
克隆代码仓库
bash
git clone https://github.com/seekgene/SeekSoulMethyl.git
cd SeekSoulMethyl创建 Conda 环境
国内用户:
bash
conda env create -n seeksoulmethyl -f conda_dependencies.zh.yml
conda activate seeksoulmethyl海外用户:
bash
conda env create -n seeksoulmethyl -f conda_dependencies.yml
conda activate seeksoulmethyl安装包
bash
cd dependence
pip install . \
simpleqc/target/wheels/simpleqc-0.1.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl \
search-pattern/target/wheels/search_pattern-0.1.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl
cd ..安装修改过的依赖项
SeekSoul™ Methyl Tools 依赖于定制版本的 Bismark 和 ALLCools:
bash
conda activate seeksoulmethyl
# 安装定制版 ALLCools
git clone https://github.com/seekgene/ALLCools.git
pip install ./ALLCools
rm -rf ./ALLCools
# 安装定制版 Bismark
git clone https://github.com/seekgene/Bismark.git
bin_path=$(dirname `which python`)
cp -r ./Bismark/* $bin_path/
chmod +x $bin_path/bismark*
chmod +x $bin_path/deduplicate_bismark
rm -rf ./Bismark下载参考数据库
提供常见物种的预建参考数据库压缩包:
bash
# 人类参考基因组 (GRCh38)
wget -dc -O human-reference-GRCh38.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/methy_demo/methy_exp/v1.1/human-reference-GRCh38.tar.gz"
wget -dc -O human-reference-GRCh38.tar.gz.md5 "https://seekgene-public.oss-cn-beijing.aliyuncs.com/methy_demo/methy_exp/v1.1/human-reference-GRCh38.tar.gz.md5"
# 小鼠参考基因组 (GRCm39)
wget -dc -O mouse-reference-GRCm39.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/methy_demo/methy_exp/v1.1/mouse-reference-GRCm39.tar.gz"
wget -dc -O mouse-reference-GRCm39.tar.gz.md5 "https://seekgene-public.oss-cn-beijing.aliyuncs.com/methy_demo/methy_exp/v1.1/mouse-reference-GRCm39.tar.gz.md5"
# 解压缩包
tar -xzf human-reference-GRCh38.tar.gz
tar -xzf mouse-reference-GRCm39.tar.gz如果您需要构建自定义参考数据库,请参阅:
下载测试数据
关于测试数据的下载,请参考 示例数据 文档。
演示资源
有关完整的演示数据集和可下载的结果包,请参阅补充文档:
