Linux 下载 JGI 的 IMG_VR

进入IMG_VR

Home - IMG_VR

点击左上角DOWNLOAD,登录自己的账号,点击使用XML

进入之后,主要看url,你的下载地址

bash 复制代码
url="/portal/ext-api/downloads/get_tape_file?blocking=true&url=/IMG_VR/download/_JAMO/63a22c8a3b5d0133c73fb0a8/README-high_confidence.txt"

进入linux命令行,登录账号

bash 复制代码
curl 'https://signon.jgi.doe.gov/signon/create' --data-urlencode 'login=*****' --data-urlencode 'password=*****' -c cookies > /dev/null
# ****处修改为账号与密码

根据URL编号下载IMG_VR_2022-12-19_7

bash 复制代码
curl -C - -b cookies -o README-high_confidence.txt 'https://genome.jgi.doe.gov/portal/ext-api/downloads/get_tape_file?blocking=true&url=/IMG_VR/download/_JAMO/63a22c8a3b5d0133c73fb0a8/README-high_confidence.txt'
curl -C - -b cookies -o IMGVR_all_proteins-high_confidence.faa.gz 'https://genome.jgi.doe.gov/portal/ext-api/downloads/get_tape_file?blocking=true&url=/IMG_VR/download/_JAMO/63a22c8a3b5d0133c73fb0a2/IMGVR_all_proteins-high_confidence.faa.gz'
curl -C - -b cookies -o IMGVR_all_nucleotides-high_confidence.fna.gz 'https://genome.jgi.doe.gov/portal/ext-api/downloads/get_tape_file?blocking=true&url=/IMG_VR/download/_JAMO/63a22c8a3b5d0133c73fb0a0/IMGVR_all_nucleotides-high_confidence.fna.gz'
curl -C - -b cookies -o IMGVR_all_Sequence_information-high_confidence.tsv 'https://genome.jgi.doe.gov/portal/ext-api/downloads/get_tape_file?blocking=true&url=/IMG_VR/download/_JAMO/63a22c8a3b5d0133c73fb0a4/IMGVR_all_Sequence_information-high_confidence.tsv'
curl -C - -b cookies -o IMGVR_all_Host_information-high_confidence.tsv 'https://genome.jgi.doe.gov/portal/ext-api/downloads/get_tape_file?blocking=true&url=/IMG_VR/download/_JAMO/63a22c8a3b5d0133c73fb0a6/IMGVR_all_Host_information-high_confidence.tsv'
相关推荐
Starry_hello world1 小时前
Linux 的准备工作
linux·笔记·有问必答
Rverdoser1 小时前
服务器(一种管理计算资源的计算机)
运维·服务器
流浪法师122 小时前
SecProxy - 自动化安全协同平台
运维·安全·自动化
_考不上研究生不改名2 小时前
【完美解决】VSCode连接HPC节点,已配置密钥却还是提示需要输入密码
linux·服务器·vscode·远程连接·hpc·超算集群
酱学编程2 小时前
redis 延迟双删
数据库·redis·缓存
_长银2 小时前
Vim搜索和替换
linux·编辑器·vim
IT _oA3 小时前
Active Directory 域服务
运维·服务器·网络·windows·笔记
xujiangyan_3 小时前
MySQL的半同步模式
数据库·git·mysql
飞翔沫沫情4 小时前
《MySQL 5.7.44审计合规实践:插件集成与日志分割自动化方案》
数据库·mysql·mysql审计
MXsoft6184 小时前
云原生运维在 2025 年的发展蓝图
运维·服务器·数据库