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'
相关推荐
astuv2 分钟前
在树莓派上部署开源监控系统 ZoneMinder
linux·nginx·树莓派·监控·摄像头·zoneminder·apache2
wclass-zhengge3 分钟前
Redis篇(Redis原理 - 网络模型)
网络·数据库·redis
周周写不完的代码12 分钟前
redis-数据类型
数据库·redis·缓存
GFCGUO17 分钟前
Ubuntu18.04配置OpenPCDet并运行demo过程记录
linux·python·学习·ubuntu·conda·pip
加载中loading...22 分钟前
Linux的多线程(线程的创建,退出,取消请求,取消处理例程,线程属性的设置)
linux·运维·服务器·c语言
技术无疆24 分钟前
【Python】Uvicorn:Python 异步 ASGI 服务器详解
运维·服务器·开发语言·网络·python·pygame·python3.11
shylyly_32 分钟前
Linux的基本指令(3)
数据库·mysql·linux的基本指令
龙哥·三年风水1 小时前
国外电商系统开发-运维系统批量添加服务器
运维·python·商城系统
对许1 小时前
Linux:无法为立即文档创建临时文件: 设备上没有空间
linux
2402_857583491 小时前
新闻推荐系统:Spring Boot的架构优势
数据库·spring boot·架构