数据下载 从Ensembl下载人类基因组hg38.fa序列文件(约3GB) python程序 import re import fileinput hg38 = "hg38.fa" list_chr = { } temp_chr = '' for line in fileinput.input