Skip to content

数据准备

作者: SeekGene
时长: 2 分钟
字数: 256 字
更新: 2026-02-26
阅读: 0 次
SeekArc Tools

测试数据下载

测试数据 - MD5: 45a48572f5ffd00dd6e6d79e3ad495d4(物种:小鼠)

wget 下载方式

shell
wget -c -O demo_data.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/sgarc_demo/rawdata/demo_data.tar.gz"
# decompress
tar -zxf demo_data.tar.gz

curl 下载方式

shell
curl -C - -o demo_data.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/sgarc_demo/rawdata/demo_data.tar.gz"
# decompress
tar -zxf demo_data.tar.gz

参考基因组链接

Download-human-reference-GRCh38 - MD5: a9ce266ead3d89bc0aa77cfa646ca309
Download-mouse-reference-GRCm38 - MD5: c4f2244f1d0560d5d3b4c71da06fd08f

wget 下载方式

shell
# human
wget -c -O refdata-arc-GRCh38.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/sgarc_demo/reference/refdata-arc-GRCh38.tar.gz"
# mouse
wget -c -O refdata-arc-GRCm38.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/sgarc_demo/reference/refdata-arc-GRCm38.tar.gz"
# decompress
tar -zxvf refdata-arc-GRCh38.tar.gz

curl 下载方式

shell
# human
curl -C - -o refdata-arc-GRCh38.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/sgarc_demo/reference/refdata-arc-GRCh38.tar.gz"
# mouse
curl -C - -o refdata-arc-GRCm38.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/sgarc_demo/reference/refdata-arc-GRCm38.tar.gz"
# decompress
tar -zxvf refdata-arc-GRCh38.tar.gz

参考基因组的构建可以参考 如何构建参考基因组?

0 条评论·0 条回复