Data Preparation
Time: 2 min
Words: 310 words
Updated: 2026-02-26
Reads: 0 times
Demo Data Download
Demo Data - MD5: 45a48572f5ffd00dd6e6d79e3ad495d4 (Species: Mouse)
Download via 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.gzDownload via 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.gzData Preparation
Demo Data Download
Demo Data - MD5: 45a48572f5ffd00dd6e6d79e3ad495d4 (Species: Mouse)
Download via 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.gzDownload via 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.gzReference Genome Links
Download-human-reference-GRCh38 - MD5: a9ce266ead3d89bc0aa77cfa646ca309
Download-mouse-reference-GRCm38 - MD5: c4f2244f1d0560d5d3b4c71da06fd08f
Download via 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.gzDownload via 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.gzFor reference genome construction, please refer to How to Build a Reference Genome?.
