下载EGA测序数据

下载EGA数据

  1. 创建python 3.6环境:
    conda create -n EGA python=3.6
  • python3.6才能正常运行
  1. 安装pyEGA3:
    pip3 install pyega3
  1. 下载数据:
    pyega3 -cf config.json fetch EGADnumber --output-dir ./
  • config.json:
    1
    2
    3
    4
    {
    "username": "",
    "password": ""
    }
Author: Giftbear
Link: https://giftbear.github.io/2024/09/25/下载EGA测序数据/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.