Skip to content

1996xjm/BGI_Genean_Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BGI_Genean_Downloader

基于python的,华大基因测序数据下载脚本

安装

克隆仓库

#### 克隆仓库到本地 ####
git clone https://github.com/1996xjm/BGI_Genean_Downloader.git

#### 安装python依赖 ####
# python版本最好3.7以上

# 阿里云对象存储SDK
pip install oss2
# 进度条显示工具
pip install tqdm

配置帐号密码

文件目录:{你存放的路径}/BGI_Genean_Downloader/aliyunOSS/setting.py

# 帐号
email = ""
# 密码
password = ""

使用

==具体功能可以看源代码==

python download_BGI_data.py

About

A python downloader for BGI sequencing data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages